Skip to content

Commit 7a6758d

Browse files
aws-cdk-automationrix0rrrmergify[bot]RomainMuller
authored
chore(merge-back): 2.83.1 (#25921)
Co-authored-by: Rico Hermans <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Romain Marcadier <[email protected]>
1 parent 01f0d92 commit 7a6758d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.v2.alpha.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.83.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.83.0-alpha.0...v2.83.1-alpha.0) (2023-06-09)
6+
57
## [2.83.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.82.0-alpha.0...v2.83.0-alpha.0) (2023-06-07)
68

79

CHANGELOG.v2.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.83.1](https://github.com/aws/aws-cdk/compare/v2.83.0...v2.83.1) (2023-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **cli:** assets shared between stages lead to an error ([#25907](https://github.com/aws/aws-cdk/issues/25907)) ([68ed8ca](https://github.com/aws/aws-cdk/commit/68ed8caeb7e8e17d82f77f9a618723e0af367e5a))
11+
512
## [2.83.0](https://github.com/aws/aws-cdk/compare/v2.82.0...v2.83.0) (2023-06-07)
613

714

@@ -73,7 +80,7 @@ All notable changes to this project will be documented in this file. See [standa
7380

7481
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
7582

76-
* **eks:** A masters role is no longer provisioned by default. Use the `mastersRole` property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate `sts:AssumeRole` permissions) to assume it.
83+
* **eks:** A masters role is no longer provisioned by default. Use the `mastersRole` property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate `sts:AssumeRole` permissions) to assume it.
7784

7885
### Features
7986

@@ -194,7 +201,7 @@ All notable changes to this project will be documented in this file. See [standa
194201

195202
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
196203

197-
* **servicecatalogappregistry:** this change will deprecated **associateStack** and **associateAttributeGroup** in Application Construct.
204+
* **servicecatalogappregistry:** this change will deprecated **associateStack** and **associateAttributeGroup** in Application Construct.
198205
The user who are using these two method need to update to use alternative method.
199206
For associateStack, the alternative method is **associateApplicationWithStack**
200207
For associateAttributeGroup, the alternative method is **AttributeGroup.associateWith**

version.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.83.0",
3-
"alphaVersion": "2.83.0-alpha.0"
2+
"version": "2.83.1",
3+
"alphaVersion": "2.83.1-alpha.0"
44
}

0 commit comments

Comments
 (0)