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
9 changes: 2 additions & 7 deletions confluent-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
# with the `version:` field.
# 2. Created a new variable `mangled-package-version` to append `-ccs` to the
# version.
version: "8.2.0.349"
version: "8.2.0.351"
epoch: 0
description: Community edition of Confluent Kafka.
copyright:
Expand Down Expand Up @@ -46,15 +46,10 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: c87f2c11b72e10f53f892300604014e2a31f5fea
expected-commit: 80a5f0f23dd84cd14fab6b6695da03deaec39b5a
repository: https://github.com/confluentinc/kafka
tag: v${{vars.mangled-package-version}}

- uses: patch
with:
patches: |
GHSA-j288-q9x7-2f5v.patch

- runs: |
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

Expand Down
24 changes: 0 additions & 24 deletions confluent-kafka/GHSA-j288-q9x7-2f5v.patch

This file was deleted.

Loading