Skip to content

Releases: concourse/registry-image-resource

v0.6.1

06 Jun 18:42
8127824
Compare
Choose a tag to compare

What's Changed

v0.6.0

14 May 19:15
99b5f6b
Compare
Choose a tag to compare

What's Changed

  • Make sure check won't fail if image tag not exist on registry server. (#34) @SimonXming

v0.5.3

11 Apr 13:48
3babcea
Compare
Choose a tag to compare
Merge pull request #28 from concourse/dependabot/go_modules/github.co…

v0.5.2

29 Mar 19:44
Compare
Choose a tag to compare
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

26 Mar 14:38
9482d4d
Compare
Choose a tag to compare
Merge pull request #14 from concourse/bionic-base-image

migrating to ubuntu:bionic and golang-builder

v0.5.0

05 Mar 23:53
Compare
Choose a tag to compare
retry get/put on network flakes

fixes #4

Signed-off-by: Alex Suraci <[email protected]>

v0.4.0

19 Feb 16:10
5d313bc
Compare
Choose a tag to compare
Merge pull request #13 from pn-santos/master

Add support for additional_tags put param

v0.3.0

28 Jan 19:57
d34b345
Compare
Choose a tag to compare

What's Changed

  • Regenerates mod file (#11) @osis
  • adds repo & tag to metadata for in & out cmd (#12) @osis

v0.2.0

17 Dec 18:15
Compare
Choose a tag to compare

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

  • Allows for "0" and 0 in tag parameter (#8) @osis
  • feat:support private repository (#9) @int-tt

v0.1.2

26 Nov 15:41
Compare
Choose a tag to compare
bump deps

this may break 'put' - will check and revert if so