aws-sdk-batch 1.123.0 → 1.124.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: c560cb648777e2156384c922b49c36f15ffdbb8b0548d09909a291463ecd6655
4
- data.tar.gz: 50cfe6589e5020909ace1268fb3d3fb5b9eaf4cb81a401e7cf7b1d7f4060c5f2
3
+ metadata.gz: a7ddf7803705c827c438b183bdf3eb8f4b1512e4af1c82ea540c62d5acbbb96e
4
+ data.tar.gz: b5d7431ebad88a47a4e7d2e64f9d393e0be9e5c3a449b25d2facc642c5e68772
5
5
  SHA512:
6
- metadata.gz: 8f10e106c1bafd0ef4dc2ce87c893defd8a0a76130cbc5274545138feeebe1c5d7513620d5b9d00028ea75bad7e07925d1858e81a15846907994c2f1c44e2373
7
- data.tar.gz: dd33d7cbd53f6e351e0bf2d9b89e76781ca9ae29d09eb0a23c8e1604ddd3fcbcaf990ad2374a651c65ef2b574742681144fc932ba93ba2c1ebf05439ca20d4d9
6
+ metadata.gz: d6832ff3eeae3c121de3d2b9cc0009b7831c73d6ed121f40b8af28ba6018b0f83e9542c61f43333c3ceb0aa115e68e502efa59f95edb07040c42d54b4f72b802
7
+ data.tar.gz: 37a7c1762bc7e9bcda7fc29b1e903a45fa4bb453bd8b7f41e13b5781682ec35eb0585e4bac9f0c96f30707c32f4a9d877ebd433c74838f27e9da951955529d07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Added ECS_AL2023_NVIDIA as an option for Ec2Configuration.imageType.
8
+
4
9
  1.123.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -6189,7 +6189,7 @@ module Aws::Batch
6189
6189
  tracer: tracer
6190
6190
  )
6191
6191
  context[:gem_name] = 'aws-sdk-batch'
6192
- context[:gem_version] = '1.123.0'
6192
+ context[:gem_version] = '1.124.0'
6193
6193
  Seahorse::Client::Request.new(handlers, context)
6194
6194
  end
6195
6195
 
@@ -3580,6 +3580,17 @@ module Aws::Batch
3580
3580
  #
3581
3581
  # </note>
3582
3582
  #
3583
+ # ECS\_AL2023\_NVIDIA
3584
+ #
3585
+ # : [Amazon Linux 2023 (GPU)][2]: For all GPU instance families and
3586
+ # can be used for all non Amazon Web Services Graviton-based
3587
+ # instance types.
3588
+ #
3589
+ # <note markdown="1"> ECS\_AL2023\_NVIDIA doesn't support `p3` and `g3` instance
3590
+ # types.
3591
+ #
3592
+ # </note>
3593
+ #
3583
3594
  # ECS\_AL1
3584
3595
  #
3585
3596
  # : [Amazon Linux][4]. Amazon Linux has reached the end-of-life of
@@ -3595,6 +3606,22 @@ module Aws::Batch
3595
3606
  # latest Amazon EKS optimized AMI for that image type that Batch
3596
3607
  # supports is used.
3597
3608
  #
3609
+ # Starting end of October 2025 Amazon EKS optimized Amazon Linux
3610
+ # 2023 AMIs will be the default on Batch for EKS versions prior to
3611
+ # 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon
3612
+ # Linux 2023 AMIs will be the default when it becomes supported on
3613
+ # Batch.
3614
+ #
3615
+ # Amazon Web Services will end support for Amazon EKS AL2-optimized
3616
+ # and AL2-accelerated AMIs, starting 11/26/25. You can continue
3617
+ # using Batch-provided Amazon EKS optimized Amazon Linux 2 AMIs on
3618
+ # your Amazon EKS compute environments beyond the 11/26/25
3619
+ # end-of-support date, these compute environments will no longer
3620
+ # receive any new software updates, security patches, or bug fixes
3621
+ # from Amazon Web Services. For more information on upgrading from
3622
+ # AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023]()
3623
+ # in the *Batch User Guide*.
3624
+ #
3598
3625
  # EKS\_AL2
3599
3626
  #
3600
3627
  # : [Amazon Linux 2][6]: Default for all non-GPU instance families.
@@ -8534,7 +8561,7 @@ module Aws::Batch
8534
8561
  # for share identifiers that start with that prefix. The list of share
8535
8562
  # identifiers in a fair-share policy can't overlap. For example, you
8536
8563
  # can't have one that specifies a `shareIdentifier` of `UserA*` and
8537
- # another that specifies a `shareIdentifier` of `UserA-1`.
8564
+ # another that specifies a `shareIdentifier` of `UserA1`.
8538
8565
  #
8539
8566
  # There can be no more than 500 share identifiers active in a job
8540
8567
  # queue.
data/lib/aws-sdk-batch.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Batch
54
54
  autoload :EndpointProvider, 'aws-sdk-batch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-batch/endpoints'
56
56
 
57
- GEM_VERSION = '1.123.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services