Skip to content

Commit 971e719

Browse files
chore(main): release 107.63.9-uds.1 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael-Kruggel <[email protected]>
1 parent f6aeeec commit 971e719

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
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.63.9-uds.0"
2+
".": "107.63.9-uds.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [107.63.9-uds.1](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.63.9-uds.0...v107.63.9-uds.1) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* Registry1 and Upstream functionality and ability to add a license ([c3ae521](https://github.com/defenseunicorns/uds-package-artifactory/commit/c3ae521f9f98d4afd3882d7d835dfe80672594b3))
9+
10+
11+
### Miscellaneous
12+
13+
* fixed version across repo ([#4](https://github.com/defenseunicorns/uds-package-artifactory/issues/4)) ([f6aeeec](https://github.com/defenseunicorns/uds-package-artifactory/commit/f6aeeecf80606e68d951cb62d3c2e5aa1cf0cd3e))

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.63.9-uds.0
6+
version: 107.63.9-uds.1
77
# x-release-please-end
88

99
packages:
@@ -18,5 +18,5 @@ packages:
1818
- name: artifactory
1919
path: ../
2020
# x-release-please-start-version
21-
ref: 107.63.9-uds.0
21+
ref: 107.63.9-uds.1
2222
# x-release-please-end

tasks/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55
- name: VERSION
66
description: The version of the package to build
77
# x-release-please-start-version
8-
default: "107.63.9-uds.0"
8+
default: "107.63.9-uds.1"
99
# x-release-please-end
1010

1111
- name: FLAVOR

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
107.63.9-uds.0
1+
107.63.9-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.63.9-uds.0"
7+
version: "107.63.9-uds.1"
88
# x-release-please-end
99
architecture: amd64
1010

0 commit comments

Comments
 (0)