Skip to content

Commit c02053d

Browse files
chore(main): release 7.98.7-uds.0
1 parent b4b6a01 commit c02053d

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "107.84.17-uds.1"
2+
".": "7.98.7-uds.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Miscellaneous
12+
13+
* add codeowners ([#44](https://github.com/defenseunicorns/uds-package-artifactory/issues/44)) ([ba96edc](https://github.com/defenseunicorns/uds-package-artifactory/commit/ba96edce2665b9a7d56c23e51ecc2afac2b485a2))
14+
* **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))
15+
* **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))
16+
* release 7.98.7-uds.0 ([b4b6a01](https://github.com/defenseunicorns/uds-package-artifactory/commit/b4b6a013c6d3cd1cd39727126fc08f91e9ae3ed3))
17+
* release 7.98.7-uds.0 ([6519848](https://github.com/defenseunicorns/uds-package-artifactory/commit/65198487a2540317069b5d3e97bcbd98a2fb149a))
18+
* 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))
19+
* 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))
20+
* update CODEOWNERS ([#46](https://github.com/defenseunicorns/uds-package-artifactory/issues/46)) ([3b37047](https://github.com/defenseunicorns/uds-package-artifactory/commit/3b370471c78aaefb3c678958c07f161556369776))
21+
322
## [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)
423

524

bundle/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: artifactory-test
77
description: A UDS bundle for deploying artifactory and it's dependencies on a development cluster
88
# x-release-please-start-version
9-
version: 107.84.17-uds.1
9+
version: 7.98.7-uds.0
1010
# x-release-please-end
1111

1212
packages:
@@ -43,5 +43,5 @@ packages:
4343
- name: artifactory
4444
path: ../
4545
# x-release-please-start-version
46-
ref: 107.84.17-uds.1
46+
ref: 7.98.7-uds.0
4747
# x-release-please-end

tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ tasks:
8989
task: publish:package
9090
with:
9191
# x-release-please-start-version
92-
version: "107.84.17-uds.1"
92+
version: "7.98.7-uds.0"
9393
# x-release-please-end

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
107.84.17-uds.1
1+
7.98.7-uds.0

zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: artifactory
88
description: "UDS Artifactory package"
99
# x-release-please-start-version
10-
version: "107.84.17-uds.1"
10+
version: "7.98.7-uds.0"
1111
# x-release-please-end
1212
architecture: amd64
1313
variables:

0 commit comments

Comments
 (0)