Skip to content

Releases: plexsystems/sinker

v0.7.1

06 Jul 15:29

Choose a tag to compare

BUG FIX

  • When the target host is Docker Hub (docker.io) use the index URL stored in credentials.

v0.7.0

06 Jul 13:59

Choose a tag to compare

ENHANCEMENT

  • Can now pass source or target to the pull command to pull source and target images. The default behavior is to continue pulling from source.

v0.6.0

04 Jul 20:13

Choose a tag to compare

NEW COMMAND

  • A new command: pull is now available. This will pull the source images found in the image manifest. Useful for performing additional operations on the image before pushing to the target registry (e.g. image vulnerability scanning where the image needs to exist on the host machine first).

v0.5.1

04 Jul 17:32

Choose a tag to compare

UPDATES

  • No longer require --autodetect for the create and update commands. If a file (or directory) is passed into the create command, autodetection will trigger. If no file is provided, images will not be searched for. Update will always require an input.

v0.5.0

04 Jul 02:15

Choose a tag to compare

MAJOR CHANGE

  • Introduced new image manifest format. Both the target registry/repository and all images to be sync'd are stored in .images.yaml

All other changes and how to use the new tooling can be found in the README.

v0.4.0

01 Jul 19:29

Choose a tag to compare

ENHANCEMENT

  • Show a log of the source image and destination image during the tagging process

v0.3.2

01 Jul 14:43

Choose a tag to compare

CHANGED

v0.3.1

17 Jun 23:06

Choose a tag to compare

  • Add support for containers and initContainers in both the Alertmanager and Prometheus CRDS.
  • Allow list of images to be passed to the list command, along with --mirror, to create a list of the original images.

v0.2.0

16 Jun 19:08

Choose a tag to compare

  • Add open-policy-agent to quay.io mapping

v0.1.0

04 Jun 22:02

Choose a tag to compare

Initial release of image sync

  • Add check command
  • Add list command
  • Add sync command