Skip to content

Latest commit

 

History

History
122 lines (75 loc) · 4.6 KB

File metadata and controls

122 lines (75 loc) · 4.6 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.91] - 2026-06-17

Changed

[0.1.90] - 2026-06-11

Changed

[0.1.89] - 2026-06-09

Added

  • Support for root-level additionalLabels and global.metadata passthrough. #103

Fixed

  • sourcebot.additionalLabels are now applied to resources (previously silently ignored). #103
  • Helm upgrade failure caused by the data PVC's immutable volumeName; the PVC now retains its bound volume and is preserved across upgrades (helm.sh/resource-policy: keep). #102

[0.1.88] - 2026-06-04

Changed

[0.1.87] - 2026-06-04

Changed

[0.1.86] - 2026-06-02

Added

  • sourcebot.lifecycle and sourcebot.terminationGracePeriodSeconds values. #110

[0.1.85] - 2026-05-30

Changed

[0.1.84] - 2026-05-22

Changed

[0.1.83] - 2026-05-16

Changed

[0.1.82] - 2026-05-04

Changed

[0.1.81] - 2026-04-30

Changed

[0.1.80] - 2026-04-23

Changed

[0.1.79] - 2026-04-21

Changed

[0.1.78] - 2026-04-21

Changed

[0.1.77] - 2026-04-20

Changed

[0.1.76] - 2026-04-17

Changed

[0.1.75] - 2026-04-16

Changed

[0.1.74] - 2026-04-15

Changed

[0.1.73] - 2026-04-09

Changed

[0.1.72] - 2026-04-09

Added

  • Added configurable deployment strategy support, allowing users to switch between RollingUpdate and Recreate strategies. #82

[0.1.71] - 2026-04-09

Added

  • Added default resource requests/limits for Sourcebot (2 CPU/4Gi), PostgreSQL (2 CPU/4Gi), and Redis (1 CPU/1.5Gi). #88
  • Added sourcebot.authSecret and sourcebot.encryptionKey fields to values.yaml, supporting both direct values and existing secret references. #88

Fixed

  • Fixed PostgreSQL secretKeys defaults to match Bitnami-generated key names (password/postgres-password), fixing helm upgrade failures. #88
  • Fixed Redis subchart key from master to primary to match Bitnami Valkey chart (resources were not being applied). #88