Skip to content

Commit

Permalink
chore(main): release 0.4.6 (#142)
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 Jun 10, 2024
1 parent bec4fc3 commit 7cb81b1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 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 @@
{
".": "0.4.5"
".": "0.4.6"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.6](https://github.com/defenseunicorns/uds-common/compare/v0.4.5...v0.4.6) (2024-06-10)


### Bug Fixes

* renovate incorrectly matching oci helm charts for helm datasources ([#141](https://github.com/defenseunicorns/uds-common/issues/141)) ([2761f2a](https://github.com/defenseunicorns/uds-common/commit/2761f2a5f69bae3967bb8a9ff6d392007f90a21b))


### Miscellaneous

* allow debug logs to continue through failure ([#146](https://github.com/defenseunicorns/uds-common/issues/146)) ([bec4fc3](https://github.com/defenseunicorns/uds-common/commit/bec4fc330d720673f645bda7e56006218ec96aad))
* **deps:** update uds common support dependencies to v0.22.1 ([#144](https://github.com/defenseunicorns/uds-common/issues/144)) ([d618bd2](https://github.com/defenseunicorns/uds-common/commit/d618bd2be3f75d62346594cb8d6d8c339b074f93))

## [0.4.5](https://github.com/defenseunicorns/uds-common/compare/v0.4.4...v0.4.5) (2024-05-30)


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,12 +3,12 @@ metadata:
name: test
description: The testing UDS bundle
# x-release-please-start-version
version: 0.4.5
version: 0.4.6
# x-release-please-end

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.4.5
ref: 0.4.6
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 0.4.5
version: 0.4.6
# x-release-please-end

- name: test
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: ZarfPackageConfig
metadata:
name: podinfo
# x-release-please-start-version
version: 0.4.5
version: 0.4.6
# x-release-please-end

components:
Expand Down

0 comments on commit 7cb81b1

Please sign in to comment.