Skip to content

Commit

Permalink
Merge pull request #53 from defenseunicorns/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main
  • Loading branch information
Michael-Kruggel authored Nov 1, 2024
2 parents b4b6a01 + c02053d commit 3280cdb
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 @@
{
".": "107.84.17-uds.1"
".": "7.98.7-uds.0"
}
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.7-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.84.17-uds.1...v7.98.7-uds.0) (2024-11-01)


### Features

* updating workflows and tasks to latest varsion ([#48](https://github.com/defenseunicorns/uds-package-artifactory/issues/48)) ([cfc7b74](https://github.com/defenseunicorns/uds-package-artifactory/commit/cfc7b749dc0181d5743e13dd86c281de24513dac))


### Miscellaneous

* add codeowners ([#44](https://github.com/defenseunicorns/uds-package-artifactory/issues/44)) ([ba96edc](https://github.com/defenseunicorns/uds-package-artifactory/commit/ba96edce2665b9a7d56c23e51ecc2afac2b485a2))
* **deps:** update artifactory support dependencies ([#43](https://github.com/defenseunicorns/uds-package-artifactory/issues/43)) ([acbed34](https://github.com/defenseunicorns/uds-package-artifactory/commit/acbed3468247a18ceb04a759fd19837675866236))
* **deps:** update package-deps to v7.98.7 ([#41](https://github.com/defenseunicorns/uds-package-artifactory/issues/41)) ([6ffa96b](https://github.com/defenseunicorns/uds-package-artifactory/commit/6ffa96b7524120b6bdd83caeed98c371a58a292a))
* release 7.98.7-uds.0 ([b4b6a01](https://github.com/defenseunicorns/uds-package-artifactory/commit/b4b6a013c6d3cd1cd39727126fc08f91e9ae3ed3))
* release 7.98.7-uds.0 ([6519848](https://github.com/defenseunicorns/uds-package-artifactory/commit/65198487a2540317069b5d3e97bcbd98a2fb149a))
* release 7.98.7-uds.0 ([#50](https://github.com/defenseunicorns/uds-package-artifactory/issues/50)) ([1bf19a6](https://github.com/defenseunicorns/uds-package-artifactory/commit/1bf19a6a5615ac3e8e5faed51b2df33cf20840e7))
* release 7.98.7-uds.0 ([#52](https://github.com/defenseunicorns/uds-package-artifactory/issues/52)) ([b4b6a01](https://github.com/defenseunicorns/uds-package-artifactory/commit/b4b6a013c6d3cd1cd39727126fc08f91e9ae3ed3))
* update CODEOWNERS ([#46](https://github.com/defenseunicorns/uds-package-artifactory/issues/46)) ([3b37047](https://github.com/defenseunicorns/uds-package-artifactory/commit/3b370471c78aaefb3c678958c07f161556369776))

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


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

0 comments on commit 3280cdb

Please sign in to comment.