Skip to content

Commit

Permalink
chore: release main (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 16, 2024
1 parent 05f8301 commit d8c0b34
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"test": "0.2.0-uds.0",
"test-2": "0.2.0-uds.0"
"test": "0.2.0-uds.1",
"test-2": "0.2.0-uds.1"
}
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
packages:
- name: test
path: ../test
ref: 0.2.0-uds.0
ref: 0.2.0-uds.1
- name: gitlab-postgres
path: ../test-2
ref: 0.2.0-uds.0
ref: 0.2.0-uds.1
12 changes: 12 additions & 0 deletions test-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0-uds.1](https://github.com/MxNxPx/quick-test/compare/v0.2.0-uds.0...v0.2.0-uds.1) (2024-01-16)


### Bug Fixes

* diff verz for pkgz again ([#49](https://github.com/MxNxPx/quick-test/issues/49)) ([4407c37](https://github.com/MxNxPx/quick-test/commit/4407c3721098bce2da181de6539a303aacfe7845))


### Miscellaneous

* release main ([#50](https://github.com/MxNxPx/quick-test/issues/50)) ([8fa9799](https://github.com/MxNxPx/quick-test/commit/8fa9799b8a3517035522bc9b3f5193d976cfad0d))

## [0.2.0-uds.0](https://github.com/MxNxPx/quick-test/compare/v0.4.2-uds.0...v0.2.0-uds.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion test-2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-uds.0
0.2.0-uds.1
2 changes: 1 addition & 1 deletion test-2/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: test-2
description: "test too"
# x-release-please-start-version
version: "0.2.0-uds.0"
version: "0.2.0-uds.1"
# x-release-please-end
url: https://github.com/kubernetes-sigs/external-dns
architecture: amd64
Expand Down
12 changes: 12 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0-uds.1](https://github.com/MxNxPx/quick-test/compare/v0.2.0-uds.0...v0.2.0-uds.1) (2024-01-16)


### Bug Fixes

* diff verz for pkgz again ([#49](https://github.com/MxNxPx/quick-test/issues/49)) ([4407c37](https://github.com/MxNxPx/quick-test/commit/4407c3721098bce2da181de6539a303aacfe7845))


### Miscellaneous

* release main ([#50](https://github.com/MxNxPx/quick-test/issues/50)) ([8fa9799](https://github.com/MxNxPx/quick-test/commit/8fa9799b8a3517035522bc9b3f5193d976cfad0d))

## [0.2.0-uds.0](https://github.com/MxNxPx/quick-test/compare/v0.5.1-uds.0...v0.2.0-uds.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion test/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-uds.0
0.2.0-uds.1
2 changes: 1 addition & 1 deletion test/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: test
description: "test"
# x-release-please-start-version
version: "0.2.0-uds.0"
version: "0.2.0-uds.1"
# x-release-please-end
url: https://github.com/kubernetes-sigs/external-dns
architecture: amd64
Expand Down

0 comments on commit d8c0b34

Please sign in to comment.