Skip to content

Releases: FairwindsOps/pluto

v5.13.0

06 Feb 16:36
87c17f9
Compare
Choose a tag to compare

Changelog

  • 87c17f9 fix: add removed-in to storage.k8s.io/v1beta1.CSIStorageCapacity (#448)
  • 89514e7 feat: add namespace and context to API Resources method (#410)
  • 4c80d3a Fixed a linter error causing lack of compilation in Go 1.19 by removing deprecated io/ioutil functions and replacing them with their Go 1.16 counterparts. (#439)
  • 0c16e53 Update alpine and other build dependencies (#433)
  • aa5280a Remove experimental features in build (#429)
  • 5c9e199 feat: allow hiding headers in output (#417)
  • db8c236 Bump helm.sh/helm/v3 from 3.10.1 to 3.10.3 (#426)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.12.0

04 Jan 21:35
dc11ba1
Compare
Choose a tag to compare

Changelog

  • dc11ba1 Update documentation from template (#428)
  • 04a8af3 sc/rd 71 add plg link (#427)
  • 682eb86 fix: preserve ordering of custom columns (#412)
  • 0d447de Bump k8s.io/api from 0.25.3 to 0.25.4 (#406)
  • 82f4a93 Bump k8s.io/apimachinery from 0.25.3 to 0.25.4 (#405)
  • 3846a51 Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1 (#403)
  • d47c793 Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#404)
  • ed9772e Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#402)
  • cbe88f0 Bump alpine from 3.16.2 to 3.16.3 (#407)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.11.2

14 Nov 20:39
359e9d2
Compare
Choose a tag to compare

Changelog

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.11.1

06 Oct 16:14
f7d7170
Compare
Choose a tag to compare

Changelog

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.11.0

23 Sep 14:52
7dc487a
Compare
Choose a tag to compare

Changelog

  • 7dc487a Feature : Detect depcreated API's on a live cluster resources (#367)
  • 0ca999c Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#379)
  • 6946fe9 Bump k8s.io/client-go from 0.25.0 to 0.25.1 (#381)
  • 2303cca Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1 (#378)
  • 4b33f18 Managed by Terraform

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.10.7

12 Sep 15:51
62c9348
Compare
Choose a tag to compare

Changelog

  • 62c9348 Bump sigs.k8s.io/controller-runtime from 0.12.3 to 0.13.0 (#376)
  • 33f064a Managed by Terraform
  • 022dd20 Managed by Terraform
  • dc47186 Managed by Terraform
  • b3dbf68 Managed by Terraform
  • af6f64c Bump github.com/rogpeppe/go-internal from 1.8.1 to 1.9.0 (#372)
  • 9a4e6f6 Bump k8s.io/client-go from 0.24.4 to 0.25.0 (#375)
  • 6c7eb25 Updated docs for Target Versions (#356)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.10.6

25 Aug 13:51
0c3ca2e
Compare
Choose a tag to compare

Changelog

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.10.5

17 Aug 19:25
b240f06
Compare
Choose a tag to compare

Changelog

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.10.4

17 Aug 19:02
1357e49
Compare
Choose a tag to compare

Changelog

  • 1357e49 Update dependencies. Move to insights autoscan (#364)
  • 7d3e62b Bump alpine from 3.16.0 to 3.16.2 (#362)
  • 476ce8a Bump helm.sh/helm/v3 from 3.9.2 to 3.9.3 (#361)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub

v5.10.3

27 Jul 18:17
45c6ec2
Compare
Choose a tag to compare

Changelog

  • 45c6ec2 Detect duplicate deployed helm releases (#360)
  • bc15132 Bump helm.sh/helm/v3 from 3.9.0 to 3.9.2 (#358)
  • b86b067 Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 (#350)
  • 1edea34 Bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (#344)
  • 6868894 Bump k8s.io/klog/v2 from 2.70.0 to 2.70.1 (#349)
  • a4382f3 Fix repository name in Pluto (#348)
  • 23d5e75 update Insights CI (#346)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub