Skip to content

Commit

Permalink
Merge pull request #1064 from awslabs/bump/2.50.0
Browse files Browse the repository at this point in the history
chore(release): 2.50.0
  • Loading branch information
biffgaut authored Jan 30, 2024
2 parents 4a01787 + 5df86cb commit fd84315
Show file tree
Hide file tree
Showing 104 changed files with 699 additions and 1,666 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +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.50.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.49.0...v2.50.0) (2024-01-30)

Built on CDK v2.118.0

### Bug Fixes

* **aws-eventbridge-lambda:** handle provided role correctly (PR [1063](https://github.com/awslabs/aws-solutions-constructs/pull/1063))

## [2.49.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.48.0...v2.49.0) (2024-01-23)

Built on CDK v2.118.0

### Bug Fixes

* **aws-clloudfront-s3:** do not create s3 access log bucket for cf log bucket when an existing bucket is provided (PR [1052](https://github.com/awslabs/aws-solutions-constructs/pull/1052))
* **aws-cloudfront-s3:** do not create s3 access log bucket for cf log bucket when an existing bucket is provided (PR [1052](https://github.com/awslabs/aws-solutions-constructs/pull/1052))

* **aws-clloudfront-s3:** insert empty originAccessIdentity (PR [1053](https://github.com/awslabs/aws-solutions-constructs/pull/1053))
* **aws-cloudfront-s3:** insert empty originAccessIdentity (PR [1053](https://github.com/awslabs/aws-solutions-constructs/pull/1053))

## [2.48.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.47.0...v2.48.0) (2024-01-09)

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ All `package.json` files in this repo use a stable marker version of `0.0.0`. Th

Additional scripts that take part in the versioning mechanism:

- `deployment/v2/get-version.js` can be used to obtain the actual version of the repo. You can use either from JavaScript code by `require('./deployment/v2/get-version')` or from a shell script `node -p "require('./deployment/v2/get-version')"`.
- `deployment/v2/get-version-marker.js` returns `0.0.0` and used to DRY the version marker.
- `deployment/v2/get-sc-version.js` can be used to obtain the actual version of the repo. You can use either from JavaScript code by `require('./deployment/v2/get-sc-version')` or from a shell script `node -p "require('./deployment/v2/get-sc-version')"`.
- `deployment/v2/get-version-placeholder.js` returns `0.0.0` and used to DRY the version marker.
- `deployment/v2/align-version.sh` and `deployment/v2/align-version.js` are used to align all package.json files in the repo to the official version. This script is invoked in from `build-patterns.sh`, first time before the build process to replace the versions from marker version (`0.0.0`) to the release version e.g. `2.13.0` and then the second time at the end of the build process to revert the versions back from release version e.g. `2.13.0` to marker version (`0.0.0`).

### Full Build
Expand Down
33 changes: 0 additions & 33 deletions deployment/align-version.js

This file was deleted.

32 changes: 0 additions & 32 deletions deployment/align-version.sh

This file was deleted.

33 changes: 0 additions & 33 deletions deployment/allow-partial-builds.sh

This file was deleted.

90 changes: 0 additions & 90 deletions deployment/build-cdk-dist.sh

This file was deleted.

47 changes: 0 additions & 47 deletions deployment/build-patterns.sh

This file was deleted.

39 changes: 0 additions & 39 deletions deployment/bump.sh

This file was deleted.

18 changes: 0 additions & 18 deletions deployment/get-version.js

This file was deleted.

Loading

0 comments on commit fd84315

Please sign in to comment.