Releases: XanaduAI/cloud-actions
Releases · XanaduAI/cloud-actions
Release 1.5.8
What's Changed
- Fix
generate-docker-image-tags
API calls by @michaelvu97 in #59
Full Changelog: v1.5.7...v1.5.8
Release 1.5.7
What's Changed
- Add poetry install by @rashidnhm in #57
- Add support for multiple PR numbers to GDIT action by @Mandrenkov in #58
Full Changelog: v1.5.6...v1.5.7
Release 1.5.6
What's Changed
- Allow providing custom owner and repo for download artifact action by @mudit2812 in #54
- Pin Python to 3.10 by @martellato in #55
- Improve robustness of GDIT Action by @Mandrenkov in #56
New Contributors
- @mudit2812 made their first contribution in #54
Full Changelog: v1.5.5...v1.5.6
Release 1.5.5
What's Changed
- Escape backticks when generating Docker image tags by @Mandrenkov in #53
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Replace slashes with hyphens by @doctorperceptron in #30
- look at remote instead by @martellato in #31
- Added action to manage a GitHub Deployment by @rashidnhm in #25
- Auto changelog by @martellato in #32
- Disallow lagging version in OG workflow by @martellato in #34
- Change default Docker image tag prefix from
dev
totemp
by @Mandrenkov in #35 - Sc 36272 list workflow artifact pagination by @rashidnhm in #36
- Adds a newline at the end of version.py by @martellato in #37
- Fixes
fatal: ambiguous argument {base_branch}
by @martellato in #38 - Traps the unreasonable error code 3 from docformatter by @martellato in #39
- Bot to touch missing
CHANGELOG.md
inog/bump
workflow by @martellato in #40 - fix: [sc-40595] Sanity check for
_version.py
vs head ofCHANGELOG.md
by @martellato in #41 - support extra version details by @martellato in #42
- Consider CHANGELOG diff when deciding to modify by @onefifth in #43
- Allow files to be uploaded using action by @rashidnhm in #45
- Add multi-arch docker build-push workflow by @ggulli in #44
- Fixes empty string passed to grep raising with
set -x
by @martellato in #46 - Allow creation of
.lintignore
file to ignore linting of files and directories by @martellato in #47 - feat: [sc-43534] OG bump workflow to parse changelog and update entry as PR is edited by @martellato in #48
- Sc 43862 add pull request edited and workflow dispatch by @martellato in #49
- Fixes sorting of versions in the CHANGELOG file by @martellato in #50
- Fixes duplicate formatting by @martellato in #51
- Fixes a tiny bug where non-bot commits would return the old format of version for the CHANGELOG bump by @martellato in #52
New Contributors
- @doctorperceptron made their first contribution in #30
- @onefifth made their first contribution in #43
- @ggulli made their first contribution in #44
Full Changelog: v1.5.3...v1.5.4
Release 1.5.3
What's Changed
- Use shortest path to _version.py by @martellato in #27
- Add workflow artifact download by @rashidnhm in #26
- Avoid usage of
::set-output
by @Mandrenkov in #28
Full Changelog: v1.5.2...v1.5.3
Release 1.5.2
This releases contains the following changes to the push-to-s3-and-invalidate-cloudfront
action:
- A new variable
s3-delete-stale-files
indicating if the stale files on S3 should be deleted - Fix the cloudfront invalidation
Release 1.5.1
This release adds an optional input variable to configure the max retry attempts for any AWS operations used by the push-to-s3-and-invalidate-cloudfront
action
Release 1.5.0
This release adds the following action:
push-to-s3-and-invalidate-cloudfront
- https://github.com/XanaduAI/cloud-actions/blob/main/push-to-s3-and-invalidate-cloudfront/README.md
Release 1.4.0
What's Changed
generate-docker-image-tags
supportsrelease
triggers by @michaelvu97 in #18
Full Changelog: v1.3.0...v1.4.0