aws-sdk-cloud9 1.57.0 → 1.58.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: ae7d2f1f69043f0c77d772ad466ab497131ece5356b52192a5d29cd1bde68e48
4
- data.tar.gz: ed9d7fa5a96de96bd9f698a5edb216f7749229c5bd1c93fac9fa223e7c2a4a62
3
+ metadata.gz: fe4b129809853b14fa14e7ccca45f303eccf91600efeb27704fa863c85b01b75
4
+ data.tar.gz: 0a96db9c93cdd196a8d64d679c517308d75efa9b10bb5b8a592855cbf02113ee
5
5
  SHA512:
6
- metadata.gz: 77f918ea64930a31455b20c64bcc6c08782708991695281124c5fe5fe69d28b7c8bf153b62bfba95a93b1a806b2f2b45455cc241c9b048b9847910df25276bad
7
- data.tar.gz: 4c9ceac500ec890133a3fc8cff0a9a3f7a54d28758a24d37a2d0e994d41be1ec4ad224fb83163ad6fbd29ca9a497b7c9d0867f9d1994e413d229276c262d1a89
6
+ metadata.gz: 7eed06e588497e5d78aed29637350c240ef4f2b043c0da5e439b0afeee70d65d40b90a04018d0687bca970354050c9e02d5f2d9b0918ffeb432a06759c75c8ff
7
+ data.tar.gz: fab78c6f9c040db5e89b526481fe0aa190995c1489a5bc65b4fbbae3f41ba3bbfbe5eec97322ca7e94028de2555045d56b73b638b459aacec989675700d80780
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-09-13)
5
+ ------------------
6
+
7
+ * Feature - Update to include information on Ubuntu 18 deprecation.
8
+
4
9
  1.57.0 (2023-09-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -446,6 +446,9 @@ module Aws::Cloud9
446
446
  # will then become the default AMI, which is used to launch your
447
447
  # instance if no parameter is explicitly defined.
448
448
  #
449
+ # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
450
+ # recommend you choose Ubuntu 22.04.
451
+ #
449
452
  # <b>AMI aliases </b>
450
453
  #
451
454
  # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
@@ -1258,7 +1261,7 @@ module Aws::Cloud9
1258
1261
  params: params,
1259
1262
  config: config)
1260
1263
  context[:gem_name] = 'aws-sdk-cloud9'
1261
- context[:gem_version] = '1.57.0'
1264
+ context[:gem_version] = '1.58.0'
1262
1265
  Seahorse::Client::Request.new(handlers, context)
1263
1266
  end
1264
1267
 
@@ -78,6 +78,9 @@ module Aws::Cloud9
78
78
  # Amazon Linux 2 will then become the default AMI, which is used to
79
79
  # launch your instance if no parameter is explicitly defined.
80
80
  #
81
+ # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
82
+ # recommend you choose Ubuntu 22.04.
83
+ #
81
84
  # <b>AMI aliases </b>
82
85
  #
83
86
  # * <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b>
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloud9/customizations'
52
52
  # @!group service
53
53
  module Aws::Cloud9
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core