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 27, 2024
1 parent 6f13ee1 commit e57697b
Show file tree
Hide file tree
Showing 6 changed files with 32 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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 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-27)


### ⚠ BREAKING CHANGES

* update to the new runner registration system ([#93](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/93))
* allow for configurability to zarf ignore the sandbox ([#90](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/90))

### 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))
* allow for configurability to zarf ignore the sandbox ([#90](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/90)) ([3da0e53](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/3da0e539b0441b836c9c4e8a64019286b320d492))


### Bug Fixes

* update to the new runner registration system ([#93](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/93)) ([6a4c5e0](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/6a4c5e092db7fbf48d67d9d600b36d6951f833b0))


### Miscellaneous

* add an ADR for the GitLab runner sandbox Zarf agent ignore setting ([#100](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/100)) ([6f13ee1](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/6f13ee1973e4b64d18733a524f45ac83734dbe50))
* add pre release testing ([#95](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/95)) ([a412c82](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/a412c82312314e6412a1668815888c77ff58ca96))
* **deps:** update gitlab runner support dependencies ([#85](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/85)) ([ace6a61](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/ace6a619ca2d773306014fdd878a6fcf9815c283))
* fix renovate config for gitlab runner sandbox images ([#98](https://github.com/defenseunicorns/uds-package-gitlab-runner/issues/98)) ([18028e4](https://github.com/defenseunicorns/uds-package-gitlab-runner/commit/18028e4d6e0b92ec4b239b1c2116a38252cdd3f6))

## [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 @@ -29,5 +29,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

components:
Expand Down

0 comments on commit e57697b

Please sign in to comment.