Skip to content

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

v1.3.0 - Support sidecars, push only mode, maintain 'latest' tag

02 Jul 16:48
v1.3.0
5431bce
Compare
Choose a tag to compare

What's Changed

  • PSREDEV-1167 - Support sidecars in upload-action-ecr by @monhaque in #17

Full Changelog: v1.2.5...v1.3.0

v1.2.7

24 Jun 12:21
da6890c
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])

v1.2.6 - Adds version number to pipeline metadata

18 Jun 14:44
da6890c
Compare
Choose a tag to compare

What's Changed

  • Adds VERSION_NUMBER to pipeline metadata

Full Changelog: main...PSREDEV-1080

v1.2.5: Add metadata for commit author

17 Jun 15:32
da6890c
Compare
Choose a tag to compare

What's Changed

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

1.2.4 - Change S3 mergetime to use UTC timezone

25 Apr 09:50
2670d3f
Compare
Choose a tag to compare

What's Changed

  • Update build-tag-push-ecr.sh merge_time in utc by @angold5 in #9

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3 - Change S3 mergetime to use UTC timezone

24 Apr 09:53
d9a7034
Compare
Choose a tag to compare

Change S3 mergetime to use UTC timezone

Full Changelog: 1.2.2...1.2.3

1.2.2

17 Apr 16:29
1.2.2
aa8da0d
Compare
Choose a tag to compare

What's Changed

  • PLAT-4215 Adding option to configure the --platform tag during docker build by @dothomson in #8

New Contributors

Full Changelog: 1.2.1...1.2.2

v1.2.1 Updating outdated versions of Github actions

04 Mar 10:31
5e1a290
Compare
Choose a tag to compare
  • Bump actions/checkout from v3 to v4
  • Bump actions/setup-python from v4 to v5
  • Bump aws-actions/configure-aws-credentials from v1-node16 to v4

Git commit and deployment flag in artifact S3 metadata

09 Jan 11:16
1.2.0
b09ef1e
Compare
Choose a tag to compare

Changelog:

  • Git tag and commit message from the merge commit are attached as S3 metadata to the uploaded template.zip, used for auditing purposes
  • 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 ECSAllAtOnce

v1.1.1 Mergetime artefact timestamp

11 Dec 15:21
24ab6b6
Compare
Choose a tag to compare
Merge pull request #3 from govuk-one-login/plat-3225

Plat 3225 - Add timestamp to artefact metadata in upload-action-ecr