v0.14.0 #204
RothAndrew
announced in
Announcements
v0.14.0
#204
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Until we finish migrating from Repo1 to GitHub the release artifacts can be found HERE.
What's Changed
localhost
is no longer a valid option for cluster ingress when initializing a zarf cluster. Instead you have to use a127.0.0.1
or some other local ip found viaifconfig
.zarf init
due to the above breaking change127.0.0.1
local bindings for the registry & gitops service. Fixes Bug: (or docs issue): Games Example doesn't work on zarf 0.13.3 when using cert imported from Lets Encrypt Free CA #193before
andafter
script options when defining azarf.yaml
with an optional retry flagzarf tool
command to print out config schema and commit the output to the repo (will need to make a git hook or something later on)zarf destroy
command to run any script that starts withzarf-clean
instead of only running the k3s-remove script.zarf-state.yaml
for persisting host information fromzarf init
tozarf package deploy
...../utils/yaml.go
, etc.)This discussion was created from the release v0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions