Skip to content

Releases: plexsystems/sinker

v0.18.0

30 Mar 17:48
v0.18.0
99c0304
Compare
Choose a tag to compare

What's Changed

  • Keep overrides to repository targets even with same host by @acastle in #66
  • Upgrade dependencies by @amuraru in #69

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

01 Jun 14:25
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add a copy command which lets uses to copy images from one repository to another without the need for the Docker daemon. (thanks @hassenius 🎉)

v0.16.0

25 Feb 14:19
db30d0e
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add ghcr.io to list of registries without nested support (thanks @mnasiadka 🎉 )

v0.15.0

20 Dec 15:31
6deb846
Compare
Choose a tag to compare

ENHANCEMENTS

  • Sinker will now ignore image URLs that have tokens in them and have not yet been parameterized.

v0.14.3

15 Oct 16:32
6d9ec8a
Compare
Choose a tag to compare

ENHANCEMENTS

  • Support for Crontabs - Thanks @dewe!
  • Version Subcommand - @dewe

BUG FIX

  • Handle IP address parameters more gracefully - @ssmiller25

v0.14.2

16 Aug 14:03
24787be
Compare
Choose a tag to compare

Bug Fix

  • Add exceptions for paremeters that include logging levels including a comma, common with Envoy proxy/Istio. Addresses #44

v0.14.1

28 Jun 12:57
05f0688
Compare
Choose a tag to compare

BUG FIX

  • Skipping arguments that contain a parameter that contains http:// or https://

v0.14.0

30 Sep 22:11
5cfa756
Compare
Choose a tag to compare

ENHANCEMENTS

  • Validate that the image exists at the remote registry and that the client has the necessary auth to pull all of the images before attempting the pull operation. This helps prevent failures that could occur part-way through executing the pull command.

  • Start releasing docker images to DockerHub. Docker images can be found at https://hub.docker.com/repository/docker/plexsystems/sinker

v0.13.1

17 Sep 19:34
03eee4c
Compare
Choose a tag to compare

BUG FIX

  • When checking if a registry has an image manifest, most registries return MANIFEST_UNKNOWN. Harbor replies with
    NOT_FOUND. This release adds NOT_FOUND as a valid error to be returned when an image cannot be found. ( Thanks @hoihrig 🎉 )

v0.13.0

14 Sep 19:14
Compare
Choose a tag to compare

ENHANCEMENTS

  • When syncing to Google Container Registry, the full image path will be used. GCR does support nested paths. Thanks @bnutt! 🎉