aws-sdk-ec2 1.366.0 → 1.368.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: a58793c2dcaf6a07ba8068a7bd46f4a0fb8b04788ee512a66fb339712549d8fa
4
- data.tar.gz: e69cf2f7da32da03a01060cc2b759f3ce1e48c3106b5bd27782e73cab783b7c1
3
+ metadata.gz: 98fe3a39c9dccbd22051b3b8545785d35eef24963b3c2ec237831120efd5a426
4
+ data.tar.gz: 13aba7b938b9f0b03ad74b4bb10bf1604b84a1704f74c239d27e1b7d99183dad
5
5
  SHA512:
6
- metadata.gz: 4ea5968db1c67ed2c81290f89442661364861604df8bc7dbc5537af59bc3d140a5fac786cbd09deb3e306f074d2dd71d509b9d4b97a67b28c1b6b118bcb67b8b
7
- data.tar.gz: 076561f452667019fb22e2fad39174ec25de8f5705cec2ef3269362bf65a724cd793e994c78c88d50d16c0f25476bfc873bf0265d38d3cc8969e333442d59cb1
6
+ metadata.gz: 11315d9761d8d581ed607b94059166c30d8a7db539d9e00c7daca3d26af93cc2cdf44b7779b3b9811212b2b8b895ec1f2e49bfc7cde7d6f3fb18e8e39acdc83d
7
+ data.tar.gz: a5167f056c8c8916b2b12ed8d078dba49e99eb484b9cf5c17e0402cf2d6e2f1592c20d3646e91ef2342e9d714a3eb4febf9e376148e60b4ad3a78f3e0cd595cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.368.0 (2023-03-03)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
8
+
9
+ 1.367.0 (2023-02-28)
10
+ ------------------
11
+
12
+ * Feature - This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
13
+
4
14
  1.366.0 (2023-02-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.366.0
1
+ 1.368.0