diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a96ab7..0d35525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 2.0.10 - 15-12-2021 + +## Unclassified Changes + +- Merge pull request [#17](https://github.com/mrmeyers99/aws-cdk-github-actions/issues17) from mrmeyers99/alpine-3.14-better +- Run docker as a non root user to work around permissions issue caused by upgrading to alpine 3.14 +- 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 +- Use 3.13 because alpine 3.14 does not work. +- 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 + # 2.0.9 - 14-12-2021 ## Unclassified Changes diff --git a/manifest.yml b/manifest.yml index 5ecda28..4fac412 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1 +1 @@ -version: 2.0.9 +version: 2.0.10