Skip to content

Commit

Permalink
Add DSE 6.9.3 to the build matrix (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 authored Oct 25, 2024
1 parent 04c1eb9 commit a72fb25
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0, 6.9.1, 6.9.2]
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3]
image-base: [jdk11]
include:
- dse-version: 6.9.2
- dse-version: 6.9.3
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -534,10 +534,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0, 6.9.1, 6.9.2]
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3]
image-base: [ubi8]
include:
- dse-version: 6.9.2
- dse-version: 6.9.3
latest: true
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect

## unreleased
* [FEATURE] [#551](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/551) Add Cassandra 5.0.2 to the build matrix
* [FEATURE] [#549](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/549) Add DSE 6.9.3 to the build matrix
* [ENHANCEMENT] [#552](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/552) Improve "liveness" probe implementation
* [BUGFIX] [#553](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/553) Fix CassandraTaskExports metric filtering to make it work with 5.0.x Major compactions

Expand Down
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse6.9.jdk11
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright DataStax, Inc, 2017
# Please review the included LICENSE file for more information.
#
ARG DSE_VERSION=6.9.2
ARG DSE_VERSION=6.9.3
ARG DS_BASE_DEBIAN=ds-base-ubuntu-openjdk-11
ARG BASETAG=11.0.22-jdk-ubuntu-20240427
FROM datastax/${DS_BASE_DEBIAN}:${BASETAG} AS dse-server-prep
Expand Down
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse6.9.ubi8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DSE_VERSION=6.9.2
ARG DSE_VERSION=6.9.3
ARG UBI_MAJOR=8
ARG UBI_BASETAG=latest
ARG DSE_BASE_IMAGE=datastax/dse-mgmtapi-6_8:${DSE_VERSION}-jdk11
Expand Down
2 changes: 1 addition & 1 deletion management-api-agent-dse-6.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</repository>
</repositories>
<properties>
<dse.version>6.9.2</dse.version>
<dse.version>6.9.3</dse.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit a72fb25

Please sign in to comment.