Skip to content

v5.2.1

Compare
Choose a tag to compare
@sebrandon1 sebrandon1 released this 09 Jul 19:53
· 306 commits to main since this release
5c2738d

v5.2.1

This version of the certsuite introduces 4 new operator suite tests:

  • testOperatorPodsRunAsUserID(): This test verifies that no pods managed by operators run with the root user ID (UID) of 0, which could introduce security vulnerabilities.
  • testOperatorPodsRunAsNonRoot(): This test ensures that pods managed by operators adhere to security best practices by running as non-root users.
  • testOperatorPodsAutomountTokens(): This test evaluates the configuration of automount service tokens in pods managed by operators.
  • testOperatorContainersReadOnlyFilesystem(): This test verifies whether containers within pods managed by operators have a read-only root filesystem, enhancing security by preventing unauthorized modifications.

New Operator Tests

Improvements

Dependency Updates

  • Bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #2211
  • Bump ubi9/python-39 from 1-186 to 1-186.1719562233 in /.github/actions/documentation by @dependabot in #2217
  • Bump ubi9/ubi from 9.4-1123 to 9.4-1123.1719560047 by @dependabot in #2218
  • Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in #2221
  • Bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in #2220
  • Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in #2222
  • Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #2225
  • Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #2226
  • Bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #2224
  • Bump certifi from 2024.2.2 to 2024.7.4 in /.github/actions/documentation by @dependabot in #2227
  • Update Go to v1.22.5 by @sebrandon1 in #2229
  • Bump github.com/test-network-function/oct from 0.0.12 to 0.0.14 by @dependabot in #2232
  • Bump zipp from 3.18.1 to 3.19.1 in /.github/actions/documentation by @dependabot in #2234
  • Bump github.com/test-network-function/test-network-function-claim from 1.0.39 to 1.0.41 by @dependabot in #2233
  • Bump ubi9/python-39 from 1-186.1719562233 to 1-186.1720018722 in /.github/actions/documentation by @dependabot in #2230
  • Update GolangCI-lint to v1.59.1 by @sebrandon1 in #2216

Full Changelog: v5.2.0...v5.2.1