Skip to content

Commit

Permalink
chore(main): release 107.84.17-uds.0 (#35)
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: Jordan McClintock <jordan@defenseunicorns.com>
  • Loading branch information
github-actions[bot] and corang authored Jul 9, 2024
1 parent 2ae8300 commit 554005e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 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.78.0-uds.0"
".": "107.84.17-uds.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* adds basic test for logging into the UI of artifactory ([8477289](https://github.com/defenseunicorns/uds-package-artifactory/commit/8477289c771c50c0794ee3489ffec1f22a75e41a))
* prometheus worky ([b0a78e4](https://github.com/defenseunicorns/uds-package-artifactory/commit/b0a78e4999179c98bc2f4cb6749f23d5762d8d63))


### Miscellaneous

* **deps:** update artifactory package dependencies ([#14](https://github.com/defenseunicorns/uds-package-artifactory/issues/14)) ([6ad4af0](https://github.com/defenseunicorns/uds-package-artifactory/commit/6ad4af06b8a673ab9d5cc30e7806123522112f44))
* **deps:** update artifactory support dependencies ([#11](https://github.com/defenseunicorns/uds-package-artifactory/issues/11)) ([79183a3](https://github.com/defenseunicorns/uds-package-artifactory/commit/79183a3b614f7faed1f7b2c819846c32997148c1))
* **deps:** update artifactory support dependencies ([#31](https://github.com/defenseunicorns/uds-package-artifactory/issues/31)) ([c01f583](https://github.com/defenseunicorns/uds-package-artifactory/commit/c01f5839ae779a28272e8e928ebc847c31332461))
* release 107.84.17-uds.0 ([2ae8300](https://github.com/defenseunicorns/uds-package-artifactory/commit/2ae83007ab57d71009ff5225298a587aff7cc2fa))

## [107.78.0-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.77.12-uds.0...v107.78.0-uds.0) (2024-06-07)


Expand Down
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.78.0-uds.0
version: 107.84.17-uds.0
# x-release-please-end

packages:
Expand All @@ -29,5 +29,5 @@ packages:
- name: artifactory
path: ../
# x-release-please-start-version
ref: 107.78.0-uds.0
ref: 107.84.17-uds.0
# x-release-please-end
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "107.78.0-uds.0"
version: "107.84.17-uds.0"
# x-release-please-end

- name: test-bundle
Expand Down Expand Up @@ -51,5 +51,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "107.78.0-uds.0"
version: "107.84.17-uds.0"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107.78.0-uds.0
107.84.17-uds.0
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.78.0-uds.0"
version: "107.84.17-uds.0"
# x-release-please-end
architecture: amd64
variables:
Expand Down

0 comments on commit 554005e

Please sign in to comment.