Skip to content

Commit

Permalink
Merge pull request #742 from awslabs/v1-bump/1.160.0
Browse files Browse the repository at this point in the history
v1-bump/1.160.0
  • Loading branch information
biffgaut authored Aug 4, 2022
2 parents d0474e6 + a211c3e commit 2ebec5a
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

NOTE - With AWS CDK V1 deprecated as of 6/1/2022, AWS Solutions Constructs V1 functionality was frozen as of 1.159.0. All V1 releases after this point will just sync with AWS CDK V1 version numbers.

## 1.160.0 (2022-08-04)

* Upgraded all patterns to CDK v1.159.0

## [1.159.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.12.0...v1.159.0) (2022-08-01)

* Upgraded all patterns to CDK v1.159.0
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"./patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "1.159.0"
"version": "1.160.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Description": {
"Fn::Join": [
"",
Expand Down

0 comments on commit 2ebec5a

Please sign in to comment.