Releases: concourse/registry-image-resource
Releases · concourse/registry-image-resource
v0.6.1
What's Changed
- Bump github.com/sirupsen/logrus from 1.4.1 to 1.4.2 (#39) @dependabot-preview
v0.6.0
What's Changed
- Make sure check won't fail if image tag not exist on registry server. (#34) @SimonXming
v0.5.3
Merge pull request #28 from concourse/dependabot/go_modules/github.co…
v0.5.2
fix tag defaulting previously the default tag would only be applied if the tag was explicitly provided as an empty string, because the default was applied during parsing. however if the field was not specified at all, nothing would be parsed. now the default is applied when the tag is accessed on the object, and works even if the field was completely omitted. Signed-off-by: Alex Suraci <[email protected]>
v0.5.1
Merge pull request #14 from concourse/bionic-base-image migrating to ubuntu:bionic and golang-builder
v0.5.0
retry get/put on network flakes fixes #4 Signed-off-by: Alex Suraci <[email protected]>
v0.4.0
Merge pull request #13 from pn-santos/master Add support for additional_tags put param
v0.3.0
v0.2.0
What's Changed
- The experimental support for
put
is now tested and documented. - Basic auth
username
/password
can now be configured, enabling support for private repositories. - The image digest is now saved to a file called
digest
. This was technically shipped in v0.1.2 and not documented until now.
PRs merged
v0.1.2
bump deps this may break 'put' - will check and revert if so