Skip to content

Commit

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


##
[1.13.0-uds.2](v1.13.0-uds.1...v1.13.0-uds.2)
(2024-09-25)


### ⚠ BREAKING CHANGES

* add additional config options and update default pasword encryption
for fips
([#65](#65))

### Features

* add additional config options and update default pasword encryption
for fips
([#65](#65))
([a3e23b4](a3e23b4))

---
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 Sep 25, 2024
1 parent a3e23b4 commit eb0fc80
Show file tree
Hide file tree
Showing 6 changed files with 17 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.1"
".": "1.13.0-uds.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

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


### ⚠ BREAKING CHANGES

* add additional config options and update default pasword encryption for fips ([#65](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/65))

### Features

* add additional config options and update default pasword encryption for fips ([#65](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/65)) ([a3e23b4](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/a3e23b4d75f67832d1d2452c068e0155805d12f0))

## [1.13.0-uds.1](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.13.0-uds.0...v1.13.0-uds.1) (2024-09-19)


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.13.0-uds.1
version: 1.13.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.13.0-uds.1
ref: 1.13.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 @@ -21,5 +21,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "1.13.0-uds.1"
version: "1.13.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.13.0-uds.1
1.13.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.13.0-uds.1"
version: "1.13.0-uds.2"
# x-release-please-end

components:
Expand Down

0 comments on commit eb0fc80

Please sign in to comment.