aws-sdk-batch 1.81.0 → 1.83.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: bc2d4e38f3a5fc38cff9f9059e87e5d1ea67c7d71dd8735e27bce57e19922d8f
4
- data.tar.gz: 7fd3386521e983eaae89f1725303b1d9a0e2fcda8ac113ed0e79bb0dc2f53728
3
+ metadata.gz: 654afc632bf18f8dedf03e4ff615f316ae0efe3155596716fc222f619d6193cb
4
+ data.tar.gz: 5bf3361f366a51789403aedfb2a18a6ec52f8fac83f87a64b9f238bb54e420b2
5
5
  SHA512:
6
- metadata.gz: fc2adc386ed88ee7e47cff530a976e539151ebc6531d182935cebb15656f31887fbea1ad19d3608120c5a75710da57fd7242e64ab39b6ce55bba4ded3c11fb24
7
- data.tar.gz: b3cc055bf05367d7d51ee1c388ebbb94f117ce73149a0a7e7f3edd0fba8177795a8e0e80c9e0c4bae07868c6614e2f2a8263d30252d407fefae194ab55f25d21
6
+ metadata.gz: ceae264195f2513c9949279fa79df0b1b713f4113a0f93c73d308901a869eaae07b9dc5e4ba0184018860dace375e139f791340e7b325467fe2220c331844796
7
+ data.tar.gz: dcc23cda6e64b24e5bcb7523afec050aab42a25148738d8190e63a4320be94cdbb6907c9ab3c1e7d3e1de03805209f5304879c91cc6cda4b6c36e2fe6a0a2054
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2024-03-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
8
+
9
+ 1.82.0 (2024-02-28)
10
+ ------------------
11
+
12
+ * Feature - This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
13
+
4
14
  1.81.0 (2024-02-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.0