govuk_app_config 4.7.1 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4980a3e44e9119b3542865caa4e07b57078c535e0eca7f3b6fb9952cf602080a
4
- data.tar.gz: 8bcd1e8e02392e09241501dd23936a959d883833683aa1c9087938fbe095548d
3
+ metadata.gz: c84b163006231db6d8f341b3083b366fdf7d114cf4f67aaa4be852d7f376d854
4
+ data.tar.gz: 122d0c3cf3d370effd13d844184a9441ec4f8ec7caaab6ca73b0d0049583ffb7
5
5
  SHA512:
6
- metadata.gz: bd601933a5242b4e06135e36c5254b78002336cdac975726a4bde1eabb205827d797b175b5a50b52d5b0ef9536b5f74e1e9d56cda42910b8f144cea27bb5df63
7
- data.tar.gz: 003c1505e61831f46160a768a4f990811b0513f94dce388d4cdc00242df74cf2812e3e1ff70a405d2e4d0c24d2ebb1694d0e8b6edef3d971523125cd8ceedc58
6
+ metadata.gz: 05e999f65208c0e8967dcc8a71b06faa9969fa8d9c974501f8d9b899ceee1b5ddfa57242f357c8299ca0e9137c949d5ffa6fd418a57cfe7cb8b9152b57b84311
7
+ data.tar.gz: daff1bad6a9d6c0c558b1c6c1039c1fc8b98e66e081f847e14b49fd3bcfc5ac12e93902eaf5dc671a0ac72eeb0562868896fd8f6f1ef001e5807afc0adf5a751
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 4.8.0
2
+
3
+ - Enables Sentry environment names for EKS versions of integration, staging and production.([#260](https://github.com/alphagov/govuk_app_config/pull/260))
4
+
5
+ # 4.7.1
6
+
7
+ - Fix the ability to open the Rails console (`bundle exec rails c`) when running inside a container ([#257](https://github.com/alphagov/govuk_app_config/pull/257)).
8
+
1
9
  # 4.7.0
2
10
 
3
11
  - Adds Prometheus Sidekiq monitoring ([#255](https://github.com/alphagov/govuk_app_config/pull/255))
@@ -19,8 +19,11 @@ module GovukError
19
19
  # don't capture the error.
20
20
  self.enabled_environments = %w[
21
21
  integration-blue-aws
22
+ integration-eks
22
23
  staging
24
+ staging-eks
23
25
  production
26
+ production-eks
24
27
  ]
25
28
 
26
29
  self.excluded_exceptions = [
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "4.7.1".freeze
2
+ VERSION = "4.8.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.1
4
+ version: 4.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-18 00:00:00.000000000 Z
11
+ date: 2022-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstasher