Skip to content

Commit cb06d48

Browse files
committed
Merge commit 'a8811d1be3a0db2b02afa744c404ac961572b0d1' into feature/reset-connector-offsets
2 parents 2b23258 + a8811d1 commit cb06d48

File tree

119 files changed

+2081
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2081
-689
lines changed

.dev/dev_arm64.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
3333

3434
kafka0:
35-
image: confluentinc/cp-kafka:7.6.0.arm64
35+
image: confluentinc/cp-kafka:7.8.0.arm64
3636
user: "0:0"
3737
hostname: kafka0
3838
container_name: kafka0
@@ -60,7 +60,7 @@ services:
6060
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
6161

6262
schema-registry0:
63-
image: confluentinc/cp-schema-registry:7.6.0.arm64
63+
image: confluentinc/cp-schema-registry:7.8.0.arm64
6464
ports:
6565
- 8085:8085
6666
depends_on:
@@ -76,7 +76,7 @@ services:
7676
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
7777

7878
kafka-connect0:
79-
image: confluentinc/cp-kafka-connect:7.6.0.arm64
79+
image: confluentinc/cp-kafka-connect:7.8.0.arm64
8080
ports:
8181
- 8083:8083
8282
depends_on:
@@ -101,7 +101,7 @@ services:
101101
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components,/usr/local/share/kafka/plugins,/usr/share/filestream-connectors"
102102

103103
ksqldb0:
104-
image: confluentinc/cp-ksqldb-server:7.6.0.arm64
104+
image: confluentinc/cp-ksqldb-server:7.8.0.arm64
105105
depends_on:
106106
- kafka0
107107
- kafka-connect0
@@ -119,7 +119,7 @@ services:
119119
KSQL_CACHE_MAX_BYTES_BUFFERING: 0
120120

121121
kafka-init-topics:
122-
image: confluentinc/cp-kafka:7.6.0.arm64
122+
image: confluentinc/cp-kafka:7.8.0.arm64
123123
volumes:
124124
- ../documentation/compose/data/message.json:/data/message.json
125125
depends_on:

.github/workflows/backend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: '17'
31+
java-version: '21'
3232
distribution: 'zulu'
3333
cache: 'maven'
3434

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up JDK
3030
uses: actions/setup-java@v4
3131
with:
32-
java-version: '17'
32+
java-version: '21'
3333
distribution: 'zulu'
3434
cache: 'maven'
3535
- name: Build

.github/workflows/build-public-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '17'
30+
java-version: '21'
3131
distribution: 'zulu'
3232
cache: 'maven'
3333
- name: Build

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up JDK
4646
uses: actions/setup-java@v4
4747
with:
48-
java-version: '17'
48+
java-version: '21'
4949
distribution: 'zulu'
5050
cache: 'maven'
5151

.github/workflows/cve_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '17'
23+
java-version: '21'
2424
distribution: 'zulu'
2525
cache: 'maven'
2626

@@ -62,7 +62,7 @@ jobs:
6262
cache-to: type=local,dest=/tmp/.buildx-cache
6363

6464
- name: Run CVE checks
65-
uses: aquasecurity/trivy-action@0.19.0
65+
uses: aquasecurity/trivy-action@0.29.0
6666
with:
6767
image-ref: "ghcr.io/kafbat/kafka-ui:${{ steps.build.outputs.version }}"
6868
format: "table"

.github/workflows/e2e-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up JDK
3131
uses: actions/setup-java@v3
3232
with:
33-
java-version: '17'
33+
java-version: '21'
3434
distribution: 'zulu'
3535
cache: 'maven'
3636

@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up JDK
7373
uses: actions/setup-java@v3
7474
with:
75-
java-version: '17'
75+
java-version: '21'
7676
distribution: 'zulu'
7777
cache: 'maven'
7878

.github/workflows/frontend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 9.11.0
26+
version: 9.15.0
2727

2828
- name: Install node
2929
uses: actions/[email protected]

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: '17'
31+
java-version: '21'
3232
distribution: 'zulu'
3333
cache: 'maven'
3434

.github/workflows/release-serde-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: "17"
25+
java-version: "21"
2626
distribution: "zulu"
2727
cache: "maven"
2828

0 commit comments

Comments
 (0)