Skip to content

Commit

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


##
[17.2.1-uds.0](v17.1.2-uds.1...v17.2.1-uds.0)
(2024-07-29)


### ⚠ BREAKING CHANGES

* remove egress anywhere for SSO
([#177](#177))

### Miscellaneous

* add PeerAuthentication docs and Made for UDS Badge
([#174](#174))
([4909378](4909378))
* **deps:** update gitlab package dependencies
([#171](#171))
([f9c0081](f9c0081))
* **deps:** update gitlab support dependencies
([#175](#175))
([d7be43a](d7be43a))
* remove egress anywhere for SSO
([#177](#177))
([996181d](996181d))
* swap to `openid-connect` instead of `_`
([#179](#179))
([59e3954](59e3954))

---
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>
  • Loading branch information
github-actions[bot] authored Jul 29, 2024
1 parent f9c0081 commit 32edc12
Show file tree
Hide file tree
Showing 6 changed files with 22 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.1.2-uds.1"
".": "17.2.1-uds.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [17.2.1-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.1.2-uds.1...v17.2.1-uds.0) (2024-07-29)


### ⚠ BREAKING CHANGES

* remove egress anywhere for SSO ([#177](https://github.com/defenseunicorns/uds-package-gitlab/issues/177))

### Miscellaneous

* add PeerAuthentication docs and Made for UDS Badge ([#174](https://github.com/defenseunicorns/uds-package-gitlab/issues/174)) ([4909378](https://github.com/defenseunicorns/uds-package-gitlab/commit/49093782822332152dd3e74e7442e8509d1742e9))
* **deps:** update gitlab package dependencies ([#171](https://github.com/defenseunicorns/uds-package-gitlab/issues/171)) ([f9c0081](https://github.com/defenseunicorns/uds-package-gitlab/commit/f9c00818b401d9d792f936a0c726abfd8fd96a77))
* **deps:** update gitlab support dependencies ([#175](https://github.com/defenseunicorns/uds-package-gitlab/issues/175)) ([d7be43a](https://github.com/defenseunicorns/uds-package-gitlab/commit/d7be43a755c8ce44cc0d20c06a51ae090771df5f))
* remove egress anywhere for SSO ([#177](https://github.com/defenseunicorns/uds-package-gitlab/issues/177)) ([996181d](https://github.com/defenseunicorns/uds-package-gitlab/commit/996181dca6784786372ff77e00606c2d66e7fe41))
* swap to `openid-connect` instead of `_` ([#179](https://github.com/defenseunicorns/uds-package-gitlab/issues/179)) ([59e3954](https://github.com/defenseunicorns/uds-package-gitlab/commit/59e3954f36959b32dce0fbc64c591a0b18d05626))

## [17.1.2-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.1.2-uds.0...v17.1.2-uds.1) (2024-07-23)


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

packages:
Expand Down Expand Up @@ -70,7 +70,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 17.1.2-uds.1
ref: 17.2.1-uds.0
# 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 @@ -33,7 +33,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "17.1.2-uds.1"
version: "17.2.1-uds.0"
# x-release-please-end

- name: publish-test-bundle
Expand All @@ -43,5 +43,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "17.1.2-uds.1"
version: "17.2.1-uds.0"
# 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.1.2-uds.1
17.2.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: "17.1.2-uds.1"
version: "17.2.1-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit 32edc12

Please sign in to comment.