confluentinc / kafka-connect-datagen

Connector that generates data for demos
Apache License 2.0
20 stars 87 forks source link

MINOR: Add Jenkinsfile, used common parent, and added licenses #12

Closed rhauch closed 5 years ago

rhauch commented 5 years ago

Included licenses for all of the dependencies, and added Jenkinsfile for builds.

ybyzek commented 5 years ago

Is version changing from 0.1.0 to 0.1.1? If yes, then there are other changes to be made:

  1. Create new tag v.0.1.1

  2. 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
rhauch commented 5 years ago

@ybyzek, yes, the next release will be 0.1.1.

rhauch commented 5 years ago

@ybyzek, I will update the README, though.

ybyzek commented 5 years ago

@rhauch , if next release is 0.1.1, we have to update also:

rhauch commented 5 years ago

@ybyzek, I've updated the README and Docker-related files.