Skip to content

Commit

Permalink
chore(main): release 1.13.0-uds.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 575f539 commit 36f2a89
Show file tree
Hide file tree
Showing 6 changed files with 23 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.13.0-uds.2"
".": "1.13.0-uds.3"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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-24)


### Bug Fixes

* 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)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-uds.2
1.13.0-uds.3
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 36f2a89

Please sign in to comment.