Releases: darwinia-network/kubevali
Releases · darwinia-network/kubevali
v0.5.1
97f9742 (HEAD, tag: v0.5.1, origin/master) Fix typo in docs.
fe4a3d8 Fix go version on CI.
bf34406 Bump go dependencies.
v0.5.0
52b149d (HEAD, tag: v0.5.0, origin/master) Sort nodeTemplate.args by flag names.
cbba83d Support short CLI flags.
7787f2f Refactor rendering CLI arguments and allowing array-type args.
d512d1a Improve docs and refactor examples.
2514040 Add default image tags in kustomization.yaml.
v0.4.2
ffba064 (HEAD, tag: v0.4.2, origin/master) Remove the empty node command and args.
v0.4.1
87edf4b (HEAD, tag: v0.4.1, origin/master) Remove the pod label controller-revision-hash
from generated service label selectors.
703d235 Rename init container kubevali to init-kubevali.
2366aea Add snapshot-init-container in manifests.
1fdee83 Add startupProbe and remove initialDelaySeconds.
bc3925d Set the endpoint of livenessProbe to /healthz.
f715ac0 Add Service and headless Service in the Kubernetes manifests.
v0.4.0
c01bcec (HEAD, tag: v0.4.0, origin/master) Improve misc detail.
17d87ff Improve README and docs.
0d1810a Support creating a NodePort service on start to expose the P2P port.
v0.3.1
dc22872 (HEAD, tag: v0.3.1) Bump versions in examples.
2271521 Set the default value for .nodeTemplate.index.
082d38f Improve the docs and example of node index.
v0.3.0
a6bc26d (HEAD, tag: v0.3.0, origin/master) Bump sprig to v3.2.0.
v0.2.1
b4e0104 (HEAD, tag: v0.2.1, origin/master) Fix unnecessary --log-level in deploy manifests.
v0.2.0
20134f1 (HEAD, tag: v0.2.0, origin/master) Allow users to decide where node's stdout and stderr being redirected to.
6398765 Add docs for logging config.
9be8821 Use zap.NewProductionConfig()
as the default logging config present.
67595f7 Replace logrus with zap.
7b8d0da Use the preferable errors.As instead of type converting.
fc5cf8e Remove "imagePullPolicy: Always" from deploy manifests.
v0.1.0-alpha.3
d499eca (HEAD, tag: v0.1.0-alpha.3, origin/master) Reorganize example manifests.
95c6f54 Enable --watch-config in example.
9b5112b Attach and send log line to healthchecks.io.
6665961 Add option --watch-config and replace all panics with logrus.Fatalf instead.
2c50a1e Remove builds for windows.