Skip to content

Commit

Permalink
Add DSE 6.9.0-rc.1 to the build matrix (#505)
Browse files Browse the repository at this point in the history
* Add DSE 6.9.0-rc.1 to the build matrix

* Remove DSE 6.9 UBI image builds from image build test
  • Loading branch information
emerkle826 committed Jun 15, 2024
1 parent cea9567 commit 10ba4a1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [jdk11, ubi8]
version: [jdk11]
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0]
dse-version: [6.9.0-rc.1]
image-base: [jdk11]
include:
- dse-version: 6.9.0
- dse-version: 6.9.0-rc.1
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -509,10 +509,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0]
dse-version: [6.9.0-rc.1]
image-base: [ubi8]
include:
- dse-version: 6.9.0
- dse-version: 6.9.0-rc.1
latest: true
runs-on: ubuntu-latest
steps:
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 Management API, new PRs should update the `main / unreleased` sect

## unreleased

## v0.1.82 (2024-06-14)
* [FEATURE] [#504] (https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/504) Add DSE 6.9.0-rc.1 to the build matrix

## v0.1.81 (2024-06-13)
* [FEATURE] [#497](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/497) Add DSE 6.8.49 to the build matrix
* [BUGFIX] [#502](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/502) Fix DSE 6.9 UBI image builds
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte

| Cassandra 3.11.x | Cassandra 4.0.x | Cassandra 4.1.x | DSE 6.8.x | DSE 6.9.x |
| ---------------- | --------------- | --------------- | --------- | ------------- |
| 3.11.7 | 4.0.0 | 4.1.0 | 6.8.25 | 6.9.0-preview |
| 3.11.7 | 4.0.0 | 4.1.0 | 6.8.25 | 6.9.0-rc.1 |
| 3.11.8 | 4.0.1 | 4.1.1 | 6.8.26 | |
| 3.11.11 | 4.0.3 | 4.1.2 | 6.8.28 | |
| 3.11.12 | 4.0.4 | 4.1.3 | 6.8.29 | |
Expand Down
4 changes: 2 additions & 2 deletions dse/Dockerfile-dse69.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ENV DSE_HOME /opt/dse
ENV DSE_AGENT_HOME /opt/agent

# Get commandline parameters
ARG DSE_VERSION=6.9.0
ARG DSE_VERSION=6.9.0-rc.1
ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-early-preview-bin.tar.gz
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

ARG DSE_AGENT_VERSION=6.8.37
Expand Down
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse69.ubi8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DSE_VERSION=6.9.0
ARG DSE_VERSION=6.9.0-rc.1
ARG UBI_MAJOR=8
ARG UBI_BASETAG=latest

Expand Down

0 comments on commit 10ba4a1

Please sign in to comment.