Skip to content

Commit

Permalink
chore(main): release 17.0.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent 1067019 commit c3416db
Show file tree
Hide file tree
Showing 6 changed files with 13 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 @@
{
".": "17.0.0-uds.0"
".": "17.0.0-uds.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [17.0.0-uds.1](https://github.com/defenseunicorns/uds-package-gitlab-runner/compare/v17.0.0-uds.0...v17.0.0-uds.1) (2024-06-05)


### Features

* add wait for GLR package CR readiness ([#88](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/88)) ([1067019](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/10670191ad7472591771b42087f4f3b737302e0c))

## [17.0.0-uds.0](https://github.com/defenseunicorns/uds-package-gitlab-runner/compare/v16.11.0-uds.0...v17.0.0-uds.0) (2024-05-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: 17.0.0-uds.0
version: 17.0.0-uds.1
# x-release-please-end

packages:
- name: gitlab-runner
path: ../
# x-release-please-start-version
ref: 17.0.0-uds.0
ref: 17.0.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: "17.0.0-uds.0"
version: "17.0.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 @@
17.0.0-uds.0
17.0.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: "17.0.0-uds.0"
version: "17.0.0-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit c3416db

Please sign in to comment.