cdk-assets 2.151.23 → 2.151.24

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.
package/README.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  A tool for publishing CDK assets to AWS environments.
4
4
 
5
+ <!--BEGIN STABILITY BANNER-->
6
+
7
+ ---
8
+
9
+ > The AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024
10
+ > and will reach end-of-support on September 8, 2025.
11
+ >
12
+ > The implementation of DefaultAwsClient in cdk-assets is tightly coupled to v2 of the AWS JavaScript SDK and,
13
+ > as such, will follow the same end-of-life schedule.
14
+ > Existing applications that use cdk-assets v2 will continue to function as
15
+ > intended, unless there is a fundamental change to any of the AWS services with client wrappers.
16
+ >
17
+ > cdk-assets v2 will not be updated to support any new AWS services, new features,
18
+ > or any changes to existing services.
19
+ >
20
+ > cdk-assets v3 now has an available release candidate that uses AWS SDK for JavaScript v3 and will be stabilized prior to v2 being put into maintenance mode.
21
+ >
22
+ > The following table outlines the future level of support for v2:
23
+ >
24
+ | Lifecycle Phase | Start Date | End Date | Support Level |
25
+ | :---------------: |:------: | :------: | :------: |
26
+ | Maintenance Mode | September 8, 2024 | September 7, 2025 | cdk-assets v2 will limit releases to address critical bug fixes, security issues, and dependency upgrades. No new features or non-critical bug fixes will be addressed. |
27
+ | End-Of-Support | September 8, 2025 | N/A | cdk-assets v2 will no longer receive updates or releases. Previously published releases will continue to be available via npm and the code will remain on GitHub. |
28
+
29
+ ---
30
+
31
+ <!--END STABILITY BANNER-->
32
+
5
33
  ## Overview
6
34
 
7
35
  `cdk-assets` requires an asset manifest file called `assets.json`, in a CDK
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "cdk-assets",
3
- "version": "2.151.23",
3
+ "version": "3.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "cdk-assets",
9
- "version": "2.151.23",
9
+ "version": "3.0.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@aws-cdk/cloud-assembly-schema": "^36.0.19",
package/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "version": "2.151.23",
80
+ "version": "2.151.24",
81
81
  "types": "lib/index.d.ts",
82
82
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
83
83
  }