Skip to content

Commit

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


##
[1.11.0-uds.0](v1.10.1-uds.5...v1.11.0-uds.0)
(2024-04-05)


### Miscellaneous

* add formatting to make the warning stand out more
([#23](#23))
([42fca2f](42fca2f))
* **deps:** update postgres package dependencies
([#16](#16))
([b91ec33](b91ec33))
* **deps:** update postgres support dependencies
([#22](#22))
([a7fefa8](a7fefa8))
* fix missing import in publish task
([#20](#20))
([ff35f91](ff35f91))

---
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 5, 2024
1 parent 42fca2f commit 3f13b8d
Show file tree
Hide file tree
Showing 6 changed files with 16 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.5"
".": "1.11.0-uds.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [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)


### Miscellaneous

* add formatting to make the warning stand out more ([#23](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/23)) ([42fca2f](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/42fca2fbb0aa58bfc895215cbeee94721ac2b6b1))
* **deps:** update postgres package dependencies ([#16](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/16)) ([b91ec33](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/b91ec332e0f73973b98c0b31af0915e0900b85a8))
* **deps:** update postgres support dependencies ([#22](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/22)) ([a7fefa8](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/a7fefa8f321b9898e5754a2ccba916991ddd9b18))
* fix missing import in publish task ([#20](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/20)) ([ff35f91](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/ff35f9183f3eb3757e339f6e2c0472eb5f1fc971))

## [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)


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.5
version: 1.11.0-uds.0
# 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.5
ref: 1.11.0-uds.0
# 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.10.1-uds.5"
version: "1.11.0-uds.0"
# 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.5
1.11.0-uds.0
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.5"
version: "1.11.0-uds.0"
# x-release-please-end

components:
Expand Down

0 comments on commit 3f13b8d

Please sign in to comment.