Skip to content

Releases: FairwindsOps/reckoner

v6.1.0-rc.6

05 Sep 18:51
3e2de5d
Compare
Choose a tag to compare
v6.1.0-rc.6 Pre-release
Pre-release

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.1.0-rc.5

05 Sep 13:36
1b82cb8
Compare
Choose a tag to compare
v6.1.0-rc.5 Pre-release
Pre-release

What's Changed

  • Update documentation from template by @rbren in #661
  • Remove pinned docker version and fix e2e test by @sudermanjr in #662
  • Update documentation from template by @rbren in #671
  • surface any errors encountered during schema validation by @sudermanjr in #672

Full Changelog: v6.1.0-rc.3...v6.1.0-rc.5

v6.1.0-rc.3

05 Dec 17:42
069b95f
Compare
Choose a tag to compare
v6.1.0-rc.3 Pre-release
Pre-release

Changelog

  • 069b95f Add the ability to ignoreDifferences in an argoCD application manifest (#655)

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.1.0-rc.2

05 Dec 16:55
cb48954
Compare
Choose a tag to compare
v6.1.0-rc.2 Pre-release
Pre-release

Changelog

  • cb48954 Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#647)
  • 850e8c1 Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1 (#648)
  • 6edfd02 Bump k8s.io/client-go from 0.25.3 to 0.25.4 (#650)
  • 51dc3e9 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#646)

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.1.0-rc.1

05 Dec 16:14
6ec108f
Compare
Choose a tag to compare
v6.1.0-rc.1 Pre-release
Pre-release

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.0.0

24 May 15:07
8ed412a
Compare
Choose a tag to compare

Changelog

  • 8ed412a support: template --output-dir some_dir (#587)
  • 25c5e84 Managed by Terraform
  • 14a5cd2 make shell test work universally (hopefully) (#585)
  • 25ceb57 Bump k8s.io/client-go from 0.23.5 to 0.23.6 (#581)
  • 1c7ddd0 Bump k8s.io/api from 0.23.5 to 0.23.6 (#583)

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.0.0-rc.5

25 Apr 19:45
de1ad16
Compare
Choose a tag to compare
v6.0.0-rc.5 Pre-release
Pre-release

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.0.0-rc.4

08 Apr 20:50
a163b28
Compare
Choose a tag to compare
v6.0.0-rc.4 Pre-release
Pre-release

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.0.0-rc.3

01 Apr 22:03
c5d0d67
Compare
Choose a tag to compare
v6.0.0-rc.3 Pre-release
Pre-release

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub

v6.0.0-rc.2

01 Apr 19:08
d570393
Compare
Choose a tag to compare
v6.0.0-rc.2 Pre-release
Pre-release

Changelog

  • d570393 Allow escaping $ in environment variable interpolation (#560)
  • ae5c047 Add helm_args to the course file. Refactor some code smells (#557)
  • 439e4eb udpate CI for cross-arch docker, release candidates (#555)
  • 71425a9 [go] update dependencies (#553)
  • 337285d [go] import command implemented (#543)
  • 57532e8 Bump github.com/thoas/go-funk from 0.9.1 to 0.9.2 (#541)
  • 61ad4ae Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#542)
  • 628c212 [go] Secrets functionality and ShellExecutor backend (#539)
  • 785c764 add support for specifying course file via environment variable (#536)
  • c54b82e Fix CLI Usage heading in docs (#538)
  • 25e4940 [go] fix kubecontext checking (#537)
  • da1f34f Managed by Terraform
  • 2664fcb [Go] fix file-based values declarations (#534)
  • 00da9f1 Some slight refactoring and adding back Unmarshal logic to preserve order of releases (#533)
  • 464c987 attempt to get some useful feedback from flaky e2e test (#532)
  • 8bda28d Refactoring go version and many fixes for e2e tests (#530)
  • c65bb6d Use go 1.17 in circleci (#521)
  • 556a7ab Update dependencies (#520)
  • df5749f Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#516)
  • 330f17a Managed by Terraform
  • 8e8b95a Managed by Terraform
  • b5e6c7f Update documentation from template (#511)
  • 5e4559a RD-30 go git repository management (#507)
  • 1881bd3 Managed by Terraform
  • 00d32b0 Managed by Terraform
  • 285ce93 Managed by Terraform
  • 5080af7 Delete .github/ISSUE_TEMPLATE/bug_report.md
  • cc43e06 Managed by Terraform
  • 1d4da8a Managed by Terraform
  • 904c899 Delete .github/ISSUE_TEMPLATE/bug.yaml
  • 9897bf8 Managed by Terraform
  • 5fcbe10 Delete .github/ISSUE_TEMPLATE/bug_report.md
  • 3a33ac5 Managed by Terraform
  • 9980061 Managed by Terraform
  • 4c65b50 Managed by Terraform
  • b08027b Managed by Terraform
  • 74f8b33 Managed by Terraform
  • cfd6c83 Managed by Terraform
  • 66dace2 Delete .github/stale.yml
  • 0acad4c [go] parse environment variables (#505)
  • 54e4cd9 Managed by Terraform
  • 54e7a37 [RD-35] Add update command (#501)
  • 0e7e3d0 get-manifests command and diff command RD-33 RD-31 (#500)
  • 28ed9cf [RD-34] Fix default namespace management (#498)
  • 8585649 [RD-29] Change v2 schema releases structure to keep the order of releases when converting (#494)

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/reckoner:v6 --key https://artifacts.fairwinds.com/cosign.pub