Releases: trifork/cheetah-charts
Releases · trifork/cheetah-charts
flink-job-v1.0.0
What's Changed
- Change default logging to use JsonTemplateLayout by @pegtrifork in #202
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
What's Changed
- Change default to log info by @pegtrifork in #197
- All root level nodes in JSON disallow arbitrary children nodes by @iblutrifork in #198
- Add support for metrics for flink versions 1.17 and 1.18 by @pegtrifork in #200
Full Changelog: flink-job-v0.8.0...flink-job-v0.9.0
flink-job-v0.8.1
What's Changed
- Add support for metrics for flink versions 1.17 and 1.18 by @pegtrifork in #200
flink-job-v0.8.0
What's Changed
- Fix dev container by @pegtrifork in #195
- Add java 17 compatability options by @pegtrifork in #196
Full Changelog: flink-job-v0.7.0...flink-job-v0.8.0
opensearchrole-v0.2.0
This release is only here to initialise release notes on our docs
flink-job-v0.7.0
What's Changed
- JSON schema for flink-job by @iblutrifork in #111
- Change flink to TLS1.3 protocl as new default by @cthtrifork in #137
- disable custom ciphers by default by @cthtrifork in #167
- removed image-automation option and added opensearchrole by @KastTrifork in #183
- dnsForKubernetesHost by @pegtrifork in #189
New Contributors
- @eama-trifork made their first contribution in #143
Full Changelog: flink-job-0.6.0...flink-job-v0.7.0
flink-job-0.6.0
What's Changed
- fix(deps): update all patch by @renovate in #126
- main into branch by @KastTrifork in #127
- Streamline release flow by @KastTrifork in #128
- added secure default algorithms for flink internalSsl by @cthtrifork in #125
Full Changelog: flink-job-0.6.0-rc-125/merge...flink-job-0.6.0
flink-job-0.5.3
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
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
- @iblutrifork made their first contribution in #95
Full Changelog: flink-job-0.5.2...cheetah-application-0.7.0
flink-job-0.5.2
What's Changed
- Add appProtocol to metrics port by @mbjtrifork in #109
Full Changelog: flink-job-0.5.1...flink-job-0.5.2