Skip to content

Commit

Permalink
Merge pull request #112 from hef/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--dbman

chore(main): release 0.122.0
  • Loading branch information
hef authored Jan 21, 2024
2 parents d11b42f + 148671c commit f5ca6cf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
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.121.8"
".": "0.122.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.122.0](https://github.com/hef/dbman/compare/v0.121.8...v0.122.0) (2024-01-21)


### Features

* **db:** making setting a db owner optional ([d45e589](https://github.com/hef/dbman/commit/d45e58982403ce3611f7d8ffeaa4262ce9ba888a))
* **dbman:** enable pulling owner from other database cr ([02f0860](https://github.com/hef/dbman/commit/02f0860c3a57109c52e439c88f0fa4682dabbe71))


### Bug Fixes

* **ci:** only push helm chart on tag ([d11b42f](https://github.com/hef/dbman/commit/d11b42fb2aa09f402c437ef28f915e73c7621d4b))
* **code:** minor code cleanup, handle all errors ([6cfbcff](https://github.com/hef/dbman/commit/6cfbcff81884e3ceb6f6b1cddeac0ed6e581091d))
* **creds:** make missing credentials block not an error on database CR ([411b609](https://github.com/hef/dbman/commit/411b609fa48421c08150443aedf1291d26b90474))

## [0.121.8](https://github.com/hef/dbman/compare/v0.121.7...v0.121.8) (2024-01-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbman"
version = "0.121.8"
version = "0.122.0"
edition = "2021"
default-run = "controller"
authors = ["hef"]
Expand Down
4 changes: 2 additions & 2 deletions charts/dbman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: dbman
description: A Helm chart for Kubernetes
type: application
version: 0.121.8
appVersion: 0.121.8
version: 0.122.0
appVersion: 0.122.0

0 comments on commit f5ca6cf

Please sign in to comment.