Skip to content

Commit bf77748

Browse files
authored
DEVX-2372: Build and publish new kafka-connect-datagen 6.1.0 images and update all demos on 6.1.0-post branch (#77)
* DEVX-2372: update CP_VERSION
1 parent baa1ef3 commit bf77748

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL=/bin/bash -o pipefail
88

99
check-dependency = $(if $(shell command -v $(1)),,$(error Make sure $(1) is installed))
1010

11-
CP_VERSION ?= 6.0.1
11+
CP_VERSION ?= 6.1.0
1212
OPERATOR_VERSION ?= 0
1313

1414
KAFKA_CONNECT_DATAGEN_VERSION ?= 0.4.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can create a Docker image packaged with the locally built source by running
7070
make build-docker-from-local CP_VERSION=5.5.0
7171
```
7272

73-
This will build the connector from source and create a local image with an aggregate version number. The aggregate version number is the kafka-connect-datagen connector version number and the Confluent Platform version number separated with a `-`. The local kafka-connect-datagen version number is defined in the `pom.xml` file, and the Confluent Platform version defined in the [Makefile](Makfile). An example of the aggregate version number might be: `0.4.0-6.0.1`.
73+
This will build the connector from source and create a local image with an aggregate version number. The aggregate version number is the kafka-connect-datagen connector version number and the Confluent Platform version number separated with a `-`. The local kafka-connect-datagen version number is defined in the `pom.xml` file, and the Confluent Platform version defined in the [Makefile](Makfile). An example of the aggregate version number might be: `0.4.0-6.1.0`.
7474

7575
Alternatively, you can install the `kafka-connect-datagen` connector from [Confluent Hub](https://www.confluent.io/connector/kafka-connect-datagen/) into a Docker image by running:
7676
```bash
@@ -80,7 +80,7 @@ make build-docker-from-released CP_VERSION=5.5.0
8080
The [Makefile](Makefile) contains some default variables that affect the version numbers of both the installed `kafka-connect-datagen` as well as the base Confluent Platform version. The variables are located near the top of the [Makefile](Makefile) with the following names and current default values:
8181

8282
```bash
83-
CP_VERSION ?= 6.0.1
83+
CP_VERSION ?= 6.1.0
8484

8585
KAFKA_CONNECT_DATAGEN_VERSION ?= 0.4.0
8686
```
@@ -238,7 +238,7 @@ To release new versions of the Docker images to Dockerhub (https://hub.docker.co
238238
The [Makefile](Makefile) contains some default variables that affect the version numbers of both the installed `kafka-connect-datagen` as well as the base Confluent Platform version. The variables are located near the top of the [Makefile](Makefile) with the following names and current default values:
239239

240240
```bash
241-
CP_VERSION ?= 6.0.1
241+
CP_VERSION ?= 6.1.0
242242
KAFKA_CONNECT_DATAGEN_VERSION ?= 0.4.0
243243
OPERATOR_VERSION ?= 0 # Operator is a 'rev' version appended at the end of the CP version, like so: 5.5.0.0
244244
```

0 commit comments

Comments
 (0)