Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: darwinia-network/kubevali

v0.5.1

23 Jul 01:15
Compare
Choose a tag to compare

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

22 Jul 09:49
Compare
Choose a tag to compare

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

12 Jul 03:41
Compare
Choose a tag to compare

ffba064 (HEAD, tag: v0.4.2, origin/master) Remove the empty node command and args.

v0.4.1: Remove the pod label `controller-revision-hash` from generated servic…

11 Jun 09:43
Compare
Choose a tag to compare

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

21 May 06:14
Compare
Choose a tag to compare

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

21 May 06:10
Compare
Choose a tag to compare

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

20 Jan 02:06
Compare
Choose a tag to compare

a6bc26d (HEAD, tag: v0.3.0, origin/master) Bump sprig to v3.2.0.

v0.2.1

13 Jan 05:48
Compare
Choose a tag to compare

b4e0104 (HEAD, tag: v0.2.1, origin/master) Fix unnecessary --log-level in deploy manifests.

v0.2.0: Allow users to decide where node's stdout and stderr being redirected…

13 Jan 05:42
Compare
Choose a tag to compare

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

30 Nov 08:43
Compare
Choose a tag to compare

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.