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

Release 0.2.16

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 21:51

Notes

ℹ️ This is the first release of kafka-gitops in this fork of the original project at https://github.com/devshawn/kafka-gitops.

It contains a bunch of dependency updates and bug fixes which didn't make it into a release in the original project yet.

🐳 Docker images are provided in the GitHub Container Registry:

Install from the command line

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

Use as base image in Dockerfile:

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

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

What's Changed

  • build: Add Dependency Review Action by @joschi in #32
  • build: Build Docker image for 'main' branch by @joschi in #29
  • build: Build with Java 11 by @joschi in #31
  • build: Bump images in docker-compose by @joschi in #24
  • build: Switch Docker image to Eclipse Temurin 8 (Jammy) by @joschi in #28
  • build: Upgrade build to Gradle 7.5.1 by @joschi in #8
  • chore(deps): Bump Docker image to Eclipse Temurin 11 by @joschi in #30
  • chore(deps): bump actions/checkout from 1 to 3 by @dependabot in #12
  • chore(deps): bump actions/create-release from 1.0.0 to 1.1.4 by @dependabot in #10
  • chore(deps): bump actions/setup-java from 1 to 3 by @dependabot in #15
  • chore(deps): bump actions/upload-artifact from 1 to 3 by @dependabot in #16
  • chore(deps): bump actions/upload-release-asset from 1.0.1 to 1.0.2 by @dependabot in #13
  • chore(deps): bump codecov/codecov-action from 1 to 3 by @dependabot in #9
  • chore(deps): bump docker/build-push-action from 1 to 3 by @dependabot in #11
  • chore(deps): bump docker/build-push-action from 2 to 3 by @dependabot in #36
  • chore(deps): bump docker/login-action from 1 to 2 by @dependabot in #40
  • chore(deps): bump docker/metadata-action from 3 to 4 by @dependabot in #38
  • chore(deps): bump docker/setup-buildx-action from 1 to 2 by @dependabot in #42
  • chore(deps): bump jackson-databind from 2.10.1 to 2.13.4 by @dependabot in #18
  • chore(deps): bump jackson-dataformat-yaml from 2.9.8 to 2.13.4 by @dependabot in #7
  • chore(deps): bump jackson-datatype-jdk8 from 2.10.2 to 2.13.4 by @dependabot in #5
  • chore(deps): bump jsonassert from 1.5.0 to 1.5.1 by @dependabot in #17
  • chore(deps): bump junit from 4.13 to 4.13.2 by @dependabot in #34
  • chore(deps): bump junit-jupiter from 5.7.1 to 5.9.1 by @dependabot in #41
  • chore(deps): bump kafka-clients from 2.4.0 to 3.2.3 by @dependabot in #14
  • chore(deps): bump logback-classic from 1.2.3 to 1.4.4 by @dependabot in #48
  • chore(deps): bump logback-core from 1.2.3 to 1.4.4 by @dependabot in #47
  • chore(deps): bump openjdk from 8-jre-slim to 11-jre-slim by @dependabot in #6
  • chore(deps): bump picocli from 4.1.4 to 4.6.3 by @dependabot in #19
  • chore(deps): bump slf4j-api from 1.7.30 to 2.0.3 by @dependabot in #44
  • ci: Run code analysis with SonarCloud and remove Codecov by @joschi in #51
  • ci: Use Gradle build actions and run build scan by @joschi in #25
  • feat: Load Kafka connection config from properties file (devshawn#68) by @joschi in #27
  • fix: Do not print password when running in verbose mode by @joschi in #49
  • fix: Do not throw NPE if KAFKA_SASL_MECHANISM is null by @joschi in #50
  • test(deps): Add Spock JUnit 4 Module by @joschi in #23
  • test(deps): Migrate to JUnit Jupiter (JUnit 5) by @joschi in #26

New Contributors

Full Changelog: https://github.com/joschi/kafka-gitops/commits/0.2.16