We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed2390 commit 19ef95dCopy full SHA for 19ef95d
.semaphore/semaphore.yml
@@ -8,7 +8,7 @@ global_job_config:
8
- name: vault_sem2_approle
9
env_vars:
10
- name: LIBRDKAFKA_VERSION
11
- value: v1.9.2-RC3
+ value: v1.9.2
12
blocks:
13
- name: "Wheels: OSX x64"
14
run:
.travis.yml
@@ -1,6 +1,6 @@
1
env:
2
global:
3
- - LIBRDKAFKA_VERSION=v1.9.2-RC3
+ - LIBRDKAFKA_VERSION=v1.9.2
4
5
jobs:
6
include:
examples/docker/Dockerfile.alpine
@@ -30,7 +30,7 @@ FROM alpine:3.12
30
31
COPY . /usr/src/confluent-kafka-python
32
33
-ENV LIBRDKAFKA_VERSION v1.9.2-RC3
+ENV LIBRDKAFKA_VERSION v1.9.2
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments