From 15e43f6f414d7e597df69e80444286236a65d04d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:34:30 -0600 Subject: [PATCH] chore(main): release 1.13.0-uds.3 (#71) :robot: I have created a release *beep* *boop* --- ## [1.13.0-uds.3](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.13.0-uds.2...v1.13.0-uds.3) (2024-10-28) ### Features * add unicorn flavor ([#77](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/77)) ([3f740e3](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/3f740e3f94a26b6c2b06c15e5c225ce56594c860)) ### Bug Fixes * postgress-operator validation ([#67](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/67)) ([133a1c7](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/133a1c7f28b74756f558c65a2d99345271dc8ce7)) * validate package with full resource name ([#69](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/69)) ([ad69811](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/ad6981150033aac60d59c1686170161a512952df)) ### Miscellaneous * **deps:** update package-deps to v1.13.0 ([#72](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/72)) ([3648417](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/3648417eadc11b246f58ff3e42e5a984d4272936)) * **deps:** update postgres support dependencies ([#60](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/60)) ([10fb7c4](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/10fb7c4aa93b582b5bf260b6e41227595ea45ec4)) * **deps:** update support-deps to v1 ([#70](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/70)) ([babace2](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/babace2ee72587f2438aa584ec352061e54b5414)) * **deps:** update support-deps to v1.1.2 ([#73](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/73)) ([e578edd](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/e578edd3ab97870d86157dbcbaf1bb971001801b)) * set fail-fast to true on test matrix ([#76](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/76)) ([575f539](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/575f53966e747fa57642cd86b5351da57953618d)) * silver badge, streamline the README and GH permissions ([#75](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/75)) ([14f4536](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/14f45364a875f7873087654aa6a3c778e16d3f75)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ bundle/uds-bundle.yaml | 4 ++-- tasks.yaml | 2 +- version.txt | 2 +- zarf.yaml | 2 +- 6 files changed, 29 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e2cdf5..3348c13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0-uds.2" + ".": "1.13.0-uds.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e649df2..ba4965b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [1.13.0-uds.3](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.13.0-uds.2...v1.13.0-uds.3) (2024-10-28) + + +### Features + +* add unicorn flavor ([#77](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/77)) ([3f740e3](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/3f740e3f94a26b6c2b06c15e5c225ce56594c860)) + + +### Bug Fixes + +* postgress-operator validation ([#67](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/67)) ([133a1c7](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/133a1c7f28b74756f558c65a2d99345271dc8ce7)) +* validate package with full resource name ([#69](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/69)) ([ad69811](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/ad6981150033aac60d59c1686170161a512952df)) + + +### Miscellaneous + +* **deps:** update package-deps to v1.13.0 ([#72](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/72)) ([3648417](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/3648417eadc11b246f58ff3e42e5a984d4272936)) +* **deps:** update postgres support dependencies ([#60](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/60)) ([10fb7c4](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/10fb7c4aa93b582b5bf260b6e41227595ea45ec4)) +* **deps:** update support-deps to v1 ([#70](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/70)) ([babace2](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/babace2ee72587f2438aa584ec352061e54b5414)) +* **deps:** update support-deps to v1.1.2 ([#73](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/73)) ([e578edd](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/e578edd3ab97870d86157dbcbaf1bb971001801b)) +* set fail-fast to true on test matrix ([#76](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/76)) ([575f539](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/575f53966e747fa57642cd86b5351da57953618d)) +* silver badge, streamline the README and GH permissions ([#75](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/75)) ([14f4536](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/14f45364a875f7873087654aa6a3c778e16d3f75)) + ## [1.13.0-uds.2](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.13.0-uds.1...v1.13.0-uds.2) (2024-09-25) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 51fa2d7..7ce7e1a 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -6,7 +6,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.13.0-uds.2 + version: 1.13.0-uds.3 # x-release-please-end packages: @@ -18,7 +18,7 @@ packages: - name: postgres-operator path: ../ # x-release-please-start-version - ref: 1.13.0-uds.2 + ref: 1.13.0-uds.3 # x-release-please-end overrides: postgres-operator: diff --git a/tasks.yaml b/tasks.yaml index 6951f11..e5fdc4f 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -82,5 +82,5 @@ tasks: task: publish:package with: # x-release-please-start-version - version: "1.13.0-uds.2" + version: "1.13.0-uds.3" # x-release-please-end diff --git a/version.txt b/version.txt index 1ece499..ac1550d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.13.0-uds.2 +1.13.0-uds.3 diff --git a/zarf.yaml b/zarf.yaml index b5e1adc..f8c4ad9 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -7,7 +7,7 @@ metadata: description: "A deployment of zalando postgres operator" url: https://github.com/zalando/postgres-operator # x-release-please-start-version - version: "1.13.0-uds.2" + version: "1.13.0-uds.3" # x-release-please-end components: