Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 2.40.0 #21858

Merged
merged 25 commits into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d942324
fix(integ-runner): array arguments aren't recognizing multiple option…
corymhall Aug 25, 2022
dab83cc
feat(cdk-cli-wrapper): add `progress` argument for cdk deploy (#21762)
corymhall Aug 25, 2022
df0ffdd
Merge branch 'main' into merge-back/2.39.0
mergify[bot] Aug 25, 2022
d48690e
chore(merge-back): 2.39.0 (#21769)
mergify[bot] Aug 25, 2022
26ac81f
fix(ecs): secretToken required but declared as optional (#21745)
peterwoodworth Aug 26, 2022
d84bd33
chore(iot): update integ test (#21793)
yamatatsu Aug 29, 2022
e86ae92
chore: remove obsoleted pragma `pragma:ignore-assets` (#21792)
yamatatsu Aug 29, 2022
478b996
chore(deps): Bump awscli from 1.25.58 to 1.25.62 in /packages/@aws-cd…
dependabot[bot] Aug 29, 2022
d30a530
feat(msk): added msk cluster sasl iam property (#21798)
crisboarna Aug 29, 2022
f9ca639
fix(servicecatalog): incorrect service in portfolio arn generation (#…
edyl-berkeley Aug 29, 2022
9774d4c
feat(glue): Added value to PythonVersion enum (#21670)
meve Aug 29, 2022
eaaba39
chore: npm-check-updates && yarn upgrade (#21811)
aws-cdk-automation Aug 29, 2022
95f89bf
Merge branch 'main' into merge-back/2.39.1
mergify[bot] Aug 30, 2022
7005a9d
chore(merge-back): 2.39.1 (#21816)
mergify[bot] Aug 30, 2022
489d130
chore: close stale issues bot uses outdated props (#21818)
peterwoodworth Aug 30, 2022
7e9bd7d
fix(ecs-patterns): add validation for queue and queue related props (…
rajyan Aug 30, 2022
e2dc2cb
fix(integ): write assertion stack name to integ manifest (#21809)
corymhall Aug 30, 2022
82ce4a1
chore(docs): clarify use of isOrganizationTrail (#21824)
corymhall Aug 30, 2022
7472fa4
feat(core): `Fn::ToJsonString` and `Fn::Length` intrinsic functions (…
jogold Aug 30, 2022
3e55092
fix(certificatemanager): domainName not checked for length (#21807)
josephedward Aug 30, 2022
94be001
chore: fix simultaneous typos (#21837)
silvervest Aug 31, 2022
36484c3
chore(rds): marked deprecated version (in Cluster) (#21828)
watany-dev Aug 31, 2022
050e3d1
chore: npm-check-updates && yarn upgrade (#21850)
aws-cdk-automation Aug 31, 2022
6f9aeda
chore: remove @aws-cdk-containers (#21849)
corymhall Aug 31, 2022
0b4c06a
chore(release): 2.40.0
Aug 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

# These labels are required
stale-issue-label: closing-soon
exempt-issue-label: no-autoclose
exempt-issue-labels: no-autoclose
stale-pr-label: closing-soon
exempt-pr-label: no-autoclose
exempt-pr-labels: no-autoclose
response-requested-label: response-requested

# Don't set closed-for-staleness label to skip closing very old issues
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.40.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.39.1-alpha.0...v2.40.0-alpha.0) (2022-08-31)


### Features

* **glue:** Added value to PythonVersion enum ([#21670](https://github.com/aws/aws-cdk/issues/21670)) ([9774d4c](https://github.com/aws/aws-cdk/commit/9774d4ce11287d91278290369dc783a83d784fdf)), closes [#21568](https://github.com/aws/aws-cdk/issues/21568) [/github.com/aws/aws-cdk/issues/21568#issuecomment-1219668861](https://github.com/aws//github.com/aws/aws-cdk/issues/21568/issues/issuecomment-1219668861)
* **msk:** added msk cluster sasl iam property ([#21798](https://github.com/aws/aws-cdk/issues/21798)) ([d30a530](https://github.com/aws/aws-cdk/commit/d30a530a68d97ac455125bf4a2154a31adcb9582))


### Bug Fixes

* **integ-runner:** array arguments aren't recognizing multiple options ([#21763](https://github.com/aws/aws-cdk/issues/21763)) ([d942324](https://github.com/aws/aws-cdk/commit/d942324cef7646397f9359dfb91819ded72874b0)), closes [#20384](https://github.com/aws/aws-cdk/issues/20384)

## [2.39.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.39.0-alpha.0...v2.39.1-alpha.0) (2022-08-29)


Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [2.40.0](https://github.com/aws/aws-cdk/compare/v2.39.1...v2.40.0) (2022-08-31)


### Features

* **cdk-cli-wrapper:** add `progress` argument for cdk deploy ([#21762](https://github.com/aws/aws-cdk/issues/21762)) ([dab83cc](https://github.com/aws/aws-cdk/commit/dab83cc4e70ec477abb4fdf2a2ac6319dff143e9))
* **core:** `Fn::ToJsonString` and `Fn::Length` intrinsic functions ([#21749](https://github.com/aws/aws-cdk/issues/21749)) ([7472fa4](https://github.com/aws/aws-cdk/commit/7472fa484e45cc5dd05c10e4998c02d28f60da65))


### Bug Fixes

* **certificatemanager:** domainName not checked for length ([#21807](https://github.com/aws/aws-cdk/issues/21807)) ([3e55092](https://github.com/aws/aws-cdk/commit/3e55092fb70e0ec74ee7c4144d6e39a29d8757ae))
* **ecs:** secretToken required but declared as optional ([#21745](https://github.com/aws/aws-cdk/issues/21745)) ([26ac81f](https://github.com/aws/aws-cdk/commit/26ac81f77877f504ede97997db8e3b48670f643e)), closes [#21744](https://github.com/aws/aws-cdk/issues/21744)
* **ecs-patterns:** add validation for queue and queue related props ([#21717](https://github.com/aws/aws-cdk/issues/21717)) ([7e9bd7d](https://github.com/aws/aws-cdk/commit/7e9bd7d8419313c333b7a0fffdc489363046e4e2))
* **integ:** write assertion stack name to integ manifest ([#21809](https://github.com/aws/aws-cdk/issues/21809)) ([e2dc2cb](https://github.com/aws/aws-cdk/commit/e2dc2cb76109bcac249f28eac8da3335c8b06e9d)), closes [#21646](https://github.com/aws/aws-cdk/issues/21646)
* **servicecatalog:** incorrect service in portfolio arn generation ([#21770](https://github.com/aws/aws-cdk/issues/21770)) ([f9ca639](https://github.com/aws/aws-cdk/commit/f9ca639175352bad1db78666c750f00955627d1a)), closes [#20849](https://github.com/aws/aws-cdk/issues/20849)

## [2.39.1](https://github.com/aws/aws-cdk/compare/v2.39.0...v2.39.1) (2022-08-29)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
"jest-junit": "^13.2.0",
"jsii-diff": "^1.65.1",
"jsii-pacmak": "^1.65.1",
"jsii-reflect": "^1.65.1",
"jsii-rosetta": "^1.65.1",
"jsii-diff": "^1.66.0",
"jsii-pacmak": "^1.66.0",
"jsii-reflect": "^1.66.0",
"jsii-rosetta": "^1.66.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"semver": "^6.3.0",
Expand Down

This file was deleted.

26 changes: 0 additions & 26 deletions packages/@aws-cdk-containers/ecs-service-extensions/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions packages/@aws-cdk-containers/ecs-service-extensions/.npmignore

This file was deleted.

This file was deleted.

201 changes: 0 additions & 201 deletions packages/@aws-cdk-containers/ecs-service-extensions/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions packages/@aws-cdk-containers/ecs-service-extensions/NOTICE

This file was deleted.

Loading