Skip to content

Commit

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


##
[1.11.0-uds.2](v1.11.0-uds.1...v1.11.0-uds.2)
(2024-06-12)


### ⚠ BREAKING CHANGES

* enable istio and netpols for everything
([#37](#37))

### Features

* enable istio and netpols for everything
([#37](#37))
([642a38d](642a38d))


### Miscellaneous

* cleanup the repo
([#34](#34))
([6fa6840](6fa6840))
* **deps:** update postgres support dependencies
([#29](#29))
([1c55b70](1c55b70))
* **deps:** update postgres support dependencies
([#36](#36))
([87c07ab](87c07ab))

---
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] committed Jun 12, 2024
1 parent 87c07ab commit c88f9fd
Show file tree
Hide file tree
Showing 6 changed files with 24 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.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

0 comments on commit c88f9fd

Please sign in to comment.