Skip to content

Commit 2fab7c9

Browse files
authored
2 parents eff5bec + 7be391d commit 2fab7c9

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.v2.alpha.md

Lines changed: 2 additions & 0 deletions
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.66.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.66.0-alpha.0...v2.66.1-alpha.0) (2023-02-23)
6+
57
## [2.66.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.65.0-alpha.0...v2.66.0-alpha.0) (2023-02-21)
68

79

CHANGELOG.v2.md

Lines changed: 7 additions & 0 deletions
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.66.1](https://github.com/aws/aws-cdk/compare/v2.66.0...v2.66.1) (2023-02-23)
6+
7+
8+
### Bug Fixes
9+
10+
* Correct SamlConsolePrincipal for non-China ([#24277](https://github.com/aws/aws-cdk/issues/24277)) ([d562871](https://github.com/aws/aws-cdk/commit/d562871824350483e80bf6a28868280381e9e83e)), closes [#24243](https://github.com/aws/aws-cdk/issues/24243)
11+
512
## [2.66.0](https://github.com/aws/aws-cdk/compare/v2.65.0...v2.66.0) (2023-02-21)
613

714

packages/@aws-cdk/aws-iam/test/integ.saml-provider.js.snapshot/tree.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"path": "saml-provider-test/DefaultTest/Default",
118118
"constructInfo": {
119119
"fqn": "constructs.Construct",
120-
"version": "10.1.249"
120+
"version": "10.1.252"
121121
}
122122
},
123123
"DeployAssert": {
@@ -163,7 +163,7 @@
163163
"path": "Tree",
164164
"constructInfo": {
165165
"fqn": "constructs.Construct",
166-
"version": "10.1.249"
166+
"version": "10.1.252"
167167
}
168168
}
169169
},

packages/@aws-cdk/aws-iam/test/integ.saml-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// !cdk-integ saml*
12
import * as path from 'path';
23
import { App, Stack, StackProps } from '@aws-cdk/core';
34
import { IntegTest } from '@aws-cdk/integ-tests';

version.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.66.0",
3-
"alphaVersion": "2.66.0-alpha.0"
2+
"version": "2.66.1",
3+
"alphaVersion": "2.66.1-alpha.0"
44
}

0 commit comments

Comments
 (0)