Skip to content

Releases: redhat-certification/chart-verifier

0.1.0: Update helm dependencies to bump oras-go (#628)

Choose a tag to compare

@github-actions github-actions released this 02 Jul 19:48
6f6fd00

Development release created with each merge into the main branch.

Release 1.15.0 (#617)

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:14
4471c2f

Chart verifier version 1.15.0

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

This version includes:

  • Bump golang.org/x/mod from 0.34.0 to 0.35.0 (#586) by @dependabot[bot]
  • ensure we append to GITHUB_OUTPUT and require workflow parameters (#589) by @komish
  • Ensure proper directory prefix for github workflows (#588) by @komish
  • Update helm and related dependencies (#590) by @komish
  • Bump the testing group across 1 directory with 10 updates (#600) by @dependabot[bot]
  • Bump actions/checkout from 5.0.0 to 6.0.2 (#598) by @dependabot[bot]
  • Bump anchore/sbom-action from 0.20.4 to 0.24.0 (#596) by @dependabot[bot]
  • Bump github/codeql-action from 4.30.8 to 4.35.2 (#597) by @dependabot[bot]
  • Bump anchore/scan-action from 6.5.1 to 7.4.0 (#595) by @dependabot[bot]
  • Bump sigstore/cosign-installer from 3.5.0 to 4.1.1 (#599) by @dependabot[bot]
  • Bump packaging from 26.1 to 26.2 in /scripts in the testing group (#601) by @dependabot[bot]
  • Bump actions/setup-go from 5.5.0 to 6.4.0 (#602) by @dependabot[bot]
  • Bump actions/cache from 4.2.4 to 5.0.5 (#603) by @dependabot[bot]
  • Bump archive/github-actions-slack from 2.10.1 to 3.1.0 (#604) by @dependabot[bot]
  • fix(verifier): return digest error when public key digest fails (#607) by @caxu-rh
  • Bump golang.org/x/mod from 0.35.0 to 0.36.0 (#609) by @dependabot[bot]
  • Bump github/codeql-action from 4.35.2 to 4.35.5 (#610) by @dependabot[bot]
  • Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#611) by @dependabot[bot]
  • Bump idna from 3.13 to 3.15 in /scripts (#612) by @dependabot[bot]
  • refactor(chartverifier): simplify GetPackageDigest and document helpers (#608) by @caxu-rh
  • Bump urllib3 from 2.6.3 to 2.7.0 in /scripts (#613) by @dependabot[bot]
  • Update locked dependencies and resolve conflicts to resolve dependabot alerts (#615) by @komish
  • Ensure namespace deletes happen when oc is installed from the cache (#605) by @komish
  • Enhance CRD check to detect CRDs in subcharts and all locations (#587) by @acornett21
  • Bump github/codeql-action from 4.35.5 to 4.36.0 (#616) by @dependabot[bot]
  • Release 1.14.1 (#585)

    Choose a tag to compare

    @github-actions github-actions released this 02 Apr 16:34
    2a278f4

    Chart verifier version 1.14.1

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

    This version includes:

    Release 1.14.0 (#570)

    Choose a tag to compare

    @github-actions github-actions released this 16 Jan 20:26
    bfa3174

    Chart verifier version 1.14.0

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

    This version includes:

    • Bump the version of golangci-lint (#560) by @komish
    • leverage github api for release tag creation (#561) by @komish
    • Add caxu-rh as maintainer and approver (#568) by @komish
    • Avoid unnecessary usage of strings.Compare (#566) by @caxu-rh
    • Bump the testing group across 1 directory with 5 updates (#569) by @dependabot[bot]
    • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#559) by @dependabot[bot]
    • Bump golang.org/x/mod from 0.30.0 to 0.31.0 (#562) by @dependabot[bot]
    • Use maps and slices functions instead of loops where possible (#565) by @caxu-rh
    • Call Close() on files and HTTP response bodies (#564) by @caxu-rh
    • Ensure image values are parsed from the same line as the image key (#567) by @komish

    1.13.14

    Choose a tag to compare

    @github-actions github-actions released this 03 Dec 21:52
    7f1545c

    Chart verifier version 1.13.14

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

    This version includes:

    • workflows: improve security posture by @caxu-rh in (#522)
    • Bump the testing group in /scripts with 3 updates by @dependabot[bot] in (#531)
    • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in (#530)
    • Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in (#529)
    • Bump deepdiff from 8.6.0 to 8.6.1 in /scripts by @dependabot[bot] in (#532)
    • Fix gofumpt issue and pin version by @caxu-rh in (#533)
    • Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in (#535)
    • Bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in (#534)
    • Refactor workflows to add reusable functional testing and clear token scopes by @komish in (#538)
    • Fix reusable workflow reference by @komish in (#539)
    • Build the binary in functional testing workflows by @komish in (#541)
    • Add workflow secret inputs by @komish in (#542)
    • Ensure binary is present for release-checker by @komish in (#543)
    • Bump golang.org/x/mod from 0.28.0 to 0.29.0 by @dependabot[bot] in (#544)
    • Bump the testing group in /scripts with 5 updates by @dependabot[bot] in (#537)
    • Add languages to advanced CodeQL integration by @komish in (#545)
    • Update GoSec workflow to latest version and add token fine-scoped token permissions by @komish in (#546)
    • Add explicit token permissions by @komish in (#547)
    • add matrix identifier to notifications by @komish in (#548)
    • Align permissions with called workflow at call point by @komish in (#549)
    • Remove unnecessary file output code by @komish in (#550)
    • Bump getocprange to support OCP 4.20 by @mgoerens in (#551)
    • Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 by @dependabot[bot] in (#552)
    • Bump golang.org/x/mod from 0.29.0 to 0.30.0 by @dependabot[bot] in (#553)
    • Bump the testing group in /scripts with 5 updates by @dependabot[bot] in (#555)
    • Bump python version to 3.10 by @komish in (#556)
    • Bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in (#557)
    • Enforce GHA workflow auditing/linting by @caxu-rh in (#554)

    1.13.13

    Choose a tag to compare

    @github-actions github-actions released this 26 Aug 19:09
    37fd981

    Chart verifier version 1.13.13

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

    This version includes:

    • Upgrade to Go 1.24 and golangci-lint v2 (#512) by @caxu-rh in 512
    • Update getocprange dependency to support Go 1.24 (#515) by @caxu-rh in 515
    • Handle cases of failed requests to the GitHub API (#513) by @mgoerens in 513
    • Remove unneeded --no-cache option when calling podman (#516) by @caxu-rh in 516
    • Resolve dependency updates (#517) by @komish in 517
    • Bump the testing group across 1 directory with 3 updates (#518) by @dependabot[bot] in 518
    • workflows: avoid using ${{ ... }} syntax in inline scripts (#520) by @caxu-rh in 520
    • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#525) by @dependabot[bot] in 525
    • Add -trimpath flag and -s -w ldflags on builds (#523) by @caxu-rh in 523
    • Bump golang.org/x/mod from 0.26.0 to 0.27.0 (#524) by @dependabot[bot] in 524
    • Bump the testing group across 1 directory with 3 updates (#521) by @dependabot[bot] in 521
    • Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#526) by @dependabot[bot] in 526
    • bump helm and docker dependencies (#527) by @komish in 527

    1.13.12

    Choose a tag to compare

    @github-actions github-actions released this 18 Jun 15:07
    7ce1ed1

    Chart verifier version 1.13.12

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

    This version includes:

    1.13.11

    Choose a tag to compare

    @github-actions github-actions released this 15 Apr 16:30
    111669f

    Chart verifier version 1.13.11

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

    This version includes:

    • Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#491) by @dependabot
    • Set depguard's sensitivity to reasonable defaults (#503) by @komish
    • Ensure mocked kubeversion constraint is sane and configurable in template rendering (#502) by @komish
    • Bump the testing group across 1 directory with 15 updates (#500) by @dependabot
    • Bump golang.org/x/mod from 0.22.0 to 0.24.0 (#496) by @dependabot
    • Bump github.com/spf13/viper from 1.19.0 to 1.20.1 (#498) by @dependabot
    • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#493) by @dependabot

    1.13.10

    Choose a tag to compare

    @github-actions github-actions released this 04 Mar 15:48
    47fa230

    Chart verifier version 1.13.10

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

    This version includes:

    1.13.9

    Choose a tag to compare

    @github-actions github-actions released this 15 Jan 19:12
    c296a1c

    Chart verifier version 1.13.9

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

    This version includes: