forked from youyo/aws-cdk-github-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: mrmeyers99 <[email protected]>
- Loading branch information
1 parent
b43ca50
commit 18276a7
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 2.0.3 - 14-12-2021 | ||
|
||
## Unclassified Changes | ||
|
||
- Fix base version ([#2](https://github.com/mrmeyers99/aws-cdk-github-actions/issues2)) | ||
- Publish to ghcr ([#1](https://github.com/mrmeyers99/aws-cdk-github-actions/issues1)) | ||
- Merge pull request [#40](https://github.com/mrmeyers99/aws-cdk-github-actions/issues40) from mrmeyers99/[#32](https://github.com/mrmeyers99/aws-cdk-github-actions/issues32)-see-job-progress | ||
- Merge branch 'v2' | ||
- Merge pull request [#39](https://github.com/mrmeyers99/aws-cdk-github-actions/issues39) from transurban/feature/golang | ||
- [#32](https://github.com/mrmeyers99/aws-cdk-github-actions/issues32) Use tee to be able to view the command output while it's running | ||
- Update entrypoint.sh | ||
- Restore functionality for Python/JS/TS CDK apps | ||
- Tidy up | ||
- Update README.md | ||
- Test: believe to be redundant as cdk app does it | ||
- What a fool.. :D | ||
- Update entrypoint.sh | ||
- Update Dockerfile | ||
- go version setting | ||
- Added go module fetch | ||
- Added Golang packages | ||
- trimming out non-Go components for now | ||
- Merge pull request [#38](https://github.com/mrmeyers99/aws-cdk-github-actions/issues38) from youyo/master | ||
- Merge pull request [#37](https://github.com/mrmeyers99/aws-cdk-github-actions/issues37) from youyo/fix/using-apline-3.13 | ||
- Merge branch 'master' into v2 | ||
- Merge pull request [#35](https://github.com/mrmeyers99/aws-cdk-github-actions/issues35) from FDR123/master | ||
- bump up to v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version: 2.0.2 | ||
version: 2.0.3 |