Release v0.13.0
What's Changed
- build(deps-dev): bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #100
- Docs/GitHub page by @fhussonnois in #106
- feat: allow configuring validation and transformation via aliases (#107) by @fhussonnois in #109
- feat: add command to check cluster health (#108) by @fhussonnois in #110
- refactor: refactor all API to support resource extensions by @fhussonnois in #119
Distributions
Docker Hub
$ docker pull streamthoughts/jikkou:0.13.0
GitHub Release
$ wget https://github.com/streamthoughts/jikkou/releases/download/v0.13.0/jikkou-0.13.0-runner.zip
For verifying distirbution zip file
$ wget https://github.com/streamthoughts/jikkou/releases/download/v0.13.0/jikkou-0.13.0-runner.zip.asc
$ gpg --keyserver keyserver.ubuntu.com --recv-keys D12696955654914F
$ gpg --verify jikkou-0.13.0-runner.zip.asc jikkou-0.13.0-runner.zip
Full Changelog: v0.12.1...v0.13.0