Skip to content

Releases: validator-labs/validator

v0.0.12

09 Nov 23:21
6aaf98a
Compare
Choose a tag to compare

0.0.12 (2023-11-09)

Other

Refactoring

  • change devspace port; always use exponential backoff; tidy validation result helpers (c866429)

v0.0.11

09 Nov 21:37
081ded0
Compare
Choose a tag to compare

0.0.11 (2023-11-09)

Features

Other

  • add license (065ef97)
  • deps: update golang.org/x/exp digest to 2478ac8 (#83) (0d5200f)
  • deps: update module github.com/go-logr/logr to v1.3.0 (#77) (532fd6f)
  • deps: update module github.com/onsi/gomega to v1.28.1 (#74) (eb7d990)
  • deps: update module github.com/onsi/gomega to v1.29.0 (#76) (ca58e8c)
  • deps: update module github.com/onsi/gomega to v1.30.0 (#82) (7bfa8f7)
  • deps: update module k8s.io/klog/v2 to v2.110.1 (#78) (8a79219)
  • update plugin versions in default values.yaml (6f7f90d)
  • deps: update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.15.0 (#72) (4f0fc63)
  • deps: update google-github-actions/release-please-action digest to db8f2c6 (#81) (20956a3)
  • deps: update helm/chart-testing-action action to v2.6.0 (#79) (3272b22)
  • deps: update helm/chart-testing-action action to v2.6.1 (#80) (cbb430e)
  • release 0.0.11 (f694577)

v0.0.10

20 Oct 21:36
edc5f33
Compare
Choose a tag to compare

0.0.10 (2023-10-20)

Bug Fixes

  • update plugin versions in default values.yaml (6f7f90d)

Other

v0.0.9

10 Oct 17:49
6d31932
Compare
Choose a tag to compare

0.0.9 (2023-10-10)

Features

Other

  • deps: update golang.org/x/exp digest to 7918f67 (#55) (3f173d4)
  • deps: update kubernetes packages to v0.28.2 (#51) (f43d5a0)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.12.1 (#52) (516693e)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.13.0 (#57) (be32cb8)
  • deps: update module github.com/onsi/gomega to v1.28.0 (#54) (e89431e)
  • deps: update module sigs.k8s.io/controller-runtime to v0.16.2 (#50) (1a07c2a)
  • deps: update actions/checkout digest to 8ade135 (#53) (d42a8a6)
  • deps: update docker/build-push-action action to v5 (#47) (40d0053)
  • deps: update docker/build-push-action digest to 0a97817 (#45) (91a951b)
  • deps: update docker/login-action action to v3 (#48) (9c940d7)
  • deps: update docker/setup-buildx-action action to v3 (#49) (a3fe730)
  • release 0.0.9 (3cbcfa9)

v0.0.8

07 Sep 01:01
b452df4
Compare
Choose a tag to compare

0.0.8 (2023-09-06)

Other

  • bump aws plugin version (bac567e)
  • deps: update actions/upload-artifact digest to a8a3f3a (#43) (fc33646)

v0.0.7

06 Sep 17:54
85f2933
Compare
Choose a tag to compare

0.0.7 (2023-09-06)

Bug Fixes

  • include pkg/ in dockerfiles (b45bb22)

Other

  • bump plugin versions (6658d19)
  • update AWS plugin version; fix default values.yaml (516213b)
  • deps: update golang.org/x/exp digest to 9212866 (#41) (50ad9cb)
  • deps: update actions/checkout action to v4 (#39) (3c848b6)

Refactoring

v0.0.6

01 Sep 16:53
849b4ca
Compare
Choose a tag to compare

0.0.6 (2023-09-01)

Bug Fixes

  • deps: update kubernetes packages to v0.28.1 (#30) (f94b40d)
  • deps: update module github.com/onsi/ginkgo/v2 to v2.12.0 (#31) (98a7aa7)
  • deps: update module github.com/onsi/gomega to v1.27.10 (#29) (8697124)
  • deps: update module sigs.k8s.io/controller-runtime to v0.16.1 (#33) (94bf0ad)
  • NET_ADMIN -> NET_RAW (122cc80)

Other

  • deps: update actions/checkout digest to f43a0e5 (#25) (fa0b3d9)
  • deps: update actions/setup-go digest to 93397be (#26) (e32d52b)
  • deps: update docker/setup-buildx-action digest to 885d146 (#28) (f4b1dd1)
  • release 0.0.6 (10421d5)

v0.0.5

31 Aug 20:24
ae58d10
Compare
Choose a tag to compare

0.0.5 (2023-08-31)

Bug Fixes

  • omit conditions for uninstalled plugins (c9f430d)
  • preserve VC annotations when updating plugin hashes (19c9463)
  • securityContext blocking MTU check w/ ping (131e5d9)
  • update 2+ plugin conditions properly (a12488f)

Other

Docs

  • add valid8or-plugin-network to default values.yaml (1aada24)

v0.0.4

29 Aug 21:41
98fd554
Compare
Choose a tag to compare

0.0.4 (2023-08-29)

Other

  • add public validation result utils (528be5f)
  • release 0.0.4 (28f8418)

Docs

  • update chart description (0a5635f)

v0.0.3

29 Aug 13:15
9d10ae6
Compare
Choose a tag to compare

0.0.3 (2023-08-29)

Features

  • handle plugin updates via values hashes (7f485b4)
  • log ValidationResult metadata on completion (0cc38e5)
  • plugin management w/ helm (537faac)
  • update status and handle plugin removal (bae7e9d)

Bug Fixes

  • increase memory limit for helm upgrade (660a80d)
  • update RBAC in helm templates (6ff735c)

Other

Docs

  • update README, fix release-please annotations (c2c96e8)