Releases: plexsystems/sinker
Releases · plexsystems/sinker
v0.7.1
BUG FIX
- When the target host is Docker Hub (docker.io) use the index URL stored in credentials.
v0.7.0
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
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
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
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
ENHANCEMENT
- Show a log of the source image and destination image during the tagging process
v0.3.1
- 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
- Add
open-policy-agent
to quay.io mapping
v0.1.0
Initial release of image sync
- Add
check
command
- Add
list
command
- Add
sync
command