Skip to content

Commit

Permalink
chore(main): release 107.84.17-uds.1 (#39)
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>
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent 1ffbd87 commit 7d56069
Show file tree
Hide file tree
Showing 6 changed files with 21 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.84.17-uds.0"
".": "107.84.17-uds.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* 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))
* metrics now enabled by default ([140a162](https://github.com/defenseunicorns/uds-package-artifactory/commit/140a16295ee5eba8150c48fdcef46ca440101164))
* removed registry1 flavor from tasks.yaml ([760c6be](https://github.com/defenseunicorns/uds-package-artifactory/commit/760c6bee01efa9a0ed91b9fc96926f9a1cdd368b))


### Miscellaneous

* **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))

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


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.84.17-uds.0
version: 107.84.17-uds.1
# x-release-please-end

packages:
Expand All @@ -29,5 +29,5 @@ packages:
- name: artifactory
path: ../
# x-release-please-start-version
ref: 107.84.17-uds.0
ref: 107.84.17-uds.1
# 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.84.17-uds.0"
version: "107.84.17-uds.1"
# 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.84.17-uds.0"
version: "107.84.17-uds.1"
# 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.84.17-uds.0
107.84.17-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.84.17-uds.0"
version: "107.84.17-uds.1"
# x-release-please-end
architecture: amd64
variables:
Expand Down

0 comments on commit 7d56069

Please sign in to comment.