Skip to content

Commit 9ea4622

Browse files
chore(main): release 17.2.7-uds.1 (#201)
🤖 I have created a release *beep* *boop* --- ## [17.2.7-uds.1](v17.2.7-uds.0...v17.2.7-uds.1) (2024-09-24) ### ⚠ BREAKING CHANGES * allow configurability of SSH and harden application settings ([#196](#196)) ### Features * allow configurability of SSH and harden application settings ([#196](#196)) ([bcd34c6](bcd34c6)) ### Miscellaneous * **deps:** update gitlab support dependencies ([#191](#191)) ([3e90272](3e90272)) --- 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>
1 parent 3e90272 commit 9ea4622

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "17.2.7-uds.0"
2+
".": "17.2.7-uds.1"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [17.2.7-uds.1](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.2.7-uds.0...v17.2.7-uds.1) (2024-09-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* allow configurability of SSH and harden application settings ([#196](https://github.com/defenseunicorns/uds-package-gitlab/issues/196))
11+
12+
### Features
13+
14+
* allow configurability of SSH and harden application settings ([#196](https://github.com/defenseunicorns/uds-package-gitlab/issues/196)) ([bcd34c6](https://github.com/defenseunicorns/uds-package-gitlab/commit/bcd34c6e0499c6d00954fb8cb34b6fe6b9a3dcd4))
15+
16+
17+
### Miscellaneous
18+
19+
* **deps:** update gitlab support dependencies ([#191](https://github.com/defenseunicorns/uds-package-gitlab/issues/191)) ([3e90272](https://github.com/defenseunicorns/uds-package-gitlab/commit/3e90272895d69038feb0444bd8f29a83ab9b9f0f))
20+
521
## [17.2.7-uds.0](https://github.com/defenseunicorns/uds-package-gitlab/compare/v17.2.5-uds.0...v17.2.7-uds.0) (2024-09-18)
622

723

bundle/uds-bundle.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: gitlab-test
44
description: A UDS bundle for deploying Gitlab and it's dependencies on a development cluster
55
# x-release-please-start-version
6-
version: 17.2.7-uds.0
6+
version: 17.2.7-uds.1
77
# x-release-please-end
88

99
packages:
@@ -70,7 +70,7 @@ packages:
7070
- name: gitlab
7171
path: ../
7272
# x-release-please-start-version
73-
ref: 17.2.7-uds.0
73+
ref: 17.2.7-uds.1
7474
# x-release-please-end
7575
overrides:
7676
gitlab:

tasks/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tasks:
3333
task: publish:package
3434
with:
3535
# x-release-please-start-version
36-
version: "17.2.7-uds.0"
36+
version: "17.2.7-uds.1"
3737
# x-release-please-end
3838

3939
- name: publish-test-bundle
@@ -43,5 +43,5 @@ tasks:
4343
task: publish:test-bundle
4444
with:
4545
# x-release-please-start-version
46-
version: "17.2.7-uds.0"
46+
version: "17.2.7-uds.1"
4747
# x-release-please-end

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.7-uds.0
1+
17.2.7-uds.1

zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: gitlab
55
description: "UDS GitLab Package"
66
# x-release-please-start-version
7-
version: "17.2.7-uds.0"
7+
version: "17.2.7-uds.1"
88
# x-release-please-end
99

1010
variables:

0 commit comments

Comments
 (0)