Skip to content

Commit

Permalink
chore(main): release 17.1.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 12, 2024
1 parent 5d48380 commit 71d0753
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.0.1-uds.1"
".": "17.1.0-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.0-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.0.1-uds.1...v17.1.0-uds.1) (2024-06-12)


### Features

* add wait for GL package CR readiness ([#144](https://github.com/defenseunicorns/uds-package-gitlab/issues/144)) ([eaa59dd](https://github.com/defenseunicorns/uds-package-gitlab/commit/eaa59ddbe0ebdc6935732b104479f667be588dad))
* allow for Postgres password secret generation ([#147](https://github.com/defenseunicorns/uds-package-gitlab/issues/147)) ([5d48380](https://github.com/defenseunicorns/uds-package-gitlab/commit/5d48380e57b40a66aa8000059f5f5caa1c6e7558))


### Bug Fixes

* add missing exporter netpols ([#142](https://github.com/defenseunicorns/uds-package-gitlab/issues/142)) ([9b5a258](https://github.com/defenseunicorns/uds-package-gitlab/commit/9b5a25876c8ee4432095ea9b94da9072b547f225))


### Miscellaneous

* **deps:** update gitlab support dependencies ([#137](https://github.com/defenseunicorns/uds-package-gitlab/issues/137)) ([66bb3ba](https://github.com/defenseunicorns/uds-package-gitlab/commit/66bb3ba7947eb28f8d7764b80495c62b6c6a5937))

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


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.1
version: 17.1.0-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.1
ref: 17.1.0-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.1"
version: "17.1.0-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.1"
version: "17.1.0-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.1
17.1.0-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.1"
version: "17.1.0-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit 71d0753

Please sign in to comment.