Skip to content

Commit 9f84d41

Browse files
committed
Add DSE 6.9.14 to the build matrix
1 parent adf546b commit 9f84d41

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]
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]
572572
image-base: [jdk11]
573573
include:
574-
- dse-version: 6.9.13
574+
- dse-version: 6.9.14
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]
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]
634634
image-base: [ubi]
635635
include:
636-
- dse-version: 6.9.13
636+
- dse-version: 6.9.14
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
* [BUGFIX] [#684](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/684) Fix Cassandra trunk builds
1515
* [ENHANCEMENT] [#690](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/690) Check bootstrap state in the /readiness before returning OK
1616
* [FEATURE] [#682](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/682) Add DSE 6.8.60 to the build matrix
17+
* [FEATURE] [#683](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/683) Add DSE 6.9.14 to the build matrix
1718

1819
## v0.1.108 [2025-08-2020]
1920
* [CHANGE] [#670](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/670) Update OpenJDK 11 install for UBI based images

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte
7070
| 4.0.12 | | | 6.8.37 | 6.9.11 | | |
7171
| 4.0.13 | | | 6.8.38 | 6.9.12 | | |
7272
| 4.0.14 | | | 6.8.39 | 6.9.13 | | |
73-
| 4.0.15 | | | 6.8.40 | | | |
73+
| 4.0.15 | | | 6.8.40 | 6.9.14 | | |
7474
| 4.0.17 | | | 6.8.41 | | | |
7575
| 4.0.18 | | | 6.8.42 | | | |
7676
| | | | 6.8.43 | | | |

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.13
4+
ARG DSE_VERSION=6.9.14
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.13
1+
ARG DSE_VERSION=6.9.14
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.13</dse.version>
33+
<dse.version>6.9.14</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)