aws-sdk-ecs 1.195.0 → 1.196.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: ec6e9824b56a4055b13741daee1e518aab7e4442be76c43981eb2e2eb759b75e
4
- data.tar.gz: 989f0c5accc4666d89689c900568b0760b3dab11de88b3cbaa8debf2219ab141
3
+ metadata.gz: b03afafe381980714c7792a1994c93ce0df58ea7973e8d1ac47a50a7c7cdcda9
4
+ data.tar.gz: 693a2bd31645ab103e569b93174dc1307ea43c79b7070027494166d2c67e4b34
5
5
  SHA512:
6
- metadata.gz: d4354be0698ac04e23e29eb3d5ea56882b63530defd0e7977ee0c330423566e7c3a41f86145451a8c38aa0bbb0310d0219139c46562a6b70a5134cada371ec7e
7
- data.tar.gz: cfcb3ab3710d83b7537f4ee5f83e88792b61b4b21e40203baaa56403e0baabe5b1e1603a3c712bc3eecc828613341c64d07d9c2a9f768fe42806b2807eb9a932
6
+ metadata.gz: 39b2e3dc8dacb00e5c93d636df3b03c105129740ccc9abc6d14bf81d16c5435d9ccf7059f146d609a2862bbd00ae39764799a1d01af81383c9543fbe063647ec
7
+ data.tar.gz: d665c206e42ca7c76a4c998c4fe6720adf67fb9e0945b54839775fe6a7769772c5a9c0113212077b61609b68d7611d30d8a09a4c45b0ee7dcdfce58be59aec24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.196.0 (2025-06-25)
5
+ ------------------
6
+
7
+ * Feature - Updates for change to Amazon ECS default log driver mode from blocking to non-blocking
8
+
4
9
  1.195.0 (2025-06-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.195.0
1
+ 1.196.0
@@ -6789,7 +6789,7 @@ module Aws::ECS
6789
6789
  # using this account setting will be used as the default. For more
6790
6790
  # information about log delivery modes, see [LogConfiguration][7].
6791
6791
  #
6792
- # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
6792
+ # <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
6793
6793
  # from `blocking` to `non-blocking` to prioritize task availability
6794
6794
  # over logging. To continue using the `blocking` mode after this
6795
6795
  # change, do one of the following:
@@ -7028,7 +7028,7 @@ module Aws::ECS
7028
7028
  # using this account setting will be used as the default. For more
7029
7029
  # information about log delivery modes, see [LogConfiguration][7].
7030
7030
  #
7031
- # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
7031
+ # <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
7032
7032
  # from `blocking` to `non-blocking` to prioritize task availability
7033
7033
  # over logging. To continue using the `blocking` mode after this
7034
7034
  # change, do one of the following:
@@ -12565,7 +12565,7 @@ module Aws::ECS
12565
12565
  tracer: tracer
12566
12566
  )
12567
12567
  context[:gem_name] = 'aws-sdk-ecs'
12568
- context[:gem_version] = '1.195.0'
12568
+ context[:gem_version] = '1.196.0'
12569
12569
  Seahorse::Client::Request.new(handlers, context)
12570
12570
  end
12571
12571
 
@@ -7070,14 +7070,14 @@ module Aws::ECS
7070
7070
  # Amazon Web Services Region by using the `defaultLogDriverMode`
7071
7071
  # account setting. If you don't specify the `mode` option or
7072
7072
  # configure the account setting, Amazon ECS will default to the
7073
- # `blocking` mode. For more information about the account setting,
7074
- # see [Default log driver mode][4] in the *Amazon Elastic Container
7075
- # Service Developer Guide*.
7073
+ # `non-blocking` mode. For more information about the account
7074
+ # setting, see [Default log driver mode][4] in the *Amazon Elastic
7075
+ # Container Service Developer Guide*.
7076
7076
  #
7077
- # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
7078
- # mode from `blocking` to `non-blocking` to prioritize task
7079
- # availability over logging. To continue using the `blocking` mode
7080
- # after this change, do one of the following:
7077
+ # <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
7078
+ # from `blocking` to `non-blocking` to prioritize task availability
7079
+ # over logging. To continue using the `blocking` mode after this
7080
+ # change, do one of the following:
7081
7081
  #
7082
7082
  # * Set the `mode` option in your container definition's
7083
7083
  # `logConfiguration` as `blocking`.
@@ -8076,10 +8076,10 @@ module Aws::ECS
8076
8076
  # using this account setting will be used as the default. For more
8077
8077
  # information about log delivery modes, see [LogConfiguration][7].
8078
8078
  #
8079
- # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
8080
- # mode from `blocking` to `non-blocking` to prioritize task
8081
- # availability over logging. To continue using the `blocking` mode
8082
- # after this change, do one of the following:
8079
+ # <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
8080
+ # from `blocking` to `non-blocking` to prioritize task availability
8081
+ # over logging. To continue using the `blocking` mode after this
8082
+ # change, do one of the following:
8083
8083
  #
8084
8084
  # * Set the `mode` option in your container definition's
8085
8085
  # `logConfiguration` as `blocking`.
@@ -8243,10 +8243,10 @@ module Aws::ECS
8243
8243
  # using this account setting will be used as the default. For more
8244
8244
  # information about log delivery modes, see [LogConfiguration][7].
8245
8245
  #
8246
- # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
8247
- # mode from `blocking` to `non-blocking` to prioritize task
8248
- # availability over logging. To continue using the `blocking` mode
8249
- # after this change, do one of the following:
8246
+ # <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
8247
+ # from `blocking` to `non-blocking` to prioritize task availability
8248
+ # over logging. To continue using the `blocking` mode after this
8249
+ # change, do one of the following:
8250
8250
  #
8251
8251
  # * Set the `mode` option in your container definition's
8252
8252
  # `logConfiguration` as `blocking`.
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.195.0'
58
+ GEM_VERSION = '1.196.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.195.0
4
+ version: 1.196.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services