From 48d24863dba03c5b52f68e41c009e60110ee9576 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:59:26 -0500 Subject: [PATCH] chore: release main (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ bundle/uds-bundle.yaml | 4 ++-- test/CHANGELOG.md | 12 ++++++++++++ test/zarf.yaml | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74567bc..ca726d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.0.1-uds.3", - "test": "0.0.1-uds.2", + ".": "0.0.1-uds.4", + "test": "0.0.1-uds.3", "test-2": "0.0.1-uds.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ea3c9..3355835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.1-uds.4](https://github.com/MxNxPx/quick-test/compare/v0.0.1-uds.3...v0.0.1-uds.4) (2024-01-16) + + +### Features + +* add repo's reason to exist ([#37](https://github.com/MxNxPx/quick-test/issues/37)) ([4c466df](https://github.com/MxNxPx/quick-test/commit/4c466df7ed4261a2664d92e74d1b63f3b54267d5)) + ## [0.0.1-uds.3](https://github.com/MxNxPx/quick-test/compare/v0.0.1-uds.2...v0.0.1-uds.3) (2024-01-16) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 930e94c..0db8752 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -2,11 +2,11 @@ kind: UDSBundle metadata: name: test-bundle description: A UDS bundle for testing - version: 0.0.1-uds.3 + version: 0.0.1-uds.4 packages: - name: test path: ../test - ref: 0.0.1-uds.2 + ref: 0.0.1-uds.3 - name: gitlab-postgres path: ../test-2 ref: 0.0.1-uds.2 diff --git a/test/CHANGELOG.md b/test/CHANGELOG.md index 2a090be..0f4062e 100644 --- a/test/CHANGELOG.md +++ b/test/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.1-uds.3](https://github.com/MxNxPx/quick-test/compare/v0.0.1-uds.2...v0.0.1-uds.3) (2024-01-16) + + +### Bug Fixes + +* corrected comments ([#34](https://github.com/MxNxPx/quick-test/issues/34)) ([530a556](https://github.com/MxNxPx/quick-test/commit/530a5564342f9185175ddca8215f0c4a010c2e6b)) + + +### Miscellaneous + +* release main ([#35](https://github.com/MxNxPx/quick-test/issues/35)) ([c58aa28](https://github.com/MxNxPx/quick-test/commit/c58aa2894bbb398a0e7cf23ef6c4cd9f8448bd58)) + ## [0.0.1-uds.2](https://github.com/MxNxPx/quick-test/compare/v0.0.1-uds.1...v0.0.1-uds.2) (2024-01-16) diff --git a/test/zarf.yaml b/test/zarf.yaml index 6272981..b502549 100644 --- a/test/zarf.yaml +++ b/test/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: test description: "test" # x-release-please-start-version - version: "0.0.1-uds.2" + version: "0.0.1-uds.3" # x-release-please-end url: https://github.com/kubernetes-sigs/external-dns architecture: amd64