Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 17.3.6-uds.1 #220

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.6-uds.0"
".": "17.3.6-uds.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

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


### Features

* add unicorn flavor ([#221](https://github.com/defenseunicorns/uds-package-gitlab/issues/221)) ([28aaa13](https://github.com/defenseunicorns/uds-package-gitlab/commit/28aaa1390e14312d32598a6dba23dbe38a48b487))


### Miscellaneous

* fix S2->S3 in README.md ([#219](https://github.com/defenseunicorns/uds-package-gitlab/issues/219)) ([361c74a](https://github.com/defenseunicorns/uds-package-gitlab/commit/361c74aaf90bfff09e7f233b836c9dbcf0c56785))

## [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)


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

packages:
Expand Down Expand Up @@ -69,7 +69,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 17.3.6-uds.0
ref: 17.3.6-uds.1
# 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.3.6-uds.0"
version: "17.3.6-uds.1"
# x-release-please-end
- description: Publish the bundle
task: publish:test-bundle
with:
# x-release-please-start-version
version: "17.3.6-uds.0"
version: "17.3.6-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.3.6-uds.0
17.3.6-uds.1
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.3.6-uds.0"
version: "17.3.6-uds.1"
# x-release-please-end

variables:
Expand Down
Loading