Skip to content

chore(omid): update images for release 25.7.0 #1105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
- java: Add JDK 24 ([#1097]).
- ci: Add golang image to mirror workflow ([#1103]).
- omid: bump version to 1.1.3 ([#1105])

### Changed

Expand Down Expand Up @@ -73,6 +74,7 @@ All notable changes to this project will be documented in this file.
- Remove ubi8-rust-builder image ([#1091]).
- opa: Remove `0.67.1` ([#1103]).
- opa: Remove legacy bundle-builder from container build ([#1103]).
- omid: Remove 1.1.3-SNAPSHOT ([#1105]).

[#1025]: https://github.com/stackabletech/docker-images/pull/1025
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
Expand All @@ -99,6 +101,7 @@ All notable changes to this project will be documented in this file.
[#1098]: https://github.com/stackabletech/docker-images/pull/1098
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
[#1105]: https://github.com/stackabletech/docker-images/pull/1105

## [25.3.0] - 2025-03-21

Expand Down
38 changes: 0 additions & 38 deletions omid/stackable/patches/1.1.0/0001-Add-CycloneDX-plugin.patch

This file was deleted.

2 changes: 0 additions & 2 deletions omid/stackable/patches/1.1.0/patchable.toml

This file was deleted.

38 changes: 0 additions & 38 deletions omid/stackable/patches/1.1.1/0001-Add-CycloneDX-plugin.patch

This file was deleted.

2 changes: 0 additions & 2 deletions omid/stackable/patches/1.1.1/patchable.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1296e08c2d202b6b6a4efc5da8670ecd07c7a66c Mon Sep 17 00:00:00 2001
From 92704fc8ae1615d6b4fb6958c08d691089f21186 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6nke=20Liebau?= <soenke.liebau@stackable.tech>
Date: Tue, 18 Mar 2025 21:37:35 +0100
Subject: Add CycloneDX plugin
Expand All @@ -8,7 +8,7 @@ Subject: Add CycloneDX plugin
1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9656bdbe..7a2b114f 100644
index a63c2505..51555d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,6 +556,23 @@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
upstream = "https://github.com/apache/phoenix-omid.git"
base = "c3e4da626fdb27060fd139a809e057965e52d163"
base = "eb686f11f67e21d1a76361003c14135d97367691"
2 changes: 1 addition & 1 deletion omid/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jmx_exporter": "1.2.0",
},
{
"product": "1.1.3-SNAPSHOT",
"product": "1.1.3",
"java-base": "11",
"java-devel": "11",
"jmx_exporter": "1.2.0",
Expand Down