Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.11.0-uds.2 #35

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1"
".": "1.11.0-uds.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [1.11.0-uds.2](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.11.0-uds.1...v1.11.0-uds.2) (2024-06-12)


### ⚠ BREAKING CHANGES

* enable istio and netpols for everything ([#37](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/37))

### Features

* enable istio and netpols for everything ([#37](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/37)) ([642a38d](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/642a38d91f07e5564e9c74742c8a8f0be2a860cf))


### Miscellaneous

* cleanup the repo ([#34](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/34)) ([6fa6840](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/6fa6840f61b3fca289fd0e2b8a4a42f807bd850e))
* **deps:** update postgres support dependencies ([#29](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/29)) ([1c55b70](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/1c55b7010c9efc5f2c3e8a18d7d63a82b61e27e8))
* **deps:** update postgres support dependencies ([#36](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/36)) ([87c07ab](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/87c07ab27de9703cb6bd8cb15cc076dbdb870956))

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


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.1
version: 1.11.0-uds.2
# x-release-please-end

packages:
Expand All @@ -15,7 +15,7 @@ packages:
- name: postgres-operator
path: ../
# x-release-please-start-version
ref: 1.11.0-uds.1
ref: 1.11.0-uds.2
# 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.1"
version: "1.11.0-uds.2"
# 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.1
1.11.0-uds.2
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.1"
version: "1.11.0-uds.2"
# x-release-please-end

components:
Expand Down
Loading