aws-sdk-ecs 1.99.0 → 1.121.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: e16d5368ec5a0127b3f337f2e935d9ce1a7e327926777a8d45faff0fe8f33e9e
4
- data.tar.gz: 66aec1d4a433701f7fc74995ad523a8b1afe54507844b495e5aa4c7f3312406b
3
+ metadata.gz: b674efdac61c68ecc72d16a9d646e5c32d3398e3281a7c947f470cd0adbd22a4
4
+ data.tar.gz: baf95bc71aede4b70ff1087bc09f3d155497442e44144afb39c44b76d1f176ac
5
5
  SHA512:
6
- metadata.gz: 37790820c3e93c9ea722ea4c16fca49bba8c556021429edc4d83763c2abf5c697793fd24bfb4cd71700177f0535687851af3347daa2828343372b2c83fff08f7
7
- data.tar.gz: cdada09a968a4763ad6f1b7703d454e1b7c79dd9403dc9129a923c1213bd8470e227080ab48ad5cb493440b5fed9c82c87b5b8eea6904ff52d92021de810e1bb
6
+ metadata.gz: 8113152f314d9fdd366ea690f5fdf18dbf674e118c4fddc019b6984e191a15715cd9be791b0b10e976398bd9638cdbe951c4424fd0d97c32b633fb72adff7192
7
+ data.tar.gz: 8b422b8f5c64ba806bdc9b6da4bda4eddaf8344d73d6b504bac3abc77cec4cb12326ab152c195af0f2aa5eb94ccf223571c500fd3bc50497ed6c45a92d4892dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,118 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.120.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.119.0 (2023-05-18)
15
+ ------------------
16
+
17
+ * Feature - Documentation only release to address various tickets.
18
+
19
+ 1.118.0 (2023-05-04)
20
+ ------------------
21
+
22
+ * Feature - Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
23
+
24
+ 1.117.0 (2023-05-02)
25
+ ------------------
26
+
27
+ * Feature - Documentation only update to address Amazon ECS tickets.
28
+
29
+ 1.116.0 (2023-04-21)
30
+ ------------------
31
+
32
+ * Feature - Documentation update to address various Amazon ECS tickets.
33
+
34
+ 1.115.0 (2023-04-19)
35
+ ------------------
36
+
37
+ * Feature - This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
38
+
39
+ 1.114.0 (2023-04-14)
40
+ ------------------
41
+
42
+ * Feature - This release supports ephemeral storage for AWS Fargate Windows containers.
43
+
44
+ 1.113.0 (2023-04-10)
45
+ ------------------
46
+
47
+ * Feature - This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
48
+
49
+ 1.112.0 (2023-04-05)
50
+ ------------------
51
+
52
+ * Feature - This is a document only updated to add information about Amazon Elastic Inference (EI).
53
+
54
+ 1.111.0 (2023-02-23)
55
+ ------------------
56
+
57
+ * Feature - This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
58
+
59
+ 1.110.0 (2023-01-18)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
65
+
66
+ 1.109.0 (2022-12-19)
67
+ ------------------
68
+
69
+ * Feature - This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates.
70
+
71
+ 1.108.0 (2022-12-15)
72
+ ------------------
73
+
74
+ * Feature - This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
75
+
76
+ 1.107.0 (2022-12-02)
77
+ ------------------
78
+
79
+ * Feature - Documentation updates for Amazon ECS
80
+
81
+ 1.106.0 (2022-11-28)
82
+ ------------------
83
+
84
+ * Feature - This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
85
+
86
+ 1.105.0 (2022-11-10)
87
+ ------------------
88
+
89
+ * Feature - This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.
90
+
91
+ 1.104.0 (2022-10-25)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
96
+ 1.103.0 (2022-10-13)
97
+ ------------------
98
+
99
+ * Feature - Documentation update to address tickets.
100
+
101
+ 1.102.0 (2022-10-04)
102
+ ------------------
103
+
104
+ * Feature - Documentation updates to address various Amazon ECS tickets.
105
+
106
+ 1.101.0 (2022-09-16)
107
+ ------------------
108
+
109
+ * Feature - This release supports new task definition sizes.
110
+
111
+ 1.100.0 (2022-06-21)
112
+ ------------------
113
+
114
+ * Feature - Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy.
115
+
4
116
  1.99.0 (2022-03-22)
5
117
  ------------------
6
118
 
@@ -577,4 +689,4 @@ Unreleased Changes
577
689
  1.0.0.rc1 (2016-12-05)
578
690
  ------------------
579
691
 
580
- * Feature - Initial preview release of the `aws-sdk-ecs` gem.
692
+ * Feature - Initial preview release of the `aws-sdk-ecs` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.121.0