Releases: openshift/check-payload
Releases · openshift/check-payload
0.3.12
What's Changed
- ART-14216: create 4.22 config file by @mbiarnes in #295
- Ignore rhel-coreos-10 image ErrOSNotCertified for now by @sdodson in #302
- docs: add AGENTS.md contributor guide by @smith-xyz in #303
- chore: update OWNERS by @smith-xyz in #305
- chore(deps): bump github.com/deckarep/golang-set/v2 from 2.7.0 to 2.8.0 by @dependabot[bot] in #258
- chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.27.0 by @dependabot[bot] in #274
- chore(deps): bump github.com/opencontainers/runc from 1.2.0 to 1.2.8 by @dependabot[bot] in #285
- chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in #275
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #288
- chore(deps): bump github.com/containerd/containerd from 1.5.18 to 1.7.29 by @dependabot[bot] in #289
- chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #298
- chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot[bot] in #301
- chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #306
- chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.7.8 by @dependabot[bot] in #307
- chore(deps): update openshift/oc to release-4.20 by @smith-xyz in #308
Full Changelog: 0.3.11...0.3.12
0.3.11
What's Changed
- fix: skipped os scan errors for certified distributions by @smith-xyz in #277
- fix: 4.12 rhcos tag ignore tag name by @smith-xyz in #283
- Add 9.7 to the list of FIPS validated releases by @sdodson in #294
- fix: update component name for hypershift-operator by @dhaiducek in #293
- Add exception for ripgrep in Dev Spaces Code by @SDawley in #284
New Contributors
- @smith-xyz made their first contribution in #277
- @SDawley made their first contribution in #284
Full Changelog: 0.3.10...0.3.11
0.3.10
0.3.9
What's Changed
- ACM-22422 add hypershift cli binaries exception by @rokej in #276
- Skip CGO checks for binaries without crypto by @dbenoit17 in #278
New Contributors
- @dbenoit17 made their first contribution in #278
Full Changelog: 0.3.8...0.3.9
0.3.8
What's Changed
- Update OCP virt validation exception binary path by @Axuba in #269
- ignore ErrNotDynLinked for all valgrind rpm files by @jctanner in #270
- volsync-container exception for diskrsync binary (for ocp 4.14) by @tesshuflower in #271
- add RHEL 9.6 to certified_distributions for OCP 4.16 by @tesshuflower in #273
New Contributors
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
- Ignore CLI and catatonit for MTA by @fbladilo in #264
- dockerfiles: update umoci download location by @rphillips in #266
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #263
- CMP-3427: Update certified distributions to include RHEL 8.10 by @rhmdnd in #268
New Contributors
Full Changelog: 0.3.6...0.3.7
0.3.6
0.3.5
What's Changed
- Turn off usage on scan failures by @dhaiducek in #250
- Fix
Dockerfile.upstreamby @dhaiducek in #251 - Upgrade to Go1.23 and OCP 4.18 by @dhaiducek in #252
- chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.2.0 by @dependabot in #256
- chore(deps): bump github.com/deckarep/golang-set/v2 from 2.6.0 to 2.7.0 by @dependabot in #239
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #253
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #254
- chore(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 by @dependabot in #260
- add secondary-scheduler-operator-container static ignores by @rphillips in #261
- Ignore catatonit for kiali operator for OCP 4.15 and 4.14 by @mkralik3 in #257
New Contributors
- @dhaiducek made their first contribution in #250
Full Changelog: 0.3.4...0.3.5
0.3.4
0.3.3
What's Changed
- bump xcrypto by @rphillips in #232
- add ignore to hco-bundle-registry-container by @tal-hason in #228
- skip ErrNotDynLinked for catatonit in ansible-operator by @ashwindasr in #233
- Bump net/html by @rphillips in #234
- ACM-10922 No CGO Enabled exemptions by @rokej in #230
- ignore rhacs client binaries by @davdhacs in #241
- Cnv fips separate the package files to pass the scan by @tal-hason in #235
- added to v4.19 and virt-handler ignore by @tal-hason in #243
- chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.1 by @dependabot in #236
- chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 by @dependabot in #237
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #238
- add skip for sriov cni in 4.14 by @SchSeba in #244
- [OSSM-8688] Ignore catatonit for kiali operator by @mkralik3 in #242
- skip ib-sriov-cni check for rhel9 crypto by @SchSeba in #245
- execute gotags/goexperiment checking by @davdhacs in #240
- Empty commit by @sdodson in #247
New Contributors
- @tal-hason made their first contribution in #228
- @rokej made their first contribution in #230
- @davdhacs made their first contribution in #241
- @SchSeba made their first contribution in #244
- @mkralik3 made their first contribution in #242
Full Changelog: 0.3.2...0.3.3