Skip to content

Commit 16bf74f

Browse files
authored
chore(omid): update images for release 25.7.0 (#1105)
* chore(omid): bump to version 1.1.3 * update changelog * fix 1.1.3/patachable.toml * fix markdown lint
1 parent b8ff8d3 commit 16bf74f

File tree

8 files changed

+7
-84
lines changed

8 files changed

+7
-84
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
4040
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
4141
- java: Add JDK 24 ([#1097]).
4242
- ci: Add golang image to mirror workflow ([#1103]).
43+
- omid: bump version to 1.1.3 ([#1105])
4344
- hbase: add 2.6.2 and upgrade dependencies ([#1101])
4445

4546
### Changed
@@ -85,6 +86,7 @@ All notable changes to this project will be documented in this file.
8586
- hadoop: Remove `3.3.4` and `3.4.0` ([#1099]).
8687
- opa: Remove `0.67.1` ([#1103]).
8788
- opa: Remove legacy bundle-builder from container build ([#1103]).
89+
- omid: Remove 1.1.3-SNAPSHOT ([#1105]).
8890
- hbase: Remove 2.4.18 ([#1101])
8991
- druid: Remove `30.0.0` ([#1110]).
9092
- nifi: Remove `2.2.0` ([#1114]).
@@ -119,6 +121,7 @@ All notable changes to this project will be documented in this file.
119121
[#1101]: https://github.com/stackabletech/docker-images/pull/1101
120122
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
121123
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
124+
[#1105]: https://github.com/stackabletech/docker-images/pull/1105
122125
[#1106]: https://github.com/stackabletech/docker-images/pull/1106
123126
[#1107]: https://github.com/stackabletech/docker-images/pull/1107
124127
[#1108]: https://github.com/stackabletech/docker-images/pull/1108

omid/stackable/patches/1.1.0/0001-Add-CycloneDX-plugin.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

omid/stackable/patches/1.1.0/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

omid/stackable/patches/1.1.1/0001-Add-CycloneDX-plugin.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

omid/stackable/patches/1.1.1/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

omid/stackable/patches/1.1.3-SNAPSHOT/0001-Add-CycloneDX-plugin.patch renamed to omid/stackable/patches/1.1.3/0001-Add-CycloneDX-plugin.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 1296e08c2d202b6b6a4efc5da8670ecd07c7a66c Mon Sep 17 00:00:00 2001
1+
From 92704fc8ae1615d6b4fb6958c08d691089f21186 Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?S=C3=B6nke=20Liebau?= <[email protected]>
33
Date: Tue, 18 Mar 2025 21:37:35 +0100
44
Subject: Add CycloneDX plugin
@@ -8,7 +8,7 @@ Subject: Add CycloneDX plugin
88
1 file changed, 17 insertions(+)
99

1010
diff --git a/pom.xml b/pom.xml
11-
index 9656bdbe..7a2b114f 100644
11+
index a63c2505..51555d30 100644
1212
--- a/pom.xml
1313
+++ b/pom.xml
1414
@@ -556,6 +556,23 @@
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
base = "c3e4da626fdb27060fd139a809e057965e52d163"
1+
base = "eb686f11f67e21d1a76361003c14135d97367691"
22
mirror = "https://github.com/stackabletech/phoenix-omid.git"

omid/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jmx_exporter": "1.2.0",
77
},
88
{
9-
"product": "1.1.3-SNAPSHOT",
9+
"product": "1.1.3",
1010
"java-base": "11",
1111
"java-devel": "11",
1212
"jmx_exporter": "1.2.0",

0 commit comments

Comments
 (0)