Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

94 lines (51 loc) · 2.31 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.

[0.3.2] - 2024-03-07

Chores

  • Several dependencies were updated

[0.3.1] - 2023-07-31

### Added

  • PostgresDatabase Resource - Add database naming strategy #38, #42

[0.3.0] - 2023-07-13

Changed

  • Breaking: PostgresDatabase - .spec.instanceRef.namespace in favor of PostgresClusterInstance #25

Added

  • Kompost.Webhooks - Pass secret name as variable
  • Postgres Kompo - Support for SSL connections #27
  • PostgresClusterInstance - Cluster scoped instance accessible by databases in any or a defined set of namespaces. #25

[0.2.3] - 2023-06-30

Added

  • PostgresDatabase - Additional parameters passed to CREATE DATABASE in .spec.params
  • Kompost now serves Admission Webhooks. Currently used for the new (immutable) fields in .spec.params
  • The Build GH workflow now runs e2e tests after building the image.

[0.2.2] - 2023-06-11

Changed

  • Upgraded Erlang OTP to version 26
  • Use docker images form hexpm

[0.2.0] - 2023-05-24

Added

  • Temporal Kompo was added. Used to create resources in a Temporal Cluster.

[0.1.5] - 2023-02-27

Fixed

  • PostgresInstance, PostgresDatabase - Misconfigured RBAC rules prevented user secrets from being created.

[0.1.4] - 2023-02-26

Fixed

  • PostgresDatabase - duplicate users were added to resource status infinitely

Added

  • PostgresDatabase - Added printer columns to resource
  • PostgresInstance, PostgresDatabase - Warning logs

### Changed

  • Upgreaded bonny to v1.1.1

[0.1.3] - 2023-02-25

  • Remove defaults from CRD manifests (stop fighting ArgoCD)

[0.1.2] - 2023-02-25

Fixed

  • Disable TLS peer verification as most likely we're connecting to an IP address.

[0.1.1] - 2023-02-25

Changed

  • Watching all namespaces now

[0.1.0] - 2023-02-25

Initial release with Postgres Kompo.