Skip to content

Commit b6e059a

Browse files
Bump cpp client version to v3.8.0 (#441)
1 parent 772ab49 commit b6e059a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/ci-pr-validation.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ jobs:
181181
- name: Test NAPI file in linux_musl containers
182182
if: matrix.image == 'linux_musl'
183183
run: |
184-
./tests/load-test.sh node:16-alpine3.15 ${{matrix.cpu.platform}}
185-
./tests/load-test.sh node:18-alpine3.15 ${{matrix.cpu.platform}}
186-
./tests/load-test.sh node:19-alpine3.15 ${{matrix.cpu.platform}}
187-
./tests/load-test.sh node:22-alpine3.22 ${{matrix.cpu.platform}}
184+
./tests/load-test.sh node:18-alpine ${{matrix.cpu.platform}}
185+
./tests/load-test.sh node:19-alpine ${{matrix.cpu.platform}}
186+
./tests/load-test.sh node:22-alpine ${{matrix.cpu.platform}}
188187
189188
windows-napi:
190189
name: Build NAPI windows - Node ${{matrix.nodejs}} - ${{matrix.arch}}

pkg/linux/Dockerfile_linux_musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
ARG NODE_VERSION
2121

22-
FROM node:${NODE_VERSION}-alpine3.15
22+
FROM node:${NODE_VERSION}-alpine3.19
2323

2424
RUN apk add \
2525
bash \

pulsar-client-cpp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.7.0
2-
CPP_CLIENT_VERSION=3.7.0
1+
CPP_CLIENT_BASE_URL=https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.8.0
2+
CPP_CLIENT_VERSION=3.8.0

0 commit comments

Comments
 (0)