Closed rhauch closed 5 years ago
Is version changing from 0.1.0 to 0.1.1? If yes, then there are other changes to be made:
Create new tag v.0.1.1
Files that reference 0.1.0:
Dockerfile-confluenthub:RUN confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.1.0
Dockerfile-local:COPY target/components/packages/confluentinc-kafka-connect-datagen-0.1.0.zip /tmp/confluentinc-kafka-connect-datagen-0.1.0.zip
Dockerfile-local:RUN confluent-hub install --no-prompt /tmp/confluentinc-kafka-connect-datagen-0.1.0.zip
README.md:confluent-hub install confluentinc/kafka-connect-datagen:0.1.0
README.md:git checkout v0.1.0
README.md:confluent-hub install target/components/packages/confluentinc-kafka-connect-datagen-0.1.0.zip
README.md:docker build . -f Dockerfile-confluenthub -t confluentinc/kafka-connect-datagen:0.1.0
README.md:git checkout v0.1.0
README.md:docker build . -f Dockerfile-local -t confluentinc/kafka-connect-datagen:0.1.0
docker-compose.yml: image: confluentinc/kafka-connect-datagen:0.1.0
@ybyzek, yes, the next release will be 0.1.1.
@ybyzek, I will update the README, though.
@rhauch , if next release is 0.1.1, we have to update also:
@ybyzek, I've updated the README and Docker-related files.
Included licenses for all of the dependencies, and added Jenkinsfile for builds.