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

Bump govuk_app_config from 8.1.1 to 9.0.4 #1147

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps govuk_app_config from 8.1.1 to 9.0.4.

Changelog

Sourced from govuk_app_config's changelog.

9.0.4

  • Fix an issue with Rails.logger being not an instance of ActiveSupport::Logger. Rails expects Rails.logger to have methods that Ruby STD Logger does not provide. e.g. silence() (#309)

9.0.3

  • When error is reported by Rails logger, the field is now logged as "error_message" in order to avoid overwriting the "message" field.

9.0.2

  • GovukAppConfig no longer automatically initialises OpenTelemetry when running in rails console.

9.0.1

  • Rename the "error" field in Rails logs from logstasher to "message" as error is supposed to be an object.

9.0.0

  • BREAKING: JSON logs are no longer configured automatically for production Rails apps and are turned on with the GOVUK_RAILS_JSON_LOGGING environment variable (#302)
  • Add govuk_request_id to JSON logging for apps with gds-api-adapters (#300)
  • BREAKING: Remove $stdout, $stderr and $real_stdout redirections (#300)
  • BREAKING: Change error log behaviour from logging JSON to full string (#300)
  • Remove monkeypatch for errors (#300)
Commits
  • e5edc33 Merge pull request #309 from alphagov/fix-logger-implementation
  • cc9fdbd Bump version
  • 5b45b6f Use ActiveSupport::Logger instead of Ruby std Logger for the Rails applicatio...
  • 8fab58b Merge pull request #308 from alphagov/fix-logging
  • 6520134 Log error messages as error_message instead of message
  • e7f3e52 Merge pull request #307 from alphagov/sengi/otel
  • b38f5c0 Don't init OpenTelemetry when in rails console.
  • 4fb9681 Merge pull request #306 from alphagov/fix-dropped-error-logs
  • 0524f39 Bump version 9.0.1
  • 990244e Fix dropped logs due to incorrect error field type
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 8.1.1 to 9.0.4.
- [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_app_config@v8.1.1...v9.0.4)

---
updated-dependencies:
- dependency-name: govuk_app_config
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jul 18, 2023
@github-actions
Copy link

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

Follow these steps if you are doing a Rails upgrade.

@AgaDufrat AgaDufrat merged commit f3ceaae into main Jul 20, 2023
7 checks passed
@AgaDufrat AgaDufrat deleted the dependabot/bundler/govuk_app_config-9.0.4 branch July 20, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant