Skip to content

Commit

Permalink
chore(main): release 1.10.1-uds.5 (#15)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.10.1-uds.5](v1.10.1-uds.4...v1.10.1-uds.5)
(2024-03-29)


### Miscellaneous

* **deps:** update postgres support dependencies
([#17](#17))
([0a37841](0a37841))
* hotfix renovate config registries
([6238f93](6238f93))
* update to uds-common v0.3.9 and add upgrade-tests
([5a581ca](5a581ca))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 1, 2024
1 parent 0a37841 commit 8dde9f7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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 @@
{
".": "1.10.1-uds.4"
".": "1.10.1-uds.5"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## [1.10.1-uds.5](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.10.1-uds.4...v1.10.1-uds.5) (2024-03-29)


### Miscellaneous

* **deps:** update postgres support dependencies ([#17](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/17)) ([0a37841](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/0a3784196133d7495b4f38b4a4edea7e4c5dc632))
* hotfix renovate config registries ([6238f93](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/6238f9367ebb3d0a42b20722eb4a8186c6705137))
* update to uds-common v0.3.9 and add upgrade-tests ([5a581ca](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/5a581ca1914eb185312905ad2dbe057dd382b370))

## [1.10.1-uds.4](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.10.1-uds.3...v1.10.1-uds.4) (2024-03-05)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: postgres-operator-test
description: A UDS bundle for deploying Zalando Postgres Operator and on a development cluster
# x-release-please-start-version
version: 1.10.1-uds.4
version: 1.10.1-uds.5
# x-release-please-end

packages:
Expand All @@ -13,7 +13,7 @@ packages:
- name: postgres-operator
path: ../
# x-release-please-start-version
ref: 1.10.1-uds.4
ref: 1.10.1-uds.5
# x-release-please-end
overrides:
postgres-operator:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "1.10.1-uds.4"
version: "1.10.1-uds.5"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1-uds.4
1.10.1-uds.5
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "A deployment of zalando postgres operator"
url: https://github.com/zalando/postgres-operator
# x-release-please-start-version
version: "1.10.1-uds.4"
version: "1.10.1-uds.5"
# x-release-please-end

components:
Expand Down

0 comments on commit 8dde9f7

Please sign in to comment.