Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update notifications-ruby and mail-notify 6.0 #9390

Closed

Conversation

inulty-dfe
Copy link
Collaborator

@inulty-dfe inulty-dfe commented May 21, 2024

Context

PR to update these two libraries to new major version requires some changes that are better made separate to Dependabot

Mail notify has updated to v2 https://github.com/dxw/mail-notify
Notifications ruby has updated to v6 https://github.com/alphagov/notifications-ruby-client

Update

We've discovered a potential bug / unintended behaviour in the mail-notify gem

I've produced a PR, it needs more work. Hopefully it starts a conversation with the maintainers.

dxw/mail-notify#162

Changes proposed in this pull request

Guidance to review

Link to Trello card

Things to check

  • If the code removes any existing feature flags, a data migration has also been added to delete the entry from the database
  • This code does not rely on migrations in the same Pull Request
  • If this code includes a migration adding or changing columns, it also backfills existing records for consistency
  • If this code adds a column to the DB, decide whether it needs to be in analytics yml file or analytics blocklist
  • API release notes have been updated if necessary
  • If it adds a significant user-facing change, is it documented in the CHANGELOG?
  • Required environment variables have been updated added to the Azure KeyVault

@inulty-dfe inulty-dfe force-pushed the update-notifications-ruby-and-mail-notify-6.0 branch from bf88e41 to 9f094e9 Compare September 5, 2024 08:15
dependabot bot and others added 2 commits October 11, 2024 12:41
Bumps [notifications-ruby-client](https://github.com/alphagov/notifications-ruby-client) and [mail-notify](https://github.com/dxw/mail-notify). These dependencies needed to be updated together.

Updates `notifications-ruby-client` from 5.4.0 to 6.0.0
- [Changelog](https://github.com/alphagov/notifications-ruby-client/blob/main/CHANGELOG.md)
- [Commits](alphagov/notifications-ruby-client@5.4.0...6.0.0)

Updates `mail-notify` from 1.2.0 to 2.0.0
- [Release notes](https://github.com/dxw/mail-notify/releases)
- [Changelog](https://github.com/dxw/mail-notify/blob/main/CHANGELOG.md)
- [Commits](dxw/mail-notify@1.2.0...2.0.0)

---
updated-dependencies:
- dependency-name: notifications-ruby-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: mail-notify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@inulty-dfe inulty-dfe force-pushed the update-notifications-ruby-and-mail-notify-6.0 branch from 9f094e9 to 58fd9f1 Compare October 11, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked deploy_v2 Deploy the review app to AKS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants