Skip to content

Commit

Permalink
chore(main): release 16.10.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent f8c97fb commit 56743b1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 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 @@
{
".": "16.10.0-uds.0"
".": "16.10.0-uds.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [16.10.0-uds.1](https://github.com/defenseunicorns/uds-package-gitlab-runner/compare/v16.10.0-uds.0...v16.10.0-uds.1) (2024-04-30)


### Miscellaneous

* **deps:** update gitlab runner support dependencies ([#71](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/71)) ([19eabac](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/19eabac881b710ba0fc0d7baa03aaf8b9d71db75))
* **deps:** update gitlab runner support dependencies ([#75](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/75)) ([f8c97fb](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/f8c97fbf41a61b355f64d4583da1a809af6ceb0a))
* hotfix the update to spoof the release ([#69](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/69)) ([5056b18](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/5056b189f7f6491e15b19cce079cbce3ff5fbf17))
* improve jest test patterns ([#73](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/73)) ([6c60a90](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/6c60a90feaefc7873b2bd87ace27e1beb198845d))

## [16.10.0-uds.0](https://github.com/defenseunicorns/uds-package-gitlab-runner/compare/v16.9.1-uds.2...v16.10.0-uds.0) (2024-03-29)


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: gitlab-test
description: A UDS bundle for deploying Gitlab Runner on a development cluster (req's GitLab to be installed first)
# x-release-please-start-version
version: 16.10.0-uds.0
version: 16.10.0-uds.1
# x-release-please-end

packages:
- name: gitlab-runner
path: ../
# x-release-please-start-version
ref: 16.10.0-uds.0
ref: 16.10.0-uds.1
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "16.10.0-uds.0"
version: "16.10.0-uds.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.0-uds.0
16.10.0-uds.1
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: gitlab-runner
description: "UDS GitLab Runner Zarf Package"
# x-release-please-start-version
version: "16.10.0-uds.0"
version: "16.10.0-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit 56743b1

Please sign in to comment.