Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Release 0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 13:39

Notes

🐳 Docker images are provided in the GitHub Container Registry:

Install from the command line

$ docker pull ghcr.io/joschi/kafka-gitops:0.3.0

Use as base image in Dockerfile:

FROM ghcr.io/joschi/kafka-gitops:0.3.0

💬 If you have questions, please comment in the corresponding discussion.

Breaking changes

  • chore!: Rename blacklist/whitelist to exclude/include list by @joschi in #77

What's Changed

  • build: Add OCI Image Format Specification annotations to Docker image by @joschi in #53
  • chore: Build with Java 17 by @joschi in #59
  • chore(deps): bump jackson-databind from 2.13.4 to 2.13.4.2 by @dependabot in #57
  • chore(deps): bump spock-junit4 from 2.2-groovy-4.0 to 2.3-groovy-4.0 by @dependabot in #56
  • chore(deps): bump freebuilder from 2.7.0 to 2.8.0 by @dependabot in #55
  • chore: Pacify SonarCloud by @joschi in #60
  • chore(deps): bump groovy from 4.0.5 to 4.0.6 by @dependabot in #62
  • chore(deps): bump spock-core from 2.2-groovy-4.0 to 2.3-groovy-4.0 by @dependabot in #61
  • chore: Build with Java 19 by @joschi in #63
  • build(gradle): Replace deprecated Report.enabled property by @joschi in #66
  • chore(deps): bump cglib-nodep from 2.2 to 3.3.0 by @dependabot in #58
  • chore(deps): bump kafka-clients from 3.2.3 to 3.3.1 by @dependabot in #54
  • chore: Pacify SonarCloud by @joschi in #67
  • chore(deps): bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 by @dependabot in #68
  • chore(deps): bump picocli from 4.6.3 to 4.7.0 by @dependabot in #69
  • chore(deps): bump jackson-dataformat-yaml from 2.13.4 to 2.14.0 by @dependabot in #72
  • chore(deps): bump jackson-databind from 2.13.4.2 to 2.14.0 by @dependabot in #71
  • chore(deps): bump jackson-datatype-jdk8 from 2.13.4 to 2.14.0 by @dependabot in #70
  • chore(deps): Use Jackson BOM for managing versions by @joschi in #73
  • feat: Implement --skip-topics to skip any topic-related actions by @joschi in #75
  • chore(deps): Bump Kafka & Zookeeper for tests to Confluent Platform 7.3.0 by @joschi in #76
  • feat: Add support for whitelisting topic prefixes by @joschi in #74
  • chore: Rename blacklist/whitelist to exclude/include list by @joschi in #77

Full Changelog: 0.2.16...0.3.0