Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All notable changes to this project will be documented in this file.

### Removed

- zookeeper: Remove unsupported version 3.9.1 ([#628]).
- zookeeper: Remove unsupported version 3.8.3 and 3.9.1 ([#628], [#736]).
- java-base: Remove openjdk-devel rpm package again to reduce the vulnerability surface ([#665])
- trino: Remove unsupported version 428 ([#687]).

Expand Down Expand Up @@ -106,6 +106,7 @@ All notable changes to this project will be documented in this file.
[#727]: https://github.com/stackabletech/docker-images/pull/727
[#732]: https://github.com/stackabletech/docker-images/pull/732
[#734]: https://github.com/stackabletech/docker-images/pull/734
[#736]: https://github.com/stackabletech/docker-images/pull/736
[#737]: https://github.com/stackabletech/docker-images/pull/737

## [24.3.0] - 2024-03-20
Expand Down
6 changes: 0 additions & 6 deletions zookeeper/versions.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
versions = [
{
"product": "3.8.3",
"java-base": "11",
"java-devel": "11",
"jmx_exporter": "1.0.1",
},
{
"product": "3.8.4",
"java-base": "11",
Expand Down