aws-sdk-artifact 1.25.0 → 1.26.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: 58a1c00b982ba971825ffa68fd64848e082ff7707e3d5ffb05e56828737e5219
4
- data.tar.gz: 0e47dd021a0e5943401c5bd86b21e6f12911eb6a106d905626cff4a877ab4a1e
3
+ metadata.gz: 2634b0172acd7c86442c86ba3cb70a63efc9b1fe884dc371b715212029c078ca
4
+ data.tar.gz: 8772e106cbcfd842cdc4c8ba3a7e74728880a88edc21ba9c227616a2b020539f
5
5
  SHA512:
6
- metadata.gz: 3151e59613e45026aeb96ec9af4379998b0eb57b2682328122c006e4859a8344a14e69c3b875a8419a1d314527e0203dc1dc7f78d62c291f44e9b1e40a53b9d5
7
- data.tar.gz: 2bcc6185c2658254cf8f87a37aa28ce199a543f6d3c7a5a67730b7e619d6c82984f44ef17a5d5b90dc86f1802b021c9c8cae5a703ad6d4cd59e092499f4c6c62
6
+ metadata.gz: f8bf4e6c6cfadc499fef7e68bc32f4561c2ac541531dc04f9d53d99f5cccdeddd1b12c41287b8c312d070174f99890d074bf7e2aa14d48b62b75abcf2712962a
7
+ data.tar.gz: eb6062a80899ade56782e520c5db20db416bfb7ccc87304c57eeb25b8677de53572ad9a203cd14ef69d11c9bd89d604c1997db279284600c0a69ad7789e62489
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.25.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -921,7 +921,7 @@ module Aws::Artifact
921
921
  tracer: tracer
922
922
  )
923
923
  context[:gem_name] = 'aws-sdk-artifact'
924
- context[:gem_version] = '1.25.0'
924
+ context[:gem_version] = '1.26.0'
925
925
  Seahorse::Client::Request.new(handlers, context)
926
926
  end
927
927
 
@@ -55,7 +55,7 @@ module Aws::Artifact
55
55
  autoload :EndpointProvider, 'aws-sdk-artifact/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-artifact/endpoints'
57
57
 
58
- GEM_VERSION = '1.25.0'
58
+ GEM_VERSION = '1.26.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-artifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services