Skip to content

Commit

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


##
[17.0.1-uds.1](v17.0.1-uds.0...v17.0.1-uds.1)
(2024-05-24)


### ⚠ BREAKING CHANGES

* add saml sso support as the default
([#118](#118))
([d1bc561](d1bc561))

> **NOTE:** The above change should convert existing instances from OIDC
to SAML seamlessly, but will _require_ UDS Core v0.22.0 or higher.

### Miscellaneous

* **deps:** update support-deps to v37.377.2
([#134](#134))
([028c3b8](028c3b8))

---
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>
Co-authored-by: Wayne Starr <me@racer159.com>
  • Loading branch information
github-actions[bot] and Racer159 committed May 25, 2024
1 parent 028c3b8 commit 2359a53
Show file tree
Hide file tree
Showing 6 changed files with 20 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.0.1-uds.0"
".": "17.0.1-uds.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [17.0.1-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.0.1-uds.0...v17.0.1-uds.1) (2024-05-24)


### ⚠ BREAKING CHANGES

* add saml sso support as the default ([#118](https://github.com/defenseunicorns/uds-package-gitlab/issues/118)) ([d1bc561](https://github.com/defenseunicorns/uds-package-gitlab/commit/d1bc561baa43165a8267f4fe219f4aa4c96548ca))

> **NOTE:** The above change should convert existing instances from OIDC to SAML seamlessly, but will _require_ UDS Core v0.22.0 or higher.
### Miscellaneous

* **deps:** update support-deps to v37.377.2 ([#134](https://github.com/defenseunicorns/uds-package-gitlab/issues/134)) ([028c3b8](https://github.com/defenseunicorns/uds-package-gitlab/commit/028c3b8c53c073e14db8f2028fceba987b95d66d))

## [17.0.1-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v16.11.1-uds.1...v17.0.1-uds.0) (2024-05-24)


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

packages:
Expand Down Expand Up @@ -37,7 +37,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 17.0.1-uds.0
ref: 17.0.1-uds.1
# 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: "17.0.1-uds.0"
version: "17.0.1-uds.1"
# x-release-please-end

- name: test-bundle
Expand Down Expand Up @@ -51,5 +51,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "17.0.1-uds.0"
version: "17.0.1-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.0.1-uds.0
17.0.1-uds.1
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: "17.0.1-uds.0"
version: "17.0.1-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit 2359a53

Please sign in to comment.