Skip to content

Commit

Permalink
chore(main): release 17.3.6-uds.0 (#211)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[17.3.6-uds.0](v17.2.9-uds.0...v17.3.6-uds.0)
(2024-10-25)


### Bug Fixes

* made for uds badge url
([#210](#210))
([d086202](d086202))


### Miscellaneous

* **deps:** update gitlab package dependencies to v17.3.6
([#212](#212))
([ec9b792](ec9b792))
* **deps:** update gitlab support dependencies
([#203](#203))
([979b39f](979b39f))
* set fail-fast to true on test matrix
([#218](#218))
([301f2e0](301f2e0))
* streamline README and add workflow permissions
([#214](#214))
([9a0629b](9a0629b))
* update commitlint.yaml permissions
([#216](#216))
([82fc9f5](82fc9f5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
1 parent ec9b792 commit df09bb8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 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.2.9-uds.0"
".": "17.3.6-uds.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [17.3.6-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.2.9-uds.0...v17.3.6-uds.0) (2024-10-25)


### Bug Fixes

* made for uds badge url ([#210](https://github.com/defenseunicorns/uds-package-gitlab/issues/210)) ([d086202](https://github.com/defenseunicorns/uds-package-gitlab/commit/d0862027d28302bd55580d35724a2a294d0ed131))


### Miscellaneous

* **deps:** update gitlab package dependencies to v17.3.6 ([#212](https://github.com/defenseunicorns/uds-package-gitlab/issues/212)) ([ec9b792](https://github.com/defenseunicorns/uds-package-gitlab/commit/ec9b7921f1cc6c76f2d71ebb5d64794328841938))
* **deps:** update gitlab support dependencies ([#203](https://github.com/defenseunicorns/uds-package-gitlab/issues/203)) ([979b39f](https://github.com/defenseunicorns/uds-package-gitlab/commit/979b39fb7c3e74b67cfae48bc17a928cde613d05))
* set fail-fast to true on test matrix ([#218](https://github.com/defenseunicorns/uds-package-gitlab/issues/218)) ([301f2e0](https://github.com/defenseunicorns/uds-package-gitlab/commit/301f2e012552211abf1a42d3bfdf3c3aea5e2fc0))
* streamline README and add workflow permissions ([#214](https://github.com/defenseunicorns/uds-package-gitlab/issues/214)) ([9a0629b](https://github.com/defenseunicorns/uds-package-gitlab/commit/9a0629b1edc48b6b3770fb3dec5b3068e5312578))
* update commitlint.yaml permissions ([#216](https://github.com/defenseunicorns/uds-package-gitlab/issues/216)) ([82fc9f5](https://github.com/defenseunicorns/uds-package-gitlab/commit/82fc9f5a515f2a2cecb226f1d6b1aabe0ccf5e53))

## [17.2.9-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.2.7-uds.2...v17.2.9-uds.0) (2024-10-15)


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,7 +6,7 @@ metadata:
name: gitlab-test
description: A UDS bundle for deploying Gitlab and it's dependencies on a development cluster
# x-release-please-start-version
version: 17.2.9-uds.0
version: 17.3.6-uds.0
# x-release-please-end

packages:
Expand Down Expand Up @@ -69,7 +69,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 17.2.9-uds.0
ref: 17.3.6-uds.0
# x-release-please-end
overrides:
gitlab:
Expand Down
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "17.2.9-uds.0"
version: "17.3.6-uds.0"
# x-release-please-end
- description: Publish the bundle
task: publish:test-bundle
with:
# x-release-please-start-version
version: "17.2.9-uds.0"
version: "17.3.6-uds.0"
# 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.2.9-uds.0
17.3.6-uds.0
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: gitlab
description: "UDS GitLab Package"
# x-release-please-start-version
version: "17.2.9-uds.0"
version: "17.3.6-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit df09bb8

Please sign in to comment.