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 2.10.0 to 4.10.1 #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps govuk_app_config from 2.10.0 to 4.10.1.

Changelog

Sourced from govuk_app_config's changelog.

4.10.1

  • Fix an object ownership/sharing bug where the Rails log level was erroneously being set to WARN when initialising Sentry.

4.10.0

  • Reduce log level for the Sentry gem from INFO to WARN to avoid polluting logs with uninformative messages. This only affects log messages from the Sentry gem itself, which go to stdout.

4.9.0

  • Add GovukProxy::StaticProxy to forward Static asset requests by setting GOVUK_PROXY_STATIC_ENABLED=true.(#261)

4.8.0

  • Enables Sentry environment names for EKS versions of integration, staging and production.(#260)

4.7.1

  • Fix the ability to open the Rails console (bundle exec rails c) when running inside a container (#257).

4.7.0

  • Adds Prometheus Sidekiq monitoring (#255)

4.6.3

  • Adds region1.google-analytics.com to the security policy for GA (#250)

4.6.2

  • Adds a new domain to the security policy for GA (#248)

4.6.1

  • Fixes warning message to refer to correct Sidekiq gem dependency name (#243).

4.6.0

  • Add a warning for apps using GovukError with Sidekiq that don't have sentry-sidekiq installed (#241).
  • Add internal Sidekiq exception "Sidekiq::JobRetry::Skip" to excluded exceptions (#241).

4.5.0

  • Add lux.speedcurve.com to connect_src for GOV.UK Content Security Policy (#232)
  • Fix prometheus_exporter to only be enabled when the GOVUK_PROMETHEUS_EXPORTER env var is set to "true" (#231).
  • Add Prometheus monitoring for EKS section to README.md (#231).
  • Fix govuk_error being incompatible with Ruby >= 3 (#233)
  • Require Ruby 2.7 as the minimum supported Ruby version (#233)
  • Require Sentry 5 and Unicorn 6 major versions (#237)
  • Prevent sentry-rails logger warnings when govuk_error is used with non-Rails apps (#234)

... (truncated)

Commits
  • 28fe97e Merge pull request #264 from alphagov/sengi/fix-loglevel
  • 180f566 Fix an ownership bug when configuring the Sentry logger.
  • 7a4f323 Merge pull request #263 from alphagov/sengi/sentry-logspew
  • 12c8ccc Fix broken semver regex in test.
  • 0b24106 Release version 4.10.0.
  • 88e2e5a Avoid INFO logspew from the Sentry gem.
  • e535986 Merge pull request #262 from alphagov/dependabot/bundler/puma-gte-5.6-and-lt-7.0
  • a96f19a Update puma requirement from ~> 5.6 to >= 5.6, < 7.0
  • 08fd9cf Merge pull request #261 from alphagov/add-govuk-proxy
  • a3495bc Bump version to 4.9.0
  • 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 2.10.0 to 4.10.1.
- [Release notes](https://github.com/alphagov/govuk_app_config/releases)
- [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_app_config@v2.10.0...v4.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants