Releases: bcgov-nr/action-builder-ghcr
Releases · bcgov-nr/action-builder-ghcr
v2.2.0
What's Changed
- feat: output and check for previous SHA by @DerekRoberts in #54
- fix: brackets and allow sha repeats by @DerekRoberts in #56
- docs: new and old digest outputs by @DerekRoberts in #57
Full Changelog: v2.1.0...v2.2.0
v2.1.0
New Features
- New output: triggered = true|false
What's Changed
- fix: manifest unknown by @DerekRoberts in #49
- chore(ci): use bcgov-nr/action-diff-triggers by @DerekRoberts in #50
- chore(deps): update docker/build-push-action action to v6 by @renovate in #51
- feat: output triggered = true or false by @DerekRoberts in #52
- docs: trigger output by @DerekRoberts in #53
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's New
Updating actions/delete-package-versions should have addressed any warnings around node.js 16 action deprecations. Most commonly seen in workflow summaries and annotations.
What's Changed
- chore(deps): update actions/delete-package-versions by @DerekRoberts in #46
- chore(deps): update shrink/actions-docker-registry-tag action to v4 by @renovate in #47
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- ci: renovate extends bcgov/renovate-config by @DerekRoberts in #38
- docs: fix trigger example with evil comma by @DerekRoberts in #40
- chore: add 'latest' to default keep_regex by @DerekRoberts in #41
- docs: updating readme file by @paulushcgcj in #42
- ci: drop image promotions by @DerekRoberts in #43
- Fix/tag break by @DerekRoberts in #44
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Release v2 is out!
Breaking Changes
outputs.build = true|false
have been replaced withoutputs.digest
, which is far more useful
What's Changed
- feat: code changes to return image digest as output by @mishraomp in #36
- chore: updated docs for the new addition of returning image digests. by @mishraomp in #37
New Contributors
- @mishraomp made their first contribution in #36
Full Changelog: v1.3.0...v2.0.0
v1.3.0
New Features
keep_versions
deletes older GHCR containers, keeping the specified numberkeep_regex
automatically keepstest
andprod
tags, but can be overriddenbuild_file
can be omitted if in thebuild_context
foldertoken
can be omitted if using the defaultgithub.token
What's Changed
- feat: make token optional, allow inherit by @DerekRoberts in #31
- fix: pr close by @DerekRoberts in #32
- feat: ghcr cleanup w/ keep_versions and keep_regex by @DerekRoberts in #33
- feat: parameters, cleanup and codeowners by @DerekRoberts in #34
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Configure Renovate by @bcgov-devops in #23
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #25
- build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #27
- build(deps): bump docker/login-action from 2 to 3 by @dependabot in #26
- build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #28
- bug: disable buildx provenance by @DerekRoberts in #29
- ci: disable Dependabot, using Renovate by @DerekRoberts in #30
New Contributors
- @bcgov-devops made their first contribution in #23
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: adding build args optional parameter by @paulushcgcj in #22
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- feat: better handling of fallback not existing by @pauldaustin in #19
- feat: tag_fallback error grepping and flatten conditionals by @DerekRoberts in #21
New Contributors
- @pauldaustin made their first contribution in #19
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Bug fix for perfectly good tag_fallbacks being rejected:
- Use docker buildx imagetools to check tag_fallback by @DerekRoberts in #18
Full Changelog: v1.1.0...v1.1.1