Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

68 lines (45 loc) · 2.36 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • The operator can now run on Kubernetes clusters using a non-default cluster domain. Use the env var KUBERNETES_CLUSTER_DOMAIN or the operator Helm chart property kubernetesClusterDomain to set a non-default cluster domain (#125).

Changed

  • Reduce CRD size from 475KB to 49KB by accepting arbitrary YAML input instead of the underlying schema for the following fields (#112):
    • podOverrides
    • affinity

Fixed

  • Add log config error handling (#121).
  • An invalid HelloCluster object doesn't stop the reconciliation anymore (#127).

[24.7.0] - 2024-07-24

Changed

  • Remove the "nameOverride" chart property and make naming of k8s objects consistent with other operators (#78).
  • Bump stackable-operator to 0.70.0, product-config to 0.7.0, and other dependencies (#104).

[24.3.0] - 2024-03-20

Added

  • Helm: support labels in values.yaml (#48).

[23.11.0] - 2023-11-24

Added

  • Set explicit resources on all containers (#14).
  • Support podOverrides (#15).
  • Increase the size limit of the log volumes (#18)
  • Configuration overrides for the JVM security properties, such as DNS caching (#23).
  • Support PodDisruptionBudgets (#27).
  • Support graceful shutdown (#33).

Changed

  • Default stackableVersion to operator version (#21).