aws-sdk-batch 1.56.0 → 1.77.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: 17b11bfe01249465719def440e23d5d345a63356e3728702c1e3076a19a2a54d
4
- data.tar.gz: 65e912054c9a5ac803116d3f541377ced9dec02c0b528a509be51ae53e1b90ae
3
+ metadata.gz: df8a8df3fdcfc1a3f56317abdf3ecf6e5d7e1ff9755ee824b0ec86f11afc2759
4
+ data.tar.gz: 0e9dde315116a66b6cf8b05e17c7be6faacd1e1b3229ee95624fa6d0a05e5beb
5
5
  SHA512:
6
- metadata.gz: 6950d0d864923b225ae83e59576e1fcf78ccc04cffb8d817aa3b0f945bcb567458e764a39aab82652f3cb51a7cfed8b8fc8daca9eb409a3ec783e4db132219f1
7
- data.tar.gz: 51756af1f7da5e34ff410298d89340b7c25cc68dff09c424f3d716b88d353f319a99ecbcbd2c63dbcd233a667dfcf04638ca99032972788dc64305d17922df3f
6
+ metadata.gz: 6861736af94d12f1e5be1edef867ef6b09208ab2f0e95626ea314dbfa0abd9f1c65125fbc9ca91bdfb8ff80b25cbe839e160fae552bd07311e105ed0c282f3ec
7
+ data.tar.gz: 6e0cbe8930d14e3eeecefbd9028936ebd28c5f53b775c9d63b2e3a71cb33b71fd2e12deb3c371ba08ff77a15a89a36b41a75c4fb85aa2781bb6f8aee83d2289d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,113 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.76.0 (2023-08-01)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for price capacity optimized allocation strategy for Spot Instances.
13
+
14
+ 1.75.0 (2023-07-11)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.74.0 (2023-07-06)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.73.0 (2023-07-03)
25
+ ------------------
26
+
27
+ * Feature - This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
28
+
29
+ 1.72.0 (2023-06-28)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.71.0 (2023-06-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.70.0 (2023-05-31)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.69.0 (2023-03-30)
45
+ ------------------
46
+
47
+ * Feature - This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
48
+
49
+ 1.68.0 (2023-03-23)
50
+ ------------------
51
+
52
+ * Feature - This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
53
+
54
+ 1.67.0 (2023-01-18)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
60
+
61
+ 1.66.0 (2022-12-20)
62
+ ------------------
63
+
64
+ * Feature - Adds isCancelled and isTerminated to DescribeJobs response.
65
+
66
+ 1.65.0 (2022-11-16)
67
+ ------------------
68
+
69
+ * Feature - Documentation updates related to Batch on EKS
70
+
71
+ 1.64.0 (2022-10-25)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
76
+ 1.63.0 (2022-10-24)
77
+ ------------------
78
+
79
+ * Feature - This release adds support for AWS Batch on Amazon EKS.
80
+
81
+ 1.62.0 (2022-05-18)
82
+ ------------------
83
+
84
+ * Feature - Documentation updates for AWS Batch.
85
+
86
+ 1.61.0 (2022-04-14)
87
+ ------------------
88
+
89
+ * Feature - Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
90
+
91
+ 1.60.0 (2022-03-25)
92
+ ------------------
93
+
94
+ * Feature - Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.
95
+
96
+ 1.59.0 (2022-02-24)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.58.0 (2022-02-03)
102
+ ------------------
103
+
104
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
105
+
106
+ 1.57.0 (2021-12-21)
107
+ ------------------
108
+
109
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
110
+
4
111
  1.56.0 (2021-11-30)
5
112
  ------------------
6
113
 
@@ -350,4 +457,4 @@ Unreleased Changes
350
457
  1.0.0.rc1 (2017-01-24)
351
458
  ------------------
352
459
 
353
- * Feature - Initial preview release of `aws-sdk-batch` gem.
460
+ * Feature - Initial preview release of `aws-sdk-batch` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.77.0