Skip to content

Commit

Permalink
Merge pull request #113 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.1
  • Loading branch information
hef authored Jan 21, 2024
2 parents 6f588bc + 6edf92f commit 71f3fbe
Show file tree
Hide file tree
Showing 5 changed files with 16 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.122.0"
".": "0.122.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### Bug Fixes

* **doc:** fix formatting in readme ([190b79d](https://github.com/hef/dbman/commit/190b79d942f8e94479c06856cbc08f53707dc3ae))
* **doc:** fix some missed snake_case to camelCase issues ([6f588bc](https://github.com/hef/dbman/commit/6f588bcc3569ecdeada4e79a016ee5b0d7d7f387))
* **doc:** updating docs on ownerRef and credentials ([dcda17b](https://github.com/hef/dbman/commit/dcda17b4e5cb6cbd21cf64ccdad6724e01f39e36))
* **owner:** check for out of date owner and update ([d03de00](https://github.com/hef/dbman/commit/d03de00314d067faee2b0bc4cd49931118a93ba1))
* **ownerRef:** don't try and overwrite owner heritage ([f60e514](https://github.com/hef/dbman/commit/f60e51450f8fc723e6b26cdb270d4c0ec8ca3939))

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


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.122.0"
version = "0.122.1"
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.122.0
appVersion: 0.122.0
version: 0.122.1
appVersion: 0.122.1

0 comments on commit 71f3fbe

Please sign in to comment.