Skip to content

Commit 217b406

Browse files
committed
Address review comments
1 parent 5bd9392 commit 217b406

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

tools/RELEASE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,14 @@ Change to the latest librdkafka version in the following files:
3636
make sure to strip the leading "v" from the version.
3737
E.g., `0.11.6` rather than `v0.11.6`
3838

39-
Commit this change:
39+
Change to the latest version of the confluent-librdkafka-plugins in:
4040

41-
$ git commit -m "librdkafka version bump to v0.11.6" .travis.yml .appveyor.yml
41+
* `tools/install-interceptors.sh`
42+
43+
Commit these changes as necessary:
44+
45+
$ git commit -m "librdkafka version v0.11.6" .travis.yml .appveyor.yml
46+
$ git commit -m "confluent-librdkafka-plugins version v0.11.0" tools/install-interceptors.sh
4247

4348

4449
### 1.2 Update OpenSSL version if necessary

tools/install-interceptors.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ pkgtype=$1
1818
# Confluent Platform release version
1919
CPVER=5.0
2020

21+
# confluent-librdkafka-plugins version
22+
PLUGINVER=0.11.0
23+
2124
# Stage directory for wheels
2225
stagedir=staging/libs
2326

@@ -96,7 +99,7 @@ elif [[ $pkgtype == deb ]]; then
9699

97100
elif [[ $pkgtype == osx ]]; then
98101

99-
wget -O monitoring.zip http://packages.confluent.io/archive/${CPVER}/confluent-librdkafka-plugins-0.11.0.zip
102+
wget -O monitoring.zip http://packages.confluent.io/archive/${CPVER}/confluent-librdkafka-plugins-${PLUGINVER}.zip
100103
unzip monitoring.zip monitoring-interceptor.dylib
101104

102105
# Remove path from librdkafka dependency

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy