Skip to content

Commit ed7206b

Browse files
chore(main): release 1.10.1-uds.4 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ab7735 commit ed7206b

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.1-uds.3"
2+
".": "1.10.1-uds.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.10.1-uds.4](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.10.1-uds.3...v1.10.1-uds.4) (2024-03-05)
6+
7+
8+
### ci
9+
10+
* fix oci publish issue ([#11](https://github.com/defenseunicorns/uds-package-postgres-operator/issues/11)) ([6ab7735](https://github.com/defenseunicorns/uds-package-postgres-operator/commit/6ab7735dce5b61de9f4589f51ad5c7a14397e8d4))
11+
512
## [1.10.1-uds.3](https://github.com/defenseunicorns/uds-package-postgres-operator/compare/v1.10.1-uds.2...v1.10.1-uds.3) (2024-03-04)
613

714

bundle/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: postgres-operator-test
44
description: A UDS bundle for deploying Zalando Postgres Operator and on a development cluster
55
# x-release-please-start-version
6-
version: 1.10.1-uds.3
6+
version: 1.10.1-uds.4
77
# x-release-please-end
88

99
packages:
@@ -13,7 +13,7 @@ packages:
1313
- name: postgres-operator
1414
path: ../
1515
# x-release-please-start-version
16-
ref: 1.10.1-uds.3
16+
ref: 1.10.1-uds.4
1717
# x-release-please-end
1818
overrides:
1919
postgres-operator:

tasks/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
- name: VERSION
99
description: The version of the package to build
1010
# x-release-please-start-version
11-
default: "1.10.1-uds.3"
11+
default: "1.10.1-uds.4"
1212
# x-release-please-end
1313

1414
- name: FLAVOR

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.1-uds.3
1+
1.10.1-uds.4

zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: "A deployment of zalando postgres operator"
55
url: https://github.com/zalando/postgres-operator
66
# x-release-please-start-version
7-
version: "1.10.1-uds.3"
7+
version: "1.10.1-uds.4"
88
# x-release-please-end
99

1010
components:

0 commit comments

Comments
 (0)