Skip to content

Commit

Permalink
chore(main): release 1.11.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 30, 2024
1 parent 4839d50 commit 3973475
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.11.0-uds.0"
".": "1.11.0-uds.1"
}
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.11.0-uds.1](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.11.0-uds.0...v1.11.0-uds.1) (2024-04-30)


### Miscellaneous

* **deps:** update postgres support dependencies ([#24](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/24)) ([e08e679](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/e08e67942f8c502a3819c15be5eb35407b53c7de))
* **deps:** update postgres support dependencies ([#26](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/26)) ([7d02d31](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/7d02d3171cb02b69e515f56199de9ae12a43eb0f))
* fix the allowed versions of postgres ([#28](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/28)) ([4839d50](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/4839d5080189428a4b8d977fb718c3b9f6ba3638))

## [1.11.0-uds.0](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.10.1-uds.5...v1.11.0-uds.0) (2024-04-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.11.0-uds.0
version: 1.11.0-uds.1
# x-release-please-end

packages:
Expand All @@ -13,7 +13,7 @@ packages:
- name: postgres-operator
path: ../
# x-release-please-start-version
ref: 1.11.0-uds.0
ref: 1.11.0-uds.1
# 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 @@ -20,5 +20,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "1.11.0-uds.0"
version: "1.11.0-uds.1"
# 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.11.0-uds.0
1.11.0-uds.1
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.11.0-uds.0"
version: "1.11.0-uds.1"
# x-release-please-end

components:
Expand Down

0 comments on commit 3973475

Please sign in to comment.