Skip to content

Commit

Permalink
chore(main): release 107.63.9-uds.1 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael-Kruggel <michael.kruggel@defenseunicorns.com>
  • Loading branch information
github-actions[bot] and Michael-Kruggel authored Feb 8, 2024
1 parent f6aeeec commit 971e719
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 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 @@
{
".": "107.63.9-uds.0"
".": "107.63.9-uds.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### Features

* Registry1 and Upstream functionality and ability to add a license ([c3ae521](https://github.com/defenseunicorns/uds-package-artifactory/commit/c3ae521f9f98d4afd3882d7d835dfe80672594b3))


### Miscellaneous

* fixed version across repo ([#4](https://github.com/defenseunicorns/uds-package-artifactory/issues/4)) ([f6aeeec](https://github.com/defenseunicorns/uds-package-artifactory/commit/f6aeeecf80606e68d951cb62d3c2e5aa1cf0cd3e))
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: artifactory-test
description: A UDS bundle for deploying artifactory and it's dependencies on a development cluster
# x-release-please-start-version
version: 107.63.9-uds.0
version: 107.63.9-uds.1
# x-release-please-end

packages:
Expand All @@ -18,5 +18,5 @@ packages:
- name: artifactory
path: ../
# x-release-please-start-version
ref: 107.63.9-uds.0
ref: 107.63.9-uds.1
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "107.63.9-uds.0"
default: "107.63.9-uds.1"
# x-release-please-end

- name: FLAVOR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107.63.9-uds.0
107.63.9-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: artifactory
description: "UDS Artifactory package"
# x-release-please-start-version
version: "107.63.9-uds.0"
version: "107.63.9-uds.1"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit 971e719

Please sign in to comment.