Skip to content

Commit

Permalink
chore(main): release 16.9.2-uds.3 (#84)
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 Mar 20, 2024
1 parent 09919ae commit 64d6076
Show file tree
Hide file tree
Showing 6 changed files with 14 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 @@
{
".": "16.9.2-uds.2"
".": "16.9.2-uds.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [16.9.2-uds.3](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.9.2-uds.2...v16.9.2-uds.3) (2024-03-20)


### Miscellaneous

* **deps:** update gitlab support dependencies ([#83](https://github.com/defenseunicorns/uds-package-gitlab/issues/83)) ([09919ae](https://github.com/defenseunicorns/uds-package-gitlab/commit/09919ae9530306b3ac6d525518195ff90a86d16d))

## [16.9.2-uds.2](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.9.2-uds.1...v16.9.2-uds.2) (2024-03-20)


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,7 +3,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: 16.9.2-uds.2
version: 16.9.2-uds.3
# x-release-please-end

packages:
Expand All @@ -26,7 +26,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 16.9.2-uds.2
ref: 16.9.2-uds.3
# x-release-please-end
overrides:
gitlab:
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "16.9.2-uds.2"
version: "16.9.2-uds.3"
# x-release-please-end

- name: test-bundle
Expand Down Expand Up @@ -50,5 +50,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "16.9.2-uds.2"
version: "16.9.2-uds.3"
# 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.9.2-uds.2
16.9.2-uds.3
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
description: "UDS GitLab Package"
# x-release-please-start-version
version: "16.9.2-uds.2"
version: "16.9.2-uds.3"
# x-release-please-end

variables:
Expand Down

0 comments on commit 64d6076

Please sign in to comment.