Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 7.98.8-uds.0 #58

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.98.7-uds.0"
".": "7.98.8-uds.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [7.98.8-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v7.98.7-uds.0...v7.98.8-uds.0) (2024-11-14)


### Features

* configurable defaultClientScopes ([24b05e3](https://github.com/defenseunicorns/uds-package-artifactory/commit/24b05e31d46681c965f6cee7182c7e1783cd24ac))


### Miscellaneous

* **deps:** update artifactory package dependencies ([#55](https://github.com/defenseunicorns/uds-package-artifactory/issues/55)) ([36e408c](https://github.com/defenseunicorns/uds-package-artifactory/commit/36e408c75538d92b2fa933bdb747784d4a5540af))
* **deps:** update artifactory support dependencies ([#54](https://github.com/defenseunicorns/uds-package-artifactory/issues/54)) ([6f0060a](https://github.com/defenseunicorns/uds-package-artifactory/commit/6f0060a2f246360feb0fe937b6d351ffcaf0c17e))
* release 7.98.8-uds.0 ([d49eb7c](https://github.com/defenseunicorns/uds-package-artifactory/commit/d49eb7c29e0db60d3d841a01a6b1c61b9a8c148a))

## [7.98.7-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.84.17-uds.1...v7.98.7-uds.0) (2024-11-01)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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: 7.98.7-uds.0
version: 7.98.8-uds.0
# x-release-please-end

packages:
Expand Down Expand Up @@ -43,5 +43,5 @@ packages:
- name: artifactory
path: ../
# x-release-please-start-version
ref: 7.98.7-uds.0
ref: 7.98.8-uds.0
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "7.98.7-uds.0"
version: "7.98.8-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 @@
7.98.7-uds.0
7.98.8-uds.0
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: artifactory
description: "UDS Artifactory package"
# x-release-please-start-version
version: "7.98.7-uds.0"
version: "7.98.8-uds.0"
# x-release-please-end
architecture: amd64
variables:
Expand Down