Skip to content

Commit

Permalink
chore(main): release 7.98.8-uds.1 (#60)
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 Nov 22, 2024
1 parent faba6cc commit 2a864a7
Show file tree
Hide file tree
Showing 6 changed files with 25 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 @@
{
".": "7.98.8-uds.0"
".": "7.98.8-uds.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### Features

* add ability to set user groups for access ([#62](https://github.com/defenseunicorns/uds-package-artifactory/issues/62)) ([7a9a9e7](https://github.com/defenseunicorns/uds-package-artifactory/commit/7a9a9e704631841826e179354ad4306201be9877))


### Bug Fixes

* change defaultclientscopes from map to list ([28ba6c6](https://github.com/defenseunicorns/uds-package-artifactory/commit/28ba6c61d74a8edefcdecd8ffe95deaa24cd2ae9))


### Miscellaneous

* **deps:** update artifactory support dependencies ([#59](https://github.com/defenseunicorns/uds-package-artifactory/issues/59)) ([5ff3973](https://github.com/defenseunicorns/uds-package-artifactory/commit/5ff39735cfb982d27c2d7cb74ad70708b08f9f86))
* **deps:** update artifactory support dependencies ([#61](https://github.com/defenseunicorns/uds-package-artifactory/issues/61)) ([c5d84f5](https://github.com/defenseunicorns/uds-package-artifactory/commit/c5d84f5c65a4bbe73e6745dc18447b411c356bba))
* release 7.98.8-uds.1 ([faba6cc](https://github.com/defenseunicorns/uds-package-artifactory/commit/faba6cc8120700265c9786f9702b9e95da7dfd52))

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


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.8-uds.0
version: 7.98.8-uds.1
# 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.8-uds.0
ref: 7.98.8-uds.1
# 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.8-uds.0"
version: "7.98.8-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 @@
7.98.8-uds.0
7.98.8-uds.1
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.8-uds.0"
version: "7.98.8-uds.1"
# x-release-please-end
architecture: amd64
variables:
Expand Down

0 comments on commit 2a864a7

Please sign in to comment.