Skip to content

Commit 7d56069

Browse files
chore(main): release 107.84.17-uds.1 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ffbd87 commit 7d56069

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "107.84.17-uds.0"
2+
".": "107.84.17-uds.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [107.84.17-uds.1](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.84.17-uds.0...v107.84.17-uds.1) (2024-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* fixes changing artifactory admin password breaking things ([#42](https://github.com/defenseunicorns/uds-package-artifactory/issues/42)) ([a5fd7d5](https://github.com/defenseunicorns/uds-package-artifactory/commit/a5fd7d50d27cc0139f3967034dd22a0ec9d9b234))
9+
* metrics now enabled by default ([140a162](https://github.com/defenseunicorns/uds-package-artifactory/commit/140a16295ee5eba8150c48fdcef46ca440101164))
10+
* removed registry1 flavor from tasks.yaml ([760c6be](https://github.com/defenseunicorns/uds-package-artifactory/commit/760c6bee01efa9a0ed91b9fc96926f9a1cdd368b))
11+
12+
13+
### Miscellaneous
14+
15+
* **deps:** update artifactory support dependencies ([#37](https://github.com/defenseunicorns/uds-package-artifactory/issues/37)) ([1ffbd87](https://github.com/defenseunicorns/uds-package-artifactory/commit/1ffbd87599b5fa83daa2ffffffb347000a83d22b))
16+
317
## [107.84.17-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.78.0-uds.0...v107.84.17-uds.0) (2024-07-09)
418

519

bundle/uds-bundle.yaml

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

99
packages:
@@ -29,5 +29,5 @@ packages:
2929
- name: artifactory
3030
path: ../
3131
# x-release-please-start-version
32-
ref: 107.84.17-uds.0
32+
ref: 107.84.17-uds.1
3333
# x-release-please-end

tasks/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
task: publish:package
2222
with:
2323
# x-release-please-start-version
24-
version: "107.84.17-uds.0"
24+
version: "107.84.17-uds.1"
2525
# x-release-please-end
2626

2727
- name: test-bundle
@@ -51,5 +51,5 @@ tasks:
5151
task: publish:test-bundle
5252
with:
5353
# x-release-please-start-version
54-
version: "107.84.17-uds.0"
54+
version: "107.84.17-uds.1"
5555
# x-release-please-end

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
107.84.17-uds.0
1+
107.84.17-uds.1

zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: artifactory
55
description: "UDS Artifactory package"
66
# x-release-please-start-version
7-
version: "107.84.17-uds.0"
7+
version: "107.84.17-uds.1"
88
# x-release-please-end
99
architecture: amd64
1010
variables:

0 commit comments

Comments
 (0)