Skip to content

Commit

Permalink
chore: release main (#36)
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 4c466df commit 48d2486
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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)


Expand Down
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.0.1-uds.2"
version: "0.0.1-uds.3"
# x-release-please-end
url: https://github.com/kubernetes-sigs/external-dns
architecture: amd64
Expand Down

0 comments on commit 48d2486

Please sign in to comment.