Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.2](https://github.com/opzkit/database-user-operator/compare/v0.1.1...v0.1.2) (2026-03-12)


### Bug Fixes

* **deps:** update aws-sdk-go-v2 monorepo ([#14](https://github.com/opzkit/database-user-operator/issues/14)) ([2d8913e](https://github.com/opzkit/database-user-operator/commit/2d8913e24bf2064fc606f5b6c2303ba498bd6f9d))
* **deps:** update aws-sdk-go-v2 monorepo ([#78](https://github.com/opzkit/database-user-operator/issues/78)) ([2a8f998](https://github.com/opzkit/database-user-operator/commit/2a8f998c6208511c677677038ad16bada1be2e99))
* **deps:** update kubernetes packages to v0.35.0 ([#34](https://github.com/opzkit/database-user-operator/issues/34)) ([651909d](https://github.com/opzkit/database-user-operator/commit/651909d95a05571fc790246c695063cbd7fae00a))
* **deps:** update kubernetes packages to v0.35.2 ([#68](https://github.com/opzkit/database-user-operator/issues/68)) ([e00430c](https://github.com/opzkit/database-user-operator/commit/e00430c0cfad587005e17a8683c782a128121036))
* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.8 ([#77](https://github.com/opzkit/database-user-operator/issues/77)) ([87cf07a](https://github.com/opzkit/database-user-operator/commit/87cf07a59adab35bb383073f265ef0adbd2470c4))
* **deps:** update module github.com/lib/pq to v1.11.2 ([#59](https://github.com/opzkit/database-user-operator/issues/59)) ([388d518](https://github.com/opzkit/database-user-operator/commit/388d5186b73f95a7d238c29d460f9815ce4d189d))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.28.1 ([#31](https://github.com/opzkit/database-user-operator/issues/31)) ([099a361](https://github.com/opzkit/database-user-operator/commit/099a36195623b2aec400d3d032ab5f591aace1f7))
* **deps:** update module github.com/onsi/gomega to v1.39.1 ([#32](https://github.com/opzkit/database-user-operator/issues/32)) ([6bcc403](https://github.com/opzkit/database-user-operator/commit/6bcc4036aef4b002cdb817e18bc2b34eac772d9f))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.1 ([#52](https://github.com/opzkit/database-user-operator/issues/52)) ([ea0eae9](https://github.com/opzkit/database-user-operator/commit/ea0eae9c5f9050c5ecffceed3f034bb7b54a6338))
* use go-version-file instead of hardcoded version ([#86](https://github.com/opzkit/database-user-operator/issues/86)) ([1cd77de](https://github.com/opzkit/database-user-operator/commit/1cd77dea853b4afafa2215c03828351e572868c9))

## [0.1.1](https://github.com/opzkit/database-user-operator/compare/v0.1.0...v0.1.1) (2025-11-14)


Expand Down
4 changes: 2 additions & 2 deletions helm/database-user-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
A Kubernetes operator for managing PostgreSQL and MySQL databases with AWS
Secrets Manager integration and customizable secret templates
type: application
version: 0.1.1
appVersion: 0.1.1
version: 0.1.2
appVersion: 0.1.2
home: https://github.com/opzkit/database-user-operator
sources:
- https://github.com/opzkit/database-user-operator
Expand Down
2 changes: 1 addition & 1 deletion helm/database-user-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: ghcr.io/opzkit/database-user-operator
pullPolicy: IfNotPresent
tag: 0.1.1
tag: 0.1.2
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
Loading