Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Releases: vshn/appcat-service-postgresql

v0.1.1

05 Jul 13:27
d6e7aa8
Compare
Choose a tag to compare

1 changes since v0.1.0

🐛 Fixes

  • Add appuio.io/organization label to namespace (#100)

This release doesn't contain any Helm chart changes.

v0.1.0

05 Jul 12:15
8f2dd85
Compare
Choose a tag to compare

39 changes since v0.0.0

🚀 Features

  • Deploy Helm release from a custom resource (#27)
  • Make the major version selector immutable (#35)
  • Prevent storage capacity decrease (#37)
  • Use status spec when creating new instances (#46)
  • Create connection secret when instance is ready (#52)
  • Add Network policy to allow connections from user namespace (#58)
  • Add instance deletion (#68)
  • Enable instance backups (#69)
  • Use DB dumps for K8up backups (#80)
  • Implement updating instances (#88)

🛠️ Minor Changes

  • Rework Helm chart release automation (#39)
  • Add linting step to render charts in GitHub actions (#41)
  • Remove unused PostgresqlStandaloneOperatorConfig controller (#44)
  • Set static name for deployment in deployment namespace (#49)
  • Set explicit RBAC rules for provider-helm instead of cluster-admin (#63)
  • GH Actions: Distribute CRDs and provide tagged version in Antora (#66)
  • Install K8up and Minio in local environment (#67)
  • Refactoring and Cleanup code (#97)

🐛 Fixes

  • Fix deep-merging of helmvalues if values are not 'map[string]interface' (#57)
  • Fix deletion bugs in various places (#84)

📄 Documentation

  • Add API reference page for PostgresqlStandalone (#36)
  • Add tutorial page for Getting Started (#55)
  • Add installation tutorial (#64)

🔗 Dependency Updates

  • Update actions/checkout action to v3 (#25)
  • Update module github.com/norwoodj/helm-docs to v1.10.0 (#29)
  • Update dependency gh-pages to v4 (#32)
  • Update module github.com/urfave/cli/v2 to v2.6.0 (#23)
  • Update module sigs.k8s.io/controller-runtime to v0.12.0 (#33)
  • Update module sigs.k8s.io/kind to v0.13.0 (#31)
  • Update module sigs.k8s.io/kind to v0.14.0 (#48)
  • Update module github.com/urfave/cli/v2 to v2.7.1 (#47)
  • Update goreleaser/goreleaser-action action to v3 (#50)
  • Update module sigs.k8s.io/controller-tools to v0.9.0 (#53)
  • Update dependency docker.io/library/alpine to v3.16 (#56)
  • Update module github.com/urfave/cli/v2 to v2.8.1 (#51)
  • Update kubernetes packages to v0.24.2 (#65)
  • Update module github.com/urfave/cli/v2 to v2.10.2 (#73)
  • Update module sigs.k8s.io/controller-runtime to v0.12.2 (#45)
  • Update module github.com/k8up-io/k8up/v2 to v2.3.3 (#86)

This release doesn't contain any Helm chart changes.

v0.1.0-rc4

04 Jul 11:34
4dd0a4f
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release

8 changes since v0.1.0-rc3

🚀 Features

  • Enable instance backups (#69)
  • Use DB dumps for K8up backups (#80)
  • Implement updating instances (#88)

🐛 Fixes

  • Fix deletion bugs in various places (#84)

🔗 Dependency Updates

  • Update kubernetes packages to v0.24.2 (#65)
  • Update module github.com/urfave/cli/v2 to v2.10.2 (#73)
  • Update module sigs.k8s.io/controller-runtime to v0.12.2 (#45)
  • Update module github.com/k8up-io/k8up/v2 to v2.3.3 (#86)

This release doesn't contain any Helm chart changes.

provider-postgresql-0.4.0

04 Jul 11:24
a7ae063
Compare
Choose a tag to compare

This release contains only Helm chart changes

1 changes since provider-postgresql-0.3.1

🚀 Features

  • Add cluster role for users to chart (#98)

provider-postgresql-0.3.1

30 Jun 14:19
1a400a7
Compare
Choose a tag to compare

This release contains only Helm chart changes

2 changes since provider-postgresql-0.2.0

🚀 Features

  • Render PostgresqlStandaloneOperatorConfigs in chart (#87)

🛠️ Minor Changes

  • Add PVC permissions to cluster role in chart (#96)

provider-postgresql-0.2.0

27 Jun 13:31
fab1214
Compare
Choose a tag to compare

This release contains only Helm chart changes

2 changes since provider-postgresql-0.1.8

🚀 Features

  • Add support for existing external secrets (#81)
  • Add support for annotations in Service and Webhook config (#85)

provider-postgresql-0.1.8

23 Jun 15:13
96efaa9
Compare
Choose a tag to compare

This release contains only Helm chart changes

1 changes since provider-postgresql-0.1.7

🛠️ Minor Changes

  • Add K8up permissions to clusterrole (#79)

v0.1.0-rc3

07 Jun 08:55
e0c201c
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release

2 changes since v0.1.0-rc2

🚀 Features

  • Add instance deletion (#68)

🛠️ Minor Changes

  • Install K8up and Minio in local environment (#67)

This release doesn't contain any Helm chart changes.

v0.1.0-rc2

27 May 12:57
60d92d8
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

4 changes since v0.1.0-rc1

🛠️ Minor Changes

  • Set explicit RBAC rules for provider-helm instead of cluster-admin (#63)
  • GH Actions: Distribute CRDs and provide tagged version in Antora (#66)

📄 Documentation

  • Add installation tutorial (#64)

🔗 Dependency Updates

  • Update module github.com/urfave/cli/v2 to v2.8.1 (#51)

This release doesn't contain any Helm chart changes.

v0.1.0-rc1

24 May 12:34
5f3399c
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

24 changes since v0.0.0

🚀 Features

  • Deploy Helm release from a custom resource (#27)
  • Make the major version selector immutable (#35)
  • Prevent storage capacity decrease (#37)
  • Use status spec when creating new instances (#46)
  • Create connection secret when instance is ready (#52)
  • Add Network policy to allow connections from user namespace (#58)

🛠️ Minor Changes

  • Rework Helm chart release automation (#39)
  • Add linting step to render charts in GitHub actions (#41)
  • Remove unused PostgresqlStandaloneOperatorConfig controller (#44)
  • Set static name for deployment in deployment namespace (#49)

🐛 Fixes

  • Fix deep-merging of helmvalues if values are not 'map[string]interface' (#57)

📄 Documentation

  • Add API reference page for PostgresqlStandalone (#36)
  • Add tutorial page for Getting Started (#55)

🔗 Dependency Updates

  • Update actions/checkout action to v3 (#25)
  • Update module github.com/norwoodj/helm-docs to v1.10.0 (#29)
  • Update dependency gh-pages to v4 (#32)
  • Update module github.com/urfave/cli/v2 to v2.6.0 (#23)
  • Update module sigs.k8s.io/controller-runtime to v0.12.0 (#33)
  • Update module sigs.k8s.io/kind to v0.13.0 (#31)
  • Update module sigs.k8s.io/kind to v0.14.0 (#48)
  • Update module github.com/urfave/cli/v2 to v2.7.1 (#47)
  • Update goreleaser/goreleaser-action action to v3 (#50)
  • Update module sigs.k8s.io/controller-tools to v0.9.0 (#53)
  • Update dependency docker.io/library/alpine to v3.16 (#56)

This release doesn't contain any Helm chart changes.