Skip to content

Releases: govuk-one-login/devplatform-upload-action

v3.9.1

24 Jun 14:07
dc81580
Compare
Choose a tag to compare

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])

v3.9 - Adds version number to pipeline metadata

18 Jun 09:44
dc81580
Compare
Choose a tag to compare

What's Changed

  • Adds VERSION_NUMBER to pipeline meta data

Full Changelog: main...PSREDEV-854

v3.8.2: Add metadata for commit author Latest

17 Jun 15:35
dc81580
Compare
Choose a tag to compare

What's Changed

  • Adds commitauthor metadata to S3 object artifact
  • Metadata will be used for Slack notifications

v3.8.1 - changing mergetime to always be UTC

25 Apr 10:03
2281463
Compare
Choose a tag to compare

Changing mergetime to always be UTC

What's Changed

Full Changelog: v3.7...v3.8.1

v3.7 - Update mergetime to always be UTC

22 Apr 15:50
fc55e12
Compare
Choose a tag to compare

Changelog:

  • Update mergetime to always be UTC

What's Changed

  • PLAT-4232 - changing mergetime to always be UTC by @angold5 in #4

New Contributors

Full Changelog: v3.5...v3.7

v3.6-beta

27 Mar 11:26
987d038
Compare
Choose a tag to compare
v3.6-beta Pre-release
Pre-release

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

17 Jan 16:48
v3.5
1bf704c
Compare
Choose a tag to compare

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

v3.5-beta

16 Jan 12:17
1bf704c
Compare
Choose a tag to compare
v3.5-beta Pre-release
Pre-release
Merge pull request #3 from govuk-one-login/PLAT-3373

Canary skip flag set in artifact metadata

v3.4

23 Oct 10:32
11b9b34
Compare
Choose a tag to compare

Adds mergetime metadata to artifact.

v3.3

23 Oct 10:31
32daf3e
Compare
Choose a tag to compare

What's Changed

  • Make the working directory parameter optional
    Remove the cd step as its effect is not carried to the main step.