v0.13.1 #161
RothAndrew
announced in
Announcements
v0.13.1
#161
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.
-
Until we finish migrating from Repo1 to GitHub the release artifacts can be found HERE.
What's Changed
zarf initdeploys now requires authPackages will need to include
imagePullSecrets:in their pod manifests and a corresponding regcred. See the Kubernetes documentation for more information. Using the special string###ZARF_DOCKERAUTH###in your manifests will be automatically picked up by Zarf duringpackage deployand replaced with a properly formatted auth string, which is the base64 encodedusername:passwordHere's an example of a valid Secret manifest for images that originated from Registry1 or DockerHub (K3s automatically redirects them to the private registry):
Deploy remote packages
Now you can run
zarf package deployon remote packages.Example:
Full Changelog
Note: The v0.13.0 release was aborted due to a missing credential in the release pipeline. This release replaces v0.13.0 with the only change being referencing the new credential in the release pipeline yaml. We do it this way because we believe artifacts should be immutable.
pre-commithookszarf versioncommandkubescapeversion in Big Bang Core example #111 - Update the version ofkubescapein the Big Bang Core example--componentsflag existgo.modto make VS Code happypre-commit run -aon the whole codebase #151 - Runpre-commit run -aan the codebaseThis discussion was created from the release v0.13.1.
Beta Was this translation helpful? Give feedback.
All reactions