Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.1.2 #317

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.2](https://github.com/defenseunicorns/uds-common/compare/v1.1.1...v1.1.2) (2024-10-22)


### Miscellaneous

* **docs:** update CODEOWNERS example ([#302](https://github.com/defenseunicorns/uds-common/issues/302)) ([cf9959f](https://github.com/defenseunicorns/uds-common/commit/cf9959f7121f35b56748d62df5400d4ed3ac273d))
* improve badge verification and dep installs ([#316](https://github.com/defenseunicorns/uds-common/issues/316)) ([047cc5b](https://github.com/defenseunicorns/uds-common/commit/047cc5b52dacfbc77a60b2ea13d507237451c529))

## [1.1.1](https://github.com/defenseunicorns/uds-common/compare/v1.1.0...v1.1.1) (2024-10-18)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ metadata:
name: test
description: The testing UDS bundle
# x-release-please-start-version
version: 1.1.1
version: 1.1.2
# x-release-please-end

packages:
- name: nginx
path: ../
# x-release-please-start-version
ref: 1.1.1
ref: 1.1.2
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 1.1.1
version: 1.1.2
# x-release-please-end
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: nginx
description: UDS nginx package
# x-release-please-start-version
version: 1.1.1
version: 1.1.2
# x-release-please-end


Expand Down
Loading