Skip to content

Commit 66c9767

Browse files
committed
Add DSE 6.9.16 to the build matrix
1 parent 07adec9 commit 66c9767

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ jobs:
568568
fail-fast: false
569569
max-parallel: 4
570570
matrix:
571-
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6, 6.9.7, 6.9.8, 6.9.9, 6.9.10, 6.9.11, 6.9.12, 6.9.13, 6.9.14, 6.9.15]
571+
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6, 6.9.7, 6.9.8, 6.9.9, 6.9.10, 6.9.11, 6.9.12, 6.9.13, 6.9.14, 6.9.15, 6.9.16]
572572
image-base: [jdk11]
573573
include:
574-
- dse-version: 6.9.15
574+
- dse-version: 6.9.16
575575
latest: true
576576
runs-on: ubuntu-latest
577577
steps:
@@ -630,10 +630,10 @@ jobs:
630630
fail-fast: false
631631
max-parallel: 4
632632
matrix:
633-
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6, 6.9.7, 6.9.8, 6.9.9, 6.9.10, 6.9.11, 6.9.12, 6.9.13, 6.9.14, 6.9.15]
633+
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6, 6.9.7, 6.9.8, 6.9.9, 6.9.10, 6.9.11, 6.9.12, 6.9.13, 6.9.14, 6.9.15, 6.9.16]
634634
image-base: [ubi]
635635
include:
636-
- dse-version: 6.9.15
636+
- dse-version: 6.9.16
637637
latest: true
638638
runs-on: ubuntu-latest
639639
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
1414
* [FEATURE] [#695](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/695) Add Cassandra 5.0.6 to the build matrix
1515
* [FEATURE] [#699](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/699) Add Cassandra 4.0.19 to the build matrix
1616
* [FEATURE] [#702](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/702) Add DSE 6.8.61 to the build matrix
17+
* [FEATURE] [#703](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/703) Add DSE 6.9.16 to the build matrix
1718
* [BUGFIX] [#700](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/700) Remove microdnf update from the Dockerfile, rely on the base image updates. This also prevents blocking due to wanting user input for upgrades
1819

1920
## v0.1.109 [2025-10-17]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte
7272
| 4.0.14 | | | 6.8.39 | 6.9.13 | | |
7373
| 4.0.15 | | | 6.8.40 | 6.9.14 | | |
7474
| 4.0.17 | | | 6.8.41 | 6.9.15 | | |
75-
| 4.0.18 | | | 6.8.42 | | | |
75+
| 4.0.18 | | | 6.8.42 | 6.9.16 | | |
7676
| 4.0.19 | | | 6.8.43 | | | |
7777
| | | | 6.8.44 | | | |
7878
| | | | 6.8.46 | | | |

dse/Dockerfile-dse6.9.jdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright DataStax, Inc, 2017
22
# Please review the included LICENSE file for more information.
33
#
4-
ARG DSE_VERSION=6.9.15
4+
ARG DSE_VERSION=6.9.16
55
ARG DS_BASE_DEBIAN=ds-base-ubuntu-openjdk-11
66
ARG BASETAG=11.0.27-6-us1-0ubuntu1-20.04
77
FROM datastax/${DS_BASE_DEBIAN}:${BASETAG} AS dse-server-prep

dse/Dockerfile-dse6.9.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DSE_VERSION=6.9.15
1+
ARG DSE_VERSION=6.9.16
22
ARG UBI_MAJOR=9
33
ARG UBI_BASETAG=latest
44
ARG DSE_BASE_IMAGE=datastax/dse-mgmtapi-6_8:${DSE_VERSION}-jdk11

management-api-agent-dse-6.9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</repository>
3131
</repositories>
3232
<properties>
33-
<dse.version>6.9.15</dse.version>
33+
<dse.version>6.9.16</dse.version>
3434
</properties>
3535
<dependencies>
3636
<!-- Need to explicitly declare SLF4J as "provided" to avoid it being bundled into the resulting agent jarfile -->

0 commit comments

Comments
 (0)