Skip to content

Commit

Permalink
Merge pull request #1178 from awslabs/bump/2.66.0
Browse files Browse the repository at this point in the history
chore(release): 2.66.0
  • Loading branch information
biffgaut authored Aug 22, 2024
2 parents 01334f3 + 1417048 commit 0ae4e65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 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.

## [2.66.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.66.0) (2024-08-22)

Built on CDK v2.151.0

There are no other changes in this release, we are testing our upgraded release pipeline

## [2.65.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.64.0...v2.65.0) (2024-08-11)

Built on CDK v2.150.0
Expand Down Expand Up @@ -52,6 +58,8 @@ Built on CDK v2.145.0

* **aws-constructs-factories:** add a factory for sqs queues ([#1131](https://github.com/awslabs/aws-solutions-constructs/issues/1131)) ([b35b9b8](https://github.com/awslabs/aws-solutions-constructs/commit/b35b9b86dcbda1d90dceac1cc539be816defe288))

WARNING - This release changes the resource IDs of DLQs. As a result a stack update will delete the existing DLQ and create a new one. Before updating your stack, process all messages in your current DLQ.

## [2.59.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.58.1...v2.59.0) (2024-06-08)

Built on CDK v2.143.0
Expand Down
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
const targetSolutionsConstructsVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.150.0';
const awsCdkLibVersion = '2.151.0';

for (const file of process.argv.splice(4)) {
const pkg = JSON.parse(fs.readFileSync(file).toString());
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": "2.65.0"
"version": "2.66.0"
}

0 comments on commit 0ae4e65

Please sign in to comment.