v5.2.1
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
- security requirements of the container-native operators by @shimritproj in #1967
Improvements
- Add check pkg unit tests by @sebrandon1 in #2196
- fix tnf_config.yaml directory typo batch script command by @shirmoran in #2214
- configure : Test operator labels in tnf_config yaml by @bnshr in #2213
- cmd/certsuite: add new command to show the version by @jmontesi in #2219
- Add deployment pkg unit tests by @sebrandon1 in #2215
- cmd/certsuite: add new "certsuite info" command to display Catalog info by @jmontesi in #2228
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