Skip to content

Commit

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

chore(main): release 0.121.5
  • Loading branch information
hef authored Jan 20, 2024
2 parents 801a8e0 + f05326c commit 4298ad2
Show file tree
Hide file tree
Showing 5 changed files with 12 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.4"
".": "0.121.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.121.5](https://github.com/hef/dbman/compare/v0.121.4...v0.121.5) (2024-01-20)


### Bug Fixes

* **crd:** putting old crd versions back in ([801a8e0](https://github.com/hef/dbman/commit/801a8e0f25b52aca1fc3373f8c5f36b8435c0e14))

## [0.121.4](https://github.com/hef/dbman/compare/v0.121.3...v0.121.4) (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.4"
version = "0.121.5"
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.4
appVersion: 0.121.4
version: 0.121.5
appVersion: 0.121.5

0 comments on commit 4298ad2

Please sign in to comment.