v0.12.0 #90
RothAndrew
announced in
Announcements
v0.12.0
#90
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
zarf initNow always installs the private Docker registry.Until we finish migrating from Repo1 to GitHub the release artifacts can be found HERE.
zarf.yamlconfigThe schema for the
zarf.yamlconfig file has changed. It has been simplified now that the docker registry is always present, there's no need for making a distinction between local and remote images. They are now all what used to be called "remote".New:
Previous:
Full Changelog
zarf.localhost#83 by switching fromzarf.localhostto127.0.0.1as the internal endpoint for the docker registry and Giteautility-clustertogitops-serviceCompare: v0.11.0...v0.12.0
All reactions