Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 15:47
· 153 commits to refs/heads/master since this release
dc6cac7

What's changed

  • Chore: rework TimeConverter and remove dup definition (#599) @regadas
  • Chore: update kustomize to v4.5.7 (#598) @regadas
  • Chore: update controller-gen to v0.11.1 (#597) @regadas
  • Chore: no need to use accessor to get component labels (#596) @regadas
  • Fix: Use revision to check old jobsubmitter existence (#595) @regadas
  • Chore: use simpler component names for TaskManager and JobManager (#594) @regadas
  • Fix: don't observe jobmanager StatefulSet when appmode is enabled (#593) @regadas
  • Chore: use client.Object instead of runtime.Object (#592) @regadas
  • Rework application mode job id generator (#591) @regadas
  • Check if object update is a scale up/down update (#588) @regadas
  • Chore: remove deleteOldComponent func (#587) @regadas
  • Chore: Add EventRecorder to FlinkCluster Reconciler (#586) @regadas
  • Chore: followup to #584 (#585) @regadas
  • Chore: get logger from context (#584) @regadas
  • Chore: use reconciler context (#583) @regadas
  • Chore: cleanup reconciler; remove dup logic (#581) @regadas
  • fixup! Fix: avoid mutation of submitter job status reference (#568) (#580) @regadas
  • fixup! Fix: avoid mutation of submitter job status reference (#568) (#579) @regadas
  • Chore: type Cluster and Component state types (#578) @regadas
  • Fix: don't panic when job is unknown state. (#576) @regadas
  • Fix: only trigger job savepoint when job is updated (#575) @regadas
  • Add scale subresource to FlinkCluster CRD (#574) @regadas
  • Chore: make job state typed (#577) @regadas
  • Chore: remove unused function (#573) @regadas
  • Remove unneeded validation rules due to new CRD validation (#572) @regadas
  • Chore: cleanup code DeMorgan's law (#571) @regadas
  • Add missing kubebuilder default and validation markers (#570) @regadas
  • Native high availability support (#566) @live-wire
  • Fix: avoid mutation of submitter job status reference (#568) @regadas
  • Fix: Savepoint status incorrectly derived after it succeeded (#564) @regadas
  • Fix: account for pdb update only if it was set in the cluster spec (#565) @regadas
  • Skip validation when job-cancel control applied (#559) @live-wire

🌱 Dependency Updates

Contributors to this release

@dependabot, @dependabot[bot], @live-wire and @regadas