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.7.0"
".": "0.7.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.7.1](https://github.com/opzkit/database-user-operator/compare/v0.7.0...v0.7.1) (2026-07-02)


### Bug Fixes

* **deps:** update aws-sdk-go-v2 monorepo ([#198](https://github.com/opzkit/database-user-operator/issues/198)) ([7dd4e08](https://github.com/opzkit/database-user-operator/commit/7dd4e080dd5ed8d457dd423c71e0ff8bcbc446bb))
* **deps:** update aws-sdk-go-v2 monorepo ([#200](https://github.com/opzkit/database-user-operator/issues/200)) ([4cb226c](https://github.com/opzkit/database-user-operator/commit/4cb226c285e0a4e16f9324932470524ed34d7201))
* **deps:** update aws-sdk-go-v2 monorepo ([#206](https://github.com/opzkit/database-user-operator/issues/206)) ([6dc2a72](https://github.com/opzkit/database-user-operator/commit/6dc2a7209dff24dcc330a6ab2914e520f13c19f5))
* **deps:** update aws-sdk-go-v2 monorepo to v1.32.25 ([#207](https://github.com/opzkit/database-user-operator/issues/207)) ([af544e5](https://github.com/opzkit/database-user-operator/commit/af544e5e18c69e7bd7ecc39e6fd1c460a11f87a6))
* **deps:** update kubernetes to v0.36.2 ([#210](https://github.com/opzkit/database-user-operator/issues/210)) ([1ebf4a7](https://github.com/opzkit/database-user-operator/commit/1ebf4a7bf72562b84dd1b159efd70d941fcbbfe7))
* **deps:** update module github.com/infisical/go-sdk to v0.8.0 ([#187](https://github.com/opzkit/database-user-operator/issues/187)) ([ab6a005](https://github.com/opzkit/database-user-operator/commit/ab6a005e91ac3543e27d4ae72c90512683b621a0))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.30.0 ([#208](https://github.com/opzkit/database-user-operator/issues/208)) ([b065181](https://github.com/opzkit/database-user-operator/commit/b06518132e64279534e9deddcb3cba785255718c))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.31.0 ([#212](https://github.com/opzkit/database-user-operator/issues/212)) ([d5f2f50](https://github.com/opzkit/database-user-operator/commit/d5f2f50a4a5d53ff82dfc4bd7607a6dca965bfcc))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.32.0 ([#218](https://github.com/opzkit/database-user-operator/issues/218)) ([98589f3](https://github.com/opzkit/database-user-operator/commit/98589f38736b861349f6606202ad3e848a53e597))
* **deps:** update module github.com/onsi/gomega to v1.42.0 ([#213](https://github.com/opzkit/database-user-operator/issues/213)) ([c2662a1](https://github.com/opzkit/database-user-operator/commit/c2662a14205f100efeff84d636fd0a3f07eeb409))
* **deps:** update module github.com/onsi/gomega to v1.42.1 ([#219](https://github.com/opzkit/database-user-operator/issues/219)) ([9375ae6](https://github.com/opzkit/database-user-operator/commit/9375ae6eb5c9873c2cdfdb387896c47de8a17641))

## [0.7.0](https://github.com/opzkit/database-user-operator/compare/v0.6.0...v0.7.0) (2026-06-01)


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.7.0
appVersion: 0.7.0
version: 0.7.1
appVersion: 0.7.1
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.7.0
tag: 0.7.1
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
Loading