Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.06 KB

File metadata and controls

48 lines (30 loc) · 2.06 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.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