Skip to content

Commit

Permalink
chore(main): release 16.9.1-uds.0 (#42)
Browse files Browse the repository at this point in the history
Release-As: 16.9.1-uds.0

* chore: fix release versions

* docs: remove confusing changelog entry from failed release creation

* chore: update missed bundle ref for release

---------

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 5, 2024
1 parent 3e195da commit 47378c5
Show file tree
Hide file tree
Showing 6 changed files with 13 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.0-uds.4"
".": "16.9.1-uds.0"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

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

## [16.9.0-uds.4](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.8.1-uds.4...v16.9.0-uds.4) (2024-03-04)
## [16.9.1-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.8.1-uds.4...v16.9.1-uds.0) (2024-03-04)


### ci

* fix ci publish ([#19](https://github.com/defenseunicorns/uds-package-gitlab/issues/19)) ([d1d08db](https://github.com/defenseunicorns/uds-package-gitlab/commit/d1d08db47236ece57d93e2f18eeb7a6dd7db420a))


### Features
Expand All @@ -21,6 +26,7 @@ All notable changes to this project will be documented in this file.
* **deps:** update gitlab support dependencies ([#47](https://github.com/defenseunicorns/uds-package-gitlab/issues/47)) ([c2f1e78](https://github.com/defenseunicorns/uds-package-gitlab/commit/c2f1e7842583e6d826f14e04bfa32e9f864f9b5e))
* migrate to uds-common shared actions and workflows ([#41](https://github.com/defenseunicorns/uds-package-gitlab/issues/41)) ([42e1f96](https://github.com/defenseunicorns/uds-package-gitlab/commit/42e1f96de45381d514ff475715a3f7d301c24c37))


## [16.8.1-uds.4](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.8.1-uds.3...v16.8.1-uds.4) (2024-02-14)


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.0-uds.4
version: 16.9.1-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.0-uds.4
ref: 16.9.1-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.0-uds.4"
default: "16.9.1-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.0-uds.4
16.9.1-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.0-uds.4"
version: "16.9.1-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit 47378c5

Please sign in to comment.