Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#327)
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 Oct 29, 2024
1 parent 2c8bb0d commit d59b1c6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 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 @@
{
".": "1.2.1"
".": "1.2.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.2](https://github.com/defenseunicorns/uds-common/compare/v1.2.1...v1.2.2) (2024-10-29)


### Features

* allow alternate paths for the check flavor zarf.yaml ([#326](https://github.com/defenseunicorns/uds-common/issues/326)) ([d3ecafd](https://github.com/defenseunicorns/uds-common/commit/d3ecafdf8a124c8b722b34e41097bf08fe5b8036))


### Miscellaneous

* **deps:** update uds common support dependencies to v0.30.0 ([#328](https://github.com/defenseunicorns/uds-common/issues/328)) ([2c8bb0d](https://github.com/defenseunicorns/uds-common/commit/2c8bb0dfdd86611b32601fc9c4083fba6ea735aa))

## [1.2.1](https://github.com/defenseunicorns/uds-common/compare/v1.2.0...v1.2.1) (2024-10-28)


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.2.1
version: 1.2.2
# x-release-please-end

packages:
- name: nginx
path: ../
# x-release-please-start-version
ref: 1.2.1
ref: 1.2.2
# x-release-please-end
6 changes: 3 additions & 3 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
flavors:
- name: upstream
# x-release-please-start-version
version: 1.2.1
version: 1.2.2
# x-release-please-end
- name: registry1
# x-release-please-start-version
version: 1.2.1
version: 1.2.2
# x-release-please-end
- name: unicorn
# x-release-please-start-version
version: 1.2.1
version: 1.2.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 @@ -16,7 +16,7 @@ includes:
variables:
- name: VERSION
# x-release-please-start-version
default: 1.2.1
default: 1.2.2
# x-release-please-end

tasks:
Expand Down
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.2.1
version: 1.2.2
# x-release-please-end


Expand Down

0 comments on commit d59b1c6

Please sign in to comment.