Releases: govuk-one-login/devplatform-upload-action
Releases · govuk-one-login/devplatform-upload-action
v3.9.2
v3.9.1
What's Changed
- Fixes bug where
commitauthor
metadata can't be attached to artifact when special characters are present in the author's GitHub handle (e.g.dependabt[bot]
) - Adds
VERSION_NUMBER
to pipeline meta data
-Adds commitauthor metadata to S3 object artifact
-Metadata will be used for Slack notifications
Full Changelog: v3.8.1...v3.9.1
v3.9 - Adds version number to pipeline metadata
What's Changed
- Adds
VERSION_NUMBER
to pipeline meta data
Git tag points to commit from v3.9.1 due to bug in v3.8.2
Full Changelog: v3.8.2...v3.9
v3.8.2: Add metadata for commit author Latest
What's Changed
-Adds commitauthor metadata to S3 object artifact
-Metadata will be used for Slack notifications
Git tag points to commit from v3.9.1 due to bug in v3.8.2
Full Changelog: v3.8.1...v3.8.2
v3.8.1 - changing mergetime to always be UTC
v3.7 - Update mergetime to always be UTC
Changelog:
- Update mergetime to always be UTC
What's Changed
New Contributors
Full Changelog: v3.5...v3.7
v3.6-beta
Full Changelog: v3.5...v3.6-beta
Extend git metadata attached to uploaded S3 artifacts, including:
- commit messages during workflow_dispatch runs
- github user handles
- git user identifiers
v3.5 - Canary skip flag set in artifact metadata
Changelog:
- A new skipcanary S3 metadata flag is attached to the uploaded template.zip. When a merge commit contains [skip canary], [canary skip] or [no canary], then this flag is enabled. The value is extracted by the CI/CD pipeline, which then overrides the existing deployment strategy with CodeDeployDefault.LambdaAllAtOnce