Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 17 Jan 15:24

Features

9d54b22 feat(jikkou): add args to load spec yaml file at once (#69)

Improvements & Bugfixes

91c8142 refactor(jikkou): rename KafkaResourceOperationContext to KafkaResourceUpdateContext
30757dc refactor(jikkou): add new KafkaResourceManager interface
879f8f9 fix(jikkou): fix CLI for delete operation

Sub-Tasks

28e2a3f test(jikkou): add additionals integration-tests for topics
8eb6dda refactor(jikkou): remove unused method
9eaf771 update(github-ci): update
7fb7d79 test(jikkou): add integration-tests
a666c74 test(jikkou): add integration-tests
a863541 fix(jikkou): fix role permissions are not output on validation
efaa086 add the labels.topic_prefix reference to the spec yaml example (so that set-label makes sense)
8e5e42e Document JIKKOU_DEFAULT_KAFKA_BOOTSTRAP_SERVERS
ca4438f build(gradle): bump build and image to java 17

Distributions

Docker Hub

$ docker pull streamthoughts/jikkou:0.9.0

GitHub release

$ wget https://github.com/streamthoughts/jikkou/releases/download/v0.9.0/jikkou-0.9.0.zip

# For verifying distirbution zip file
$ wget https://github.com/streamthoughts/jikkou/releases/download/v0.9.0/jikkou-0.9.0.zip.asc
$ gpg --keyserver keyserver.ubuntu.com --recv-keys D12696955654914F
$ gpg --verify jikkou-0.9.0.zip.asc jikkou-0.9.0.zip

Maven Central

$ mvn dependency:copy -Dartifact=io.streamthoughts:jikkou:0.9.0:jar:all -DoutputDirectory=./