Skip to content

Commit 7bf9da6

Browse files
committed
Bump version to 0.1.15-devel
1 parent 618d6bf commit 7bf9da6

File tree

10 files changed

+19
-509
lines changed

10 files changed

+19
-509
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ npm-debug.log
55

66
docs
77

8+
examples/**/package-lock.json
9+
810
deps/*
911
!deps/*.gyp
1012
!deps/windows-install.*

.semaphore/semaphore.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,9 @@ blocks:
262262
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"
263263
- name: "Release: latest: 22"
264264
commands:
265-
- sem-version node 22.2.0
266265
- export NODE_ABI=127
267-
- export ARTIFACT_KEY="confluent-kafka-javascript-${SEMAPHORE_GIT_TAG_NAME}-node-v${NODE_ABI}-${PLATFORM}-${LIBC}-${ARCHITECTURE}.tar.gz"
268-
- npm install # node-pre-gyp will fallback to build here, because new tag implies no release yet.
269-
- npx node-pre-gyp package
266+
- export ARTIFACT_KEY="confluent-kafka-javascript-${SEMAPHORE_GIT_TAG_NAME}-node-v${NODE_ABI}-linux-${LIBC}-${ARCHITECTURE}.tar.gz"
267+
- docker run -v "$(pwd):/v" node:22-alpine /v/.semaphore/build-docker.sh
270268
- ls build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}
271269
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"
272270

@@ -312,11 +310,9 @@ blocks:
312310
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"
313311
- name: "Release: latest: 22"
314312
commands:
315-
- sem-version node 22.2.0
316313
- export NODE_ABI=127
317-
- export ARTIFACT_KEY="confluent-kafka-javascript-${SEMAPHORE_GIT_TAG_NAME}-node-v${NODE_ABI}-${PLATFORM}-${LIBC}-${ARCHITECTURE}.tar.gz"
318-
- npm install # node-pre-gyp will fallback to build here, because new tag implies no release yet.
319-
- npx node-pre-gyp package
314+
- export ARTIFACT_KEY="confluent-kafka-javascript-${SEMAPHORE_GIT_TAG_NAME}-node-v${NODE_ABI}-linux-${LIBC}-${ARCHITECTURE}.tar.gz"
315+
- docker run -v "$(pwd):/v" node:22-alpine /v/.semaphore/build-docker.sh
320316
- ls build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}
321317
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"
322318

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# confluent-kafka-javascript v0.1.15-devel
2+
3+
v0.1.15-devel is a pre-production, early-access release.
4+
5+
## Features
6+
7+
1. Add Node v22 builds and bump librdkafka version on each version bump of this library.
8+
9+
110
# confluent-kafka-javascript v0.1.14-devel
211

312
v0.1.14-devel is a pre-production, early-access release.

examples/kafkajs/oauthbearer_calback_authentication/package-lock.json

-188
This file was deleted.

0 commit comments

Comments
 (0)