Skip to content

Commit

Permalink
Remove HCD from smoke tests, add missing CHANGELOG items (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm authored Jan 24, 2025
1 parent 2744acb commit 5625b0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
26 changes: 11 additions & 15 deletions .github/workflows/kindIntegTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ jobs:
strategy:
matrix:
version:
- "6.8.52"
- "6.8.53"
integration_test:
- cdc_successful
include:
- version: 6.8.52
serverImage: datastax/dse-mgmtapi-6_8:6.8.52-ubi8 # DSE 6.8.52
- version: 6.8.53
serverImage: datastax/dse-mgmtapi-6_8:6.8.53-ubi8 # DSE 6.8.53
serverType: dse
integration_test: "cdc_successful"
fail-fast: true
Expand Down Expand Up @@ -231,27 +231,23 @@ jobs:
strategy:
matrix:
version:
- "4.0.14"
- "4.0.15"
- "4.1.7"
- "5.0.2"
- "6.8.52"
- "6.9.4"
- "1.0.0"
- "6.8.53"
- "6.9.6"
integration_test:
- test_all_the_things
- smoke_test_read_only_fs
include:
- version: 6.8.52
serverImage: datastax/dse-mgmtapi-6_8:6.8.52-ubi8 # DSE 6.8.52
- version: 6.8.53
serverImage: datastax/dse-mgmtapi-6_8:6.8.53-ubi8 # DSE 6.8.53
serverType: dse
- version: 6.9.4
serverImage: datastax/dse-mgmtapi-6_8:6.9.4-ubi # DSE 6.9.4
- version: 6.9.6
serverImage: datastax/dse-mgmtapi-6_8:6.9.6-ubi # DSE 6.9.6
serverType: dse
- version: 1.0.0
serverImage: datastax/hcd:1.0.0-ubi # HCD 1.0.0
serverType: hcd
exclude:
- version: 4.0.13
- version: 4.0.15
integration_test: "smoke_test_read_only_fs"
fail-fast: true
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Changelog for Cass Operator, new PRs should update the `main / unreleased` secti

## unreleased

* [CHANGE] [#718](https://github.com/k8ssandra/cass-operator/issues/718) Update Kubernetes dependencies to 0.31.0 and controller-runtime to 0.19.x, remove controller-config and instead return command line options as the only way to modify controller-runtime options. cass-operator specific configuration will still remain in the OperatorConfig CRD. Removes kube-auth from the /metrics endpoint from our generated configs and instead adds network-policy generation as one optional module for Kustomize.
* [CHANGE] [#527](https://github.com/k8ssandra/cass-operator/issues/527) Migrate the Kustomize configuration to Kustomize 5 only. Support for using Kustomize 4.x to generate config is no longer supported.

## v1.23.0

* [CHANGE] [#720](https://github.com/k8ssandra/cass-operator/issues/720) Always use ObjectMeta.Name for the PodDisruptionBudget resource name, not the DatacenterName
Expand Down

0 comments on commit 5625b0d

Please sign in to comment.