Skip to content

Releases: validator-labs/validator

v0.1.2

08 Aug 17:32
41a1011
Compare
Choose a tag to compare

0.1.2 (2024-08-08)

Bug Fixes

  • ensure validatorctl arch matches haul arch (#374) (ca38f3e)

Other

  • deps: bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible (#368) (7e21122)

Dependency Updates

  • deps: update module github.com/onsi/ginkgo/v2 to v2.20.0 (#373) (37fa8f3)
  • deps: update module github.com/validator-labs/validator-plugin-oci to v0.0.13 (#369) (a06d799)
  • deps: update module github.com/validator-labs/validator-plugin-oci to v0.1.0 (#375) (ddfd175)

v0.1.1

05 Aug 20:49
13654b8
Compare
Choose a tag to compare

0.1.1 (2024-08-05)

Features

  • add values for maas plugin (#364) (7c09687)
  • HTTP basic authentication secrets for network plugin (#367) (128041b)

Dependency Updates

  • deps: update module github.com/onsi/gomega to v1.34.1 (#344) (5144078)

Refactoring

  • expose sinks pkg for direct rule evaluation; add ValidationResult creation & finalization helpers (#366) (056ee62)

v0.1.0

01 Aug 19:46
581cf45
Compare
Choose a tag to compare

0.1.0 (2024-08-01)

⚠ BREAKING CHANGES

  • create root level HelmConfig struct which applies to all HelmReleases (#356)

Features

  • create root level HelmConfig struct which applies to all HelmReleases (#356) (6fe04ba)

Bug Fixes

  • set oci.ImageOptions.Ref to the correct value to ensure plugin charts are installed (#359) (effd172)

v0.0.50

26 Jul 21:56
4c85249
Compare
Choose a tag to compare

0.0.50 (2024-07-26)

Other

v0.0.49

24 Jul 00:01
39d59c9
Compare
Choose a tag to compare

0.0.49 (2024-07-23)

Bug Fixes

v0.0.48

22 Jul 21:47
5f57fb8
Compare
Choose a tag to compare

0.0.48 (2024-07-22)

Bug Fixes

  • sink HTTP clients to read proxy config from environment (#341) (ffa327e)

Other

  • deps: bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#337) (c36994d)

v0.0.47

21 Jul 16:01
da311de
Compare
Choose a tag to compare

0.0.47 (2024-07-20)

Bug Fixes

Other

  • move string utils to central location (#334) (44c09ab)

Docs

  • recommend validatorctl; document Hauler (#326) (18a8fef)
  • Update air-gapped prereqs in README.md (de015d9)

Dependency Updates

  • deps: update golang.org/x/exp digest to 8a7402a (#336) (8f94947)
  • deps: update golang.org/x/exp digest to 8a7402a (#338) (e012a4e)
  • deps: update golang.org/x/exp digest to e3f2596 (#329) (3419300)
  • deps: update kubernetes packages to v0.30.3 (#332) (5d4486c)
  • deps: update module github.com/google/go-containerregistry to v0.20.1 (#330) (81fd1cf)
  • deps: update module github.com/slack-go/slack to v0.13.1 (#328) (089d25d)
  • deps: update module github.com/validator-labs/validator-plugin-oci to v0.0.11 (#339) (70a26e1)
  • deps: update softprops/action-gh-release digest to c062e08 (#331) (c797383)

v0.0.46

12 Jul 21:37
b5edbcd
Compare
Choose a tag to compare

0.0.46 (2024-07-12)

Features

v0.0.45

11 Jul 19:20
33ed954
Compare
Choose a tag to compare

0.0.45 (2024-07-11)

Other

Dependency Updates

  • deps: update softprops/action-gh-release digest to a74c6b7 (#313) (262b5a0)

v0.0.44

10 Jul 15:00
b12d12e
Compare
Choose a tag to compare

0.0.44 (2024-07-10)

Other

Dependency Updates

  • deps: update dependency go to v1.22.5 (#306) (be8084f)
  • deps: update golang.org/x/exp digest to 46b0784 (#308) (42f308c)
  • deps: update module sigs.k8s.io/cluster-api to v1.7.4 (#310) (b3e64a6)

Refactoring