Skip to content

Commit

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


##
[17.5.1-uds.1](v17.5.1-uds.0...v17.5.1-uds.1)
(2024-11-14)


### ⚠ BREAKING CHANGES

* add object store secret generation
([#229](#229))

### Features

* add object store secret generation
([#229](#229))
([e2eb77a](e2eb77a))


### Bug Fixes

* add docs and escape hatch for object storage generation
([#234](#234))
([ebb282a](ebb282a))
* remove rate-limiting from default settings
([#230](#230))
([e78a74d](e78a74d))


### Miscellaneous

* update CODEOWNERS file
([#235](#235))
([23778e6](23778e6))
* update README.md
([#232](#232))
([4b2305c](4b2305c))

---
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: zamaz <[email protected]>
  • Loading branch information
github-actions[bot] and zachariahmiller authored Nov 15, 2024
1 parent 23778e6 commit a3260b4
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 9 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.5.1-uds.0"
".": "17.5.1-uds.1"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## [17.5.1-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.5.1-uds.0...v17.5.1-uds.1) (2024-11-14)


### ⚠ BREAKING CHANGES

* add object store secret generation ([#229](https://github.com/defenseunicorns/uds-package-gitlab/issues/229))

### Features

* add object store secret generation ([#229](https://github.com/defenseunicorns/uds-package-gitlab/issues/229)) ([e2eb77a](https://github.com/defenseunicorns/uds-package-gitlab/commit/e2eb77af77c58ed423289db761dee43d9e7f82e2))


### Bug Fixes

* add docs and escape hatch for object storage generation ([#234](https://github.com/defenseunicorns/uds-package-gitlab/issues/234)) ([ebb282a](https://github.com/defenseunicorns/uds-package-gitlab/commit/ebb282aacd965c825bcfb847f9b9cbdb4152accd))
* remove rate-limiting from default settings ([#230](https://github.com/defenseunicorns/uds-package-gitlab/issues/230)) ([e78a74d](https://github.com/defenseunicorns/uds-package-gitlab/commit/e78a74d516ac26016521ae5a9d345a34a48642f5))


### Miscellaneous

* update CODEOWNERS file ([#235](https://github.com/defenseunicorns/uds-package-gitlab/issues/235)) ([23778e6](https://github.com/defenseunicorns/uds-package-gitlab/commit/23778e621ff06869adbfd307b5d6dafad948199e))
* update README.md ([#232](https://github.com/defenseunicorns/uds-package-gitlab/issues/232)) ([4b2305c](https://github.com/defenseunicorns/uds-package-gitlab/commit/4b2305c772d7dfef7b07b79d6d26b305d8237e35))

## [17.5.1-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.3.6-uds.2...v17.5.1-uds.0) (2024-11-05)


Expand Down
6 changes: 2 additions & 4 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ 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.5.1-uds.0
version: 17.5.1-uds.1
# x-release-please-end

packages:
- name: minio-operator
repository: ghcr.io/defenseunicorns/packages/uds/minio-operator
# x-release-please-start-version
ref: 6.0.4-uds.0-upstream
# x-release-please-end
overrides:
minio-operator:
uds-minio-config:
Expand Down Expand Up @@ -91,7 +89,7 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 17.5.1-uds.0
ref: 17.5.1-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.5.1-uds.0"
version: "17.5.1-uds.1"
# x-release-please-end
- description: Publish the bundle
task: publish:test-bundle
with:
# x-release-please-start-version
version: "17.5.1-uds.0"
version: "17.5.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.5.1-uds.0
17.5.1-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.5.1-uds.0"
version: "17.5.1-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit a3260b4

Please sign in to comment.