Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 1.77 KB

Changelog

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

[Unreleased]

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

[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).