Spotify Flink On K8s Operator Versions Save

Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.

v0.5.1-alpha.3

9 months ago

v0.5.1-alpha.2

1 year ago

v0.5.1-alpha.1

1 year ago

What's changed

  • Prepare v0.5.1-alpha.1 release (#667) @regadas
  • Add initial sharded reconcile support (#656) @live-wire

🌱 Dependency Updates

  • Chore(deps): Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 (#664) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 (#665) @dependabot
  • Chore(deps): Bump golang from 1.20.2-alpine to 1.20.3-alpine (#666) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 (#661) @dependabot
  • Chore(deps): Bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#662) @dependabot
  • Chore(deps): Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 (#663) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 (#660) @dependabot
  • Chore(deps): Bump k8s.io/client-go from 0.26.2 to 0.26.3 (#657) @dependabot
  • Chore(deps): Bump github.com/imdario/mergo from 0.3.13 to 0.3.14 (#654) @dependabot

Contributors to this release

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

flink-operator-0.5.1-alpha.1

1 year ago

A Helm chart for flink on Kubernetes operator

v0.5.0

1 year ago

What's changed

  • Prepare v0.5.0 release (#653) @regadas
  • Update helm chart (#652) @regadas
  • Fix: include HorizontalPodAutoscaler when checking if component is updated (#646) @regadas
  • Fix: set PodDisruptionBudget ResourceVersion on update (#647) @regadas
  • Chore(deps): Bump client-go from 0.26.1 to 0.26.2 (#648) @regadas
  • Feature: Add pod affinity to FlinkCluster CRD (#627) @metowolf
  • Fix: Replace exit code if the job succeeds (#624) @yolgun
  • Allow PodDisruptionBudget and HorizontalPodAutoscaler updates (#622) @regadas
  • Add HorizontalPodAutoscaler properties to FlinkCluster spec. (#615) @regadas
  • Fix: use correct component name in reconcile for TaskManager service (#620) @regadas
  • Chore: followup to #584 get log from context (#621) @regadas
  • Fix: Wait until the submitter finishes before updating job state (#619) @yolgun
  • Chore(deps): Update k8s api, client-go, api-machinery, and controller-runtime (#617) @regadas
  • Follow-up to #610: don't skip validation if cancel request is used (#611) @regadas
  • Add revision hash labels to PDB and fully reconcile object (#609) @regadas
  • Revert "Skip validation when job-cancel control applied" (#610) @regadas
  • Fix: isJobUpdate should return false when job cancel was requested (#603) @regadas
  • Chore: use setup-envtest latest version (#601) @regadas

🌱 Dependency Updates

  • Chore(deps): Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 (#649) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 (#651) @dependabot
  • Chore(deps): Bump golang from 1.20.1-alpine to 1.20.2-alpine (#645) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 (#644) @dependabot
  • Chore(deps): Bump sigs.k8s.io/controller-runtime from 0.14.2 to 0.14.5 (#641) @dependabot
  • Chore(deps): Bump k8s.io/api from 0.26.1 to 0.26.2 (#640) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 (#638) @dependabot
  • Chore(deps): Bump golang from 1.20.0-alpine to 1.20.1-alpine (#631) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.4 (#636) @dependabot
  • Chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 (#630) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1 (#628) @dependabot
  • Chore(deps): Bump golang.org/x/net from 0.5.0 to 0.6.0 (#626) @dependabot
  • Chore(deps): Bump golang from 1.19.5-alpine to 1.20.0-alpine (#623) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 (#616) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 (#612) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 (#604) @dependabot
  • Chore(deps): Bump golang from 1.19.4-alpine to 1.19.5-alpine (#602) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 (#600) @dependabot

Contributors to this release

@dependabot, @dependabot[bot], @metowolf, @regadas and @yolgun

flink-operator-0.5.0

1 year ago

A Helm chart for flink on Kubernetes operator

v0.5.0-beta.2

1 year ago

What's Changed

Full Changelog: https://github.com/spotify/flink-on-k8s-operator/compare/v0.5.0-beta.1...v0.5.0-beta.2

v0.5.0-beta.1

1 year ago

What's changed

  • Allow PodDisruptionBudget and HorizontalPodAutoscaler updates (#622) @regadas
  • Add HorizontalPodAutoscaler properties to FlinkCluster spec. (#615) @regadas
  • Fix: use correct component name in reconcile for TaskManager service (#620) @regadas
  • Chore: followup to #584 get log from context (#621) @regadas
  • Fix: Wait until the submitter finishes before updating job state (#619) @yolgun
  • Chore(deps): Update k8s api, client-go, api-machinery, and controller-runtime (#617) @regadas
  • Follow-up to #610: don't skip validation if cancel request is used (#611) @regadas
  • Add revision hash labels to PDB and fully reconcile object (#609) @regadas
  • Revert "Skip validation when job-cancel control applied" (#610) @regadas
  • Fix: isJobUpdate should return false when job cancel was requested (#603) @regadas
  • Chore: use setup-envtest latest version (#601) @regadas

🌱 Dependency Updates

  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 (#616) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 (#612) @dependabot
  • Chore(deps): Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 (#604) @dependabot
  • Chore(deps): Bump golang from 1.19.4-alpine to 1.19.5-alpine (#602) @dependabot
  • Chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 (#600) @dependabot

Contributors to this release

@dependabot, @dependabot[bot], @regadas and @yolgun

v0.4.2

1 year ago

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

  • Chore(deps): Bump golang.org/x/net from 0.4.0 to 0.5.0 (#582) @dependabot
  • Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#557) @dependabot
  • Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.1 (#556) @dependabot

Contributors to this release

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

v0.4.2-beta.9

1 year ago

What's Changed

Full Changelog: https://github.com/spotify/flink-on-k8s-operator/compare/v0.4.2-beta.8...v0.4.2-beta.9