Skip to content

Commit

Permalink
Update CHANGELOG and add JDK11 note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Oct 24, 2024
1 parent 5de20bc commit 199dde2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
```

## unreleased
* [CHANGE] [#556](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/556) Update Management API dependencies to address CVEs
* [FEATURE] [#551](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/551) Add Cassandra 5.0.2 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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Cassandra 5.0 images are only RedHat UBI8 based.
- All DSE 6.9.x RedHat UBI 8 based images come with only JDK 11
- HCD images are not built within this repo. Only the Agent for HCD ois maintained within this repo

### Java versions in DOcker images

As of v0.1.88, all images produced from this repo will have Java 11 installed as the
Management API server code must now run with Java 11. For images where the Cassandra/DSE
version runs with Java 8 (see above), Both Java 8 and Java 11 will be available, with
Java 8 being the default and Java 8 used to run the Cassandra/DSE process.

### Docker coordinates for Cassandra OSS images

#### Ubuntu based images (OSS)
Expand Down

0 comments on commit 199dde2

Please sign in to comment.