aws-sdk-ecrpublic 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c2ca05211fc3a691f11c89b1ccb8f10bb76cc07389b1b0eb8ba1d40e4e92d71
4
- data.tar.gz: 517877aaa5ecc45731219e6bbc16b3b103a697b0cef73d849812803850af434f
3
+ metadata.gz: 3683730a356e59d4bbfd783498e3459ec9fce58aba5ed4853fa808e8227cd991
4
+ data.tar.gz: 3cfb07a1cb72287b0477bfb7c0c77a315396bd558dc968606abc51316e39d4af
5
5
  SHA512:
6
- metadata.gz: dda1446d44fb9c000624267d9827111f9209afc1ea14f3b9372ffa8538d9f1d419e8eff301891406634e73b1469de4ccfa1aa3954a7571500a2e8eb55eb0e9e3
7
- data.tar.gz: c628e80484375df31ef503717767710748f91b36faa2af32f9a8abd483ffa2615b7214f025e0485c38d92b2bb1aa295995c4ff888286eceb07eaf33b5f04ea30
6
+ metadata.gz: d965fb9f38a2cc3fe0038d5d522c227cf8a6e879b7af25a20ab1fcd0f26469b536223b8874261b046da5c59cf68c47cf091913921efe223a6f5501c0c3dbac4d
7
+ data.tar.gz: dc9f210b13f9738a89a420db50f25495cf7433567dbc8ab8435b17e96ee27bb5669f29a353e6f4cfe4e6b6bf1c875ef4038190e7f7a1f2594a2a6052ea5cce5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:ecrpublic)
40
-
41
39
  module Aws::ECRPublic
42
40
  # An API client for ECRPublic. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1669,7 +1667,7 @@ module Aws::ECRPublic
1669
1667
  tracer: tracer
1670
1668
  )
1671
1669
  context[:gem_name] = 'aws-sdk-ecrpublic'
1672
- context[:gem_version] = '1.38.0'
1670
+ context[:gem_version] = '1.39.0'
1673
1671
  Seahorse::Client::Request.new(handlers, context)
1674
1672
  end
1675
1673
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ecrpublic)
15
+
14
16
  # This module provides support for Amazon Elastic Container Registry Public. This module is available in the
15
17
  # `aws-sdk-ecrpublic` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ECRPublic
52
54
  autoload :EndpointProvider, 'aws-sdk-ecrpublic/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-ecrpublic/endpoints'
54
56
 
55
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecrpublic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core