Skip to content

Commit

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


##
[17.1.1-uds.1](v17.1.1-uds.0...v17.1.1-uds.1)
(2024-07-09)


### ⚠ BREAKING CHANGES

* allow redis password secret creation and GitLab PeerAuthentication
exceptions
([#161](#161))

### Features

* allow redis password secret creation and GitLab PeerAuthentication
exceptions
([#161](#161))
([a5e9bd1](a5e9bd1))


### Miscellaneous

* **deps:** update gitlab support dependencies
([#158](#158))
([32aece7](32aece7))
* remove and gitignore .vscode directory
([#159](#159))
([c087596](c087596))
* update license
([#148](#148))
([a457cc4](a457cc4))

---
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 9, 2024
1 parent a5e9bd1 commit 9b881a0
Show file tree
Hide file tree
Showing 6 changed files with 25 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.1-uds.0"
".": "17.1.1-uds.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [17.1.1-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.1.1-uds.0...v17.1.1-uds.1) (2024-07-09)


### ⚠ BREAKING CHANGES

* allow redis password secret creation and GitLab PeerAuthentication exceptions ([#161](https://github.com/defenseunicorns/uds-package-gitlab/issues/161))

### Features

* allow redis password secret creation and GitLab PeerAuthentication exceptions ([#161](https://github.com/defenseunicorns/uds-package-gitlab/issues/161)) ([a5e9bd1](https://github.com/defenseunicorns/uds-package-gitlab/commit/a5e9bd1f9c116acbea06b28d78d651dec5f5696d))


### Miscellaneous

* **deps:** update gitlab support dependencies ([#158](https://github.com/defenseunicorns/uds-package-gitlab/issues/158)) ([32aece7](https://github.com/defenseunicorns/uds-package-gitlab/commit/32aece705213305db19b115a2acc74fb3166e20a))
* remove and gitignore .vscode directory ([#159](https://github.com/defenseunicorns/uds-package-gitlab/issues/159)) ([c087596](https://github.com/defenseunicorns/uds-package-gitlab/commit/c087596604d2296ca9d05e915d59d6c715fd90a9))
* update license ([#148](https://github.com/defenseunicorns/uds-package-gitlab/issues/148)) ([a457cc4](https://github.com/defenseunicorns/uds-package-gitlab/commit/a457cc4946be87160e86743e7416a10d69dfaf8c))

## [17.1.1-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.0.2-uds.0...v17.1.1-uds.0) (2024-06-27)


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.1-uds.0
version: 17.1.1-uds.1
# 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.1-uds.0
ref: 17.1.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 @@ -33,7 +33,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "17.1.1-uds.0"
version: "17.1.1-uds.1"
# 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.1-uds.0"
version: "17.1.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.1.1-uds.0
17.1.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.1.1-uds.0"
version: "17.1.1-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit 9b881a0

Please sign in to comment.