Skip to content

Releases: openshift/check-payload

0.3.10

14 Aug 14:12
1c35419
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.9...0.3.10

0.3.9

25 Jul 17:11
e5cb848
Compare
Choose a tag to compare

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

Full Changelog: 0.3.8...0.3.9

0.3.8

27 Jun 18:40
54c0b68
Compare
Choose a tag to compare

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

13 Jun 13:57
c73a955
Compare
Choose a tag to compare

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

29 May 19:51
19c5b32
Compare
Choose a tag to compare

What's Changed

  • ART-12531: create 4.20 config file by @mbiarnes in #262
  • Add CGO_ENABLED as an exclusion for ocp-virt-validation-checkup due to false positive by @Axuba in #265

New Contributors

Full Changelog: 0.3.5...0.3.6

0.3.5

26 Mar 15:59
b545135
Compare
Choose a tag to compare

What's Changed

  • Turn off usage on scan failures by @dhaiducek in #250
  • Fix Dockerfile.upstream by @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

Full Changelog: 0.3.4...0.3.5

0.3.4

04 Mar 17:09
09a3341
Compare
Choose a tag to compare

What's Changed

  • Add FIPS exclusions to CNV by @Axuba in #248
  • Add virt-handler and virt-launcher ignores that weren't reported by CVP by @Axuba in #249

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

27 Feb 18:59
5fbbf65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

25 Oct 17:11
da4f77e
Compare
Choose a tag to compare

What's Changed

Read more

0.3.1

04 Aug 20:14
3e9a54b
Compare
Choose a tag to compare

Features

  • Config de-duplication (moved some rules into the main config.toml)
  • Improve config validation for [[ignores]] sections
  • Add 4.14 configuration.
  • Add semver sort of stored config versions
  • Add --walk-scan flag to node scan. If set, the scan is using the same
    algorithm as scan payload (walk the directory tree and scan all files).
    Note that per-payload and per-tag configuration entries are still ignored
    because neither tag nor component is set.
  • Add --rpm-scan flag to payload and image scan. If set, the scan is using
    the same algorithm and rules as scan node (only scan files belonging to RPM
    packages, and ignore per-payload and per-tag configuration entries).

Bug fixes

  • Fix error text in message when logging scan node failure/warning
  • Fix checking for duplicates in config validation logic