Skip to content

Releases: redhat-certification/chart-verifier

1.12.2

18 Jul 20:50
aacc2c1
Compare
Choose a tag to compare

Chart verifier version 1.12.2

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.12.2

This version includes:

1.12.1

12 Jul 15:02
57bef7e
Compare
Choose a tag to compare

Chart verifier version 1.12.1

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.12.1

This version includes:

  • Move latest tag on Quay using Robot account (#361)
  • change expected tag after latest tag was unpublished (#364)
  • Make dev releases prereleases and not drafts (#363)
  • Ensure release creation only happens after release deletion is completed successfully (#365)
  • use id instead of name (#366)
  • Fix various typos in documentation (#367)
  • Update action identifiers (#368)
  • Update the 0.1.0 image in addition to the release for each merged commit in main (#371)
  • Use docker login and push instead of podman (#372)
  • Use the right environment variables (#373)
  • Update sprig to v3 to resolve semver constraint validity issues (#374)

1.12.0

22 Jun 22:22
1e12bbb
Compare
Choose a tag to compare

Chart verifier version 1.12.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.12.0

This version includes:

  • updating dependencies and build processes to latest versions (#352)
  • ensure setup-go workflow uses go.mod in the right location (#357)
  • Re-add removed clone of main during CI tests (#358)
  • Move runtime image to UBI9 from UBI8 to address GLIBC discrepancies (#356)
  • Disable CGO on build (#359)

1.11.1

01 Jun 21:39
5c17fa9
Compare
Choose a tag to compare

Chart verifier version 1.11.1

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.11.1

This version includes:

    Add option to skip cleanup after verification run (#350)Tool fails when chart contains ci directory (#346)equal sign lost in chart set values (#297)

1.11.0

17 May 19:20
13eb685
Compare
Choose a tag to compare

Chart verifier version 1.11.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.11.0

This version includes:

  • export the version command (#310)
  • disable gosec alert on reading http.Body (#313)
  • fix typo in Table 2 (#311)
  • add Josh M. and John M. to OWNERS (#320)
  • Extend makefile to add new go developer tooling helpers and downloaders (#319)
  • Run gofumpt and golanci-lint against the cmd package (#323)
  • Apply gofumpt to checks package (#328)
  • Apply gofumpt to samples package (#327)
  • Apply gofumpt and golanci-lint to the verifier package (#329)
  • Apply golangci-ling and gofumpt to version package (#325)
  • Apply gofumpt and golanci-lint to the pkg/report package (#324)
  • Apply gofumpt and golangci-lint to reportsummary package (#326)
  • Remove the github.com/pkg/errors package in favor of the stdlib (#331)
  • Add selinux shared labeling to volumes in container examples (#332)
  • Apply gofumpt and golangci-lint to internal/tool package (#333)
  • Apply gofumpt to the profileconfig (#334)
  • Apply gofumpt to internal/helm (#335)
  • Update golangci-lint to version that supports Go 1.20 (#338)
  • Update dev-release tag management action (#337)
  • Apply gofumpt and golangci-lint to internal/chartverifier/api package (#339)
  • Apply gofumpt and golangci-lint to internal/chartverifier/checks package (#340)
  • Apply Lint to the remainder of the repo (#342)
  • Enforce style/lint practices on PR (#344)
  • Allow for skipping tls verification with new cluster (#348)
  • Add support for OCP 4.13 (#345)

1.10.1

03 Mar 02:47
f66adf7
Compare
Choose a tag to compare

Chart verifier version 1.10.1

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.10.1

This version includes:

  • Ensure the chart's verifier-version matches the verifier version subcommand output (#312)
  • fix image certify error for kubeVersion >=1.21 (#315)

1.10.0

26 Jan 15:42
5c0b3f1
Compare
Choose a tag to compare

Chart verifier version 1.10.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.10.0

This version includes:

  • add support for OCP 4.12 (#306)
  • change report to webCatalogOnly (#305)

1.9.0

15 Dec 15:15
52eca41
Compare
Choose a tag to compare

Chart verifier version 1.9.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.9.0

This version includes:

  • Update provider delivery flag to web catalog only (#294)
  • Update images are certified check to skip registry.redhat.io images (#293)
  • Add new helm install timeout flag and deployment wait (#288)
  • New check and support for signed charts (#287)
    • Introduces new profile version 1.2
  • add sha to report and code to check it (#267)
  • Various bug fixes and documentation updates

1.8.0

03 Aug 19:30
8bcddcb
Compare
Choose a tag to compare

Chart verifier version 1.8.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.8.0

This version includes:

  • Chart Verifier API: add new api stage 1 and doc (#271)
  • Add support for OCP 4.11, (#273)
  • Bug Fixes:
    • Set dry-run when running helm template (#268)

1.7.0

08 Jun 18:51
f75e9b9
Compare
Choose a tag to compare

Chart verifier version 1.7.0

Docker Image:
- quay.io/redhat-certification/chart-verifier:1.7.0

This version includes:

  • Provider delivery: Require a tarball and omit chart-uri from report (#264)
  • Upgrade to helm 3.9.0 (#263)
  • Add flag to set timeout for chart install and test (#261)
  • Bug Fixes:
    • Fix error where certified images were not found using sha value (#265)
    • Allow for pyxis responses spanning more than one page (#265)
    • Allow for long lines when reading output from helm template (#256)