-
-
Notifications
You must be signed in to change notification settings - Fork 6
chore(kafka): update images for release 25.7.0 #1117
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
9dc88cb
remove 3.7.1 and 3.8.0
razvan 2a38b9e
add 4.0.0
razvan 0f42bdd
update changelog
razvan 2e1d31e
bump to java 23 for kafka 4.0.0
razvan bc7b7c7
Merge branch 'main' into chore/kafka-issue-1078
razvan 23a5dc9
fix kcat image name
razvan b88cc20
Merge branch 'main' into chore/kafka-issue-1078
razvan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
kafka/stackable/patches/3.8.0/0001-Add-CycloneDX-plugin.patch
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
kafka/stackable/patches/3.8.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| From 55bcff9a298c339bd7eb10cdd733e600f671861b Mon Sep 17 00:00:00 2001 | ||
| From: Lukas Voetmand <[email protected]> | ||
| Date: Thu, 17 Oct 2024 11:01:40 +0200 | ||
| From 5adf2efcf9f91e66aea16cbbf49e0a9c059b2be9 Mon Sep 17 00:00:00 2001 | ||
| From: Razvan-Daniel Mihai <[email protected]> | ||
| Date: Thu, 15 May 2025 18:15:16 +0200 | ||
| Subject: Add CycloneDX plugin | ||
|
|
||
| --- | ||
| build.gradle | 41 +++++++++++++++++++++++++++++++++++++++++ | ||
| 1 file changed, 41 insertions(+) | ||
|
|
||
| diff --git a/build.gradle b/build.gradle | ||
| index 32e6e8fdca..13a0deffec 100644 | ||
| index 388a85aa85..fb0015e49a 100644 | ||
| --- a/build.gradle | ||
| +++ b/build.gradle | ||
| @@ -48,6 +48,47 @@ plugins { | ||
| @@ -45,6 +45,47 @@ plugins { | ||
| // artifacts - see https://github.com/johnrengelman/shadow/issues/901 | ||
| id 'com.github.johnrengelman.shadow' version '8.1.0' apply false | ||
| id 'com.diffplug.spotless' version '6.14.0' apply false // 6.14.1 and newer require Java 11 at compile time, so we can't upgrade until AK 4.0 | ||
| id 'com.diffplug.spotless' version "6.25.0" | ||
| + id 'org.cyclonedx.bom' version '1.10.0' | ||
| +} | ||
| + | ||
|
|
@@ -33,9 +33,6 @@ index 32e6e8fdca..13a0deffec 100644 | |
| + // Exclude test components. This list needs to be checked and, if it changed, updated for every new Kafka version. | ||
| + // The list can be obtained by running `gradle projects | grep upgrade-system-tests` | ||
| + skipProjects = [ | ||
| + 'upgrade-system-tests-0100', | ||
| + 'upgrade-system-tests-0101', | ||
| + 'upgrade-system-tests-0102', | ||
| + 'upgrade-system-tests-0110', | ||
| + 'upgrade-system-tests-10', | ||
| + 'upgrade-system-tests-11', | ||
|
|
@@ -54,7 +51,10 @@ index 32e6e8fdca..13a0deffec 100644 | |
| + 'upgrade-system-tests-33', | ||
| + 'upgrade-system-tests-34', | ||
| + 'upgrade-system-tests-35', | ||
| + 'upgrade-system-tests-36' | ||
| + 'upgrade-system-tests-36', | ||
| + 'upgrade-system-tests-37', | ||
| + 'upgrade-system-tests-38', | ||
| + 'upgrade-system-tests-39', | ||
| + ] | ||
| } | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| From 06c6dd7309cc6f2a75089bf91124cff88beed776 Mon Sep 17 00:00:00 2001 | ||
| From a91d18e7227aea84fb0baaafc8d253d321a46a0b Mon Sep 17 00:00:00 2001 | ||
| From: Lars Francke <[email protected]> | ||
| Date: Thu, 12 Dec 2024 10:09:47 +0100 | ||
| Subject: Change Gradle to use the Nexus Build Repo | ||
|
|
@@ -8,7 +8,7 @@ Subject: Change Gradle to use the Nexus Build Repo | |
| 1 file changed, 6 insertions(+), 2 deletions(-) | ||
|
|
||
| diff --git a/build.gradle b/build.gradle | ||
| index 13a0deffec..abb465f890 100644 | ||
| index fb0015e49a..7497ce70a3 100644 | ||
| --- a/build.gradle | ||
| +++ b/build.gradle | ||
| @@ -20,7 +20,9 @@ import java.nio.charset.StandardCharsets | ||
|
|
@@ -22,7 +22,7 @@ index 13a0deffec..abb465f890 100644 | |
| } | ||
| apply from: "$rootDir/gradle/dependencies.gradle" | ||
|
|
||
| @@ -160,7 +162,9 @@ ext { | ||
| @@ -208,7 +210,9 @@ ext { | ||
| allprojects { | ||
|
|
||
| repositories { | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
kafka/stackable/patches/3.8.0/patchable.toml → kafka/stackable/patches/4.0.0/patchable.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| base = "771b9576b00ecf5b64ab6e8bedf04156fbdb5cd6" | ||
| base = "985bc99521dd22bbf620591b8db8613c54f596b2" | ||
| mirror = "https://github.com/stackabletech/kafka.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.