Skip to content

Commit

Permalink
chore(main): release 16.9.2-uds.0 (#67)
Browse files Browse the repository at this point in the history
* chore(main): release 16.9.1-uds.4

* chore: fix release version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: zamaz <[email protected]>
  • Loading branch information
github-actions[bot] and zachariahmiller authored Mar 13, 2024
1 parent 47eab00 commit 3ea9947
Show file tree
Hide file tree
Showing 6 changed files with 15 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.9.1-uds.3"
".": "16.9.2-uds.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

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


### Miscellaneous

* **deps:** update gitlab package dependencies to v16.9.2 ([#59](https://github.com/defenseunicorns/uds-package-gitlab/issues/59)) ([bb52880](https://github.com/defenseunicorns/uds-package-gitlab/commit/bb52880ce3cafbf5f55f3d1e2f4ad11d25dd34ee))
* **deps:** update gitlab support dependencies ([#49](https://github.com/defenseunicorns/uds-package-gitlab/issues/49)) ([47eab00](https://github.com/defenseunicorns/uds-package-gitlab/commit/47eab00047f88c89c970b44545c4160c5bd7d8d4))


## [16.9.1-uds.3](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.9.1-uds.2...v16.9.1-uds.3) (2024-03-12)


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.1-uds.3
version: 16.9.2-uds.0
# x-release-please-end

packages:
Expand All @@ -26,7 +26,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 16.9.1-uds.3
ref: 16.9.2-uds.0
# x-release-please-end
overrides:
gitlab:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "16.9.1-uds.3"
default: "16.9.2-uds.0"
# x-release-please-end

- name: FLAVOR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.9.1-uds.3
16.9.2-uds.0
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.1-uds.3"
version: "16.9.2-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit 3ea9947

Please sign in to comment.