Skip to content
Merged
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
8 changes: 4 additions & 4 deletions kafka.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kafka
# When bumping check to see if the CVE mitigation can be removed.
version: 3.4.1
version: 3.5.0
epoch: 0
description:
target-architecture:
Expand Down Expand Up @@ -31,12 +31,12 @@ pipeline:
with:
repository: https://github.com/apache/kafka
tag: ${{package.version}}
expected-commit: 8a516edc2755df89982a9afe9e771ea7cf4a17ac
expected-commit: c97b88d5db4de28d9f51bb11fb71ddd6217c7dda

- runs: |
export LANG=en_US.UTF-8
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

./gradlew clean releaseTarGz
gradle clean releaseTarGz

tar -xf core/build/distributions/kafka_2.13-${{package.version}}.tgz

Expand Down