aws-sdk-ecs 1.162.0 → 1.173.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: bb4b72671b0e9cb778b7b4d15c95f1ca241c1a569d601aaac7ac6e67505b5b95
4
- data.tar.gz: f5b249ff7b9265a28872e21c01925e25a9e97ddc864a608b79b472e0b204de4a
3
+ metadata.gz: 0b7b5db14d446165f70a152e4c9589026089ddb9aacd8b5ca6c6471e09e28e8c
4
+ data.tar.gz: 1e7fc9d1c5809e152bf609aedca5cf57a438122c0c3f61ebb5d8c2249e0a620b
5
5
  SHA512:
6
- metadata.gz: e4e6ca2b76e483c818816bf002a1deef60cae9a1d9f63a2e88f3b4de775a2453023a5ac11d4652a85dc659ac23be3723db87ffda7f648779617583a83605e77c
7
- data.tar.gz: b571ed1ca314aca94d80ea7d9dd4dc258dfef6f84d390bc6cda5a6165798dfbfa5058b32936e261d3a1752984ee2cd50765a1190243f12be442a2577d2c2b1b5
6
+ metadata.gz: 23e8ef3d922f2283ae7e10ba1371856fc14122ca252182e31ed441cae3ea65ecf637f641b04b39aa081c56b339648214cb41c5514141d1c1b5259ec159c1dc20
7
+ data.tar.gz: c070dc46c15486aac753dca5730b271fa482c65aa7f08de836c835fefb6988c5018af286ae3e280a58e8d1bd9ca3e6464ac237cd481fc39eceee6fce6971ddb8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,61 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.173.0 (2024-12-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
8
+
9
+ 1.172.0 (2024-12-09)
10
+ ------------------
11
+
12
+ * Feature - This is a documentation only update to address various tickets for Amazon ECS.
13
+
14
+ 1.171.0 (2024-12-02)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for Container Insights with Enhanced Observability for Amazon ECS.
18
+
19
+ 1.170.0 (2024-11-20)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for the Availability Zone rebalancing feature on Amazon ECS.
23
+
24
+ 1.169.0 (2024-11-19)
25
+ ------------------
26
+
27
+ * Feature - This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
28
+
29
+ 1.168.0 (2024-11-18)
30
+ ------------------
31
+
32
+ * Feature - This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
33
+
34
+ 1.167.0 (2024-11-06)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.166.0 (2024-10-30)
40
+ ------------------
41
+
42
+ * Feature - This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
43
+
44
+ 1.165.0 (2024-10-24)
45
+ ------------------
46
+
47
+ * Feature - This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.
48
+
49
+ 1.164.0 (2024-10-18)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.163.0 (2024-10-17)
55
+ ------------------
56
+
57
+ * Feature - This is an Amazon ECS documentation only update to address tickets.
58
+
4
59
  1.162.0 (2024-10-10)
5
60
  ------------------
6
61
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.162.0
1
+ 1.173.0