Skip to content

Releases: trifork/cheetah-charts

flink-job-v1.0.0

26 Feb 12:46
Compare
Choose a tag to compare

What's Changed

Breaking Changes since 0.x

Default logging configuration now requires org.apache.logging.log4j:log4j-layout-template-json to be on the classpath.
This can be achived by adding the following to your runtime layer in your Dockerfile:

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Add support for structured JSON logging
RUN log4jVersion=$(find /opt/flink/lib/ -name 'log4j-core-*.jar' -exec basename {} \; | grep -oP '(\d+\.\d+\.\d+)') && \
    wget --progress=dot:giga -P /opt/flink/lib "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-layout-template-json/$log4jVersion/log4j-layout-template-json-$log4jVersion.jar"

Full Changelog: flink-job-v0.9.0...flink-job-v1.0.0

flink-job-v0.9.0

16 Feb 11:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: flink-job-v0.8.0...flink-job-v0.9.0

flink-job-v0.8.1

15 Feb 10:50
f73debd
Compare
Choose a tag to compare

What's Changed

  • Add support for metrics for flink versions 1.17 and 1.18 by @pegtrifork in #200

flink-job-v0.8.0

08 Feb 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: flink-job-v0.7.0...flink-job-v0.8.0

opensearchrole-v0.2.0

07 Feb 14:25
Compare
Choose a tag to compare

This release is only here to initialise release notes on our docs

flink-job-v0.7.0

09 Jan 10:21
cd03797
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: flink-job-0.6.0...flink-job-v0.7.0

flink-job-0.6.0

03 Oct 11:53
e830719
Compare
Choose a tag to compare

What's Changed

Full Changelog: flink-job-0.6.0-rc-125/merge...flink-job-0.6.0

flink-job-0.5.3

26 Sep 09:53
998e095
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/checkout digest to 8ade135 by @renovate in #119
  • chore(deps): update ghcr.io/containerbase/base docker tag to v9.20.4 by @renovate in #120
  • JSON schema for opensearch by @iblutrifork in #112
  • bump flink intercommunication cert duration to 3 years by @cthtrifork in #118

Full Changelog: flink-job-0.5.3-rc-118/merge...flink-job-0.5.3

cheetah-application-0.7.0

12 Sep 07:35
1f249e6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update ghcr.io/containerbase/base docker tag to v9.20.0 by @renovate in #110
  • Add JSON schemas for values.yaml by @iblutrifork in #95

New Contributors

Full Changelog: flink-job-0.5.2...cheetah-application-0.7.0

flink-job-0.5.2

08 Sep 08:59
6823665
Compare
Choose a tag to compare

What's Changed

Full Changelog: flink-job-0.5.1...flink-job-0.5.2