Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6698a7f
CHANGELOG
Mar 27, 2026
9470481
Remove openshift 3 templating
Mar 27, 2026
8dc825c
Remove openshift 3 support from roxctl
Mar 26, 2026
c103e30
Remove OpenShift 3 roxctl test
Mar 26, 2026
d8855cf
Change openshift auto-sensing in Helm chart to only check for config.…
Mar 18, 2026
23035cc
Bump helmtest to 0.0.9
Apr 8, 2026
e505f6c
Helm tests: Replace openshift-4.1.0 schema with openshift-4.12.
Apr 8, 2026
5a3993b
Helm tests: remove openshift 3 tests.
Apr 8, 2026
3afd824
Helm tests: remove kubernetes server capabilities.
Apr 8, 2026
0d877af
Helm tests: extend test case.
Apr 8, 2026
157e977
Helm tests: modify test from openshift 3 for openshift 4
Apr 8, 2026
3393522
Helm test: remove outdated test.
Apr 8, 2026
94b98fd
New roxctl test: verifying that --openshift-version=3 fails
Apr 8, 2026
56b162e
Adjust rendering unit test for centralDb.
Apr 8, 2026
6df700a
Adjust rendering unit test for secured-cluster-services bundle.
Apr 9, 2026
bbf7b68
Convert TestConvertStorageIntegrationToV2 to OpenShift4
Apr 9, 2026
990436f
Tests: Convert to OpenShift 4 test data
Apr 9, 2026
426c5e6
Convert TestListComplianceIntegrations to OpenShift 4 data
Apr 9, 2026
956374e
Remove OpenShift 3 test data
Apr 9, 2026
a59a673
Add comment.
Apr 9, 2026
c632e38
Tests: Convert to OpenShift 4 data
Apr 9, 2026
305dcbf
Tests: Remove OpenShift 3 test data
Apr 9, 2026
0a52578
Tests: Remove OpenShift 3 test data
Apr 9, 2026
84eb95c
Deprecate OPENSHIFT_CLUSTER enum value
Apr 9, 2026
f039d53
Generated protos
Apr 9, 2026
db8f144
Proto lock commit
Apr 9, 2026
07229a7
Fail validation if cluster type is OpenShift 3
Apr 9, 2026
92c95c1
Tests: Remove OpenShift 3 data
Apr 9, 2026
172826b
Tests: Remove OpenShift 3 data
Apr 9, 2026
785fde7
Make addScripts() fail for OpenShift 3 cluster types.
Apr 9, 2026
155b928
Tests: Switch to OpenShift 4 test data
Apr 9, 2026
f0d84f5
Test: Adjust for updated error message
Apr 9, 2026
86903ae
Remove more OpenShift 3 cruft from Helm/Bundle code
Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New roxctl test: verifying that --openshift-version=3 fails
  • Loading branch information
Moritz Clasmeier committed Apr 9, 2026
commit 94b98fde871da289d3525b0d27be39cf186ee353
6 changes: 6 additions & 0 deletions tests/roxctl/bats-tests/cluster/sensor-generate-bundle.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ run_generate_and_get_bundle_test() {
generate_bundle k8s
assert_failure
}

@test "[openshift3] roxctl sensor generate rejects unsupported openshift version" {
generate_bundle openshift --name oc3-test-cluster --openshift-version 3
assert_failure
assert_output --partial "only '4' is currently supported"
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.