Skip to content

Releases: plexsystems/sinker

v0.18.0

Choose a tag to compare

@jpreese jpreese released this 30 Mar 17:48
v0.18.0
99c0304

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

Choose a tag to compare

@jpreese jpreese released this 01 Jun 14:25

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

Choose a tag to compare

@jpreese jpreese released this 25 Feb 14:19
db30d0e

ENHANCEMENTS

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

v0.15.0

Choose a tag to compare

@jpreese jpreese released this 20 Dec 15:31
6deb846

ENHANCEMENTS

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

v0.14.3

Choose a tag to compare

@ssmiller25 ssmiller25 released this 15 Oct 16:32
6d9ec8a

ENHANCEMENTS

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

BUG FIX

  • Handle IP address parameters more gracefully - @ssmiller25

v0.14.2

Choose a tag to compare

@ssmiller25 ssmiller25 released this 16 Aug 14:03
24787be

Bug Fix

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

v0.14.1

Choose a tag to compare

@ssmiller25 ssmiller25 released this 28 Jun 12:57
05f0688

BUG FIX

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

v0.14.0

Choose a tag to compare

@jpreese jpreese released this 30 Sep 22:11
5cfa756

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

Choose a tag to compare

@jpreese jpreese released this 17 Sep 19:34
03eee4c

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

Choose a tag to compare

@jpreese jpreese released this 14 Sep 19:14

ENHANCEMENTS

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