From 5434f6ebf2d0399a8a9359d7f0f057ac14f21cb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:08:16 -0700 Subject: [PATCH] chore(main): release 107.77.7-uds.0 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael-Kruggel --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ bundle/uds-bundle.yaml | 4 ++-- tasks/publish.yaml | 2 +- version.txt | 2 +- zarf.yaml | 2 +- 6 files changed, 40 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a874d1..1ca6b0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "107.63.9-uds.1" + ".": "107.77.7-uds.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b717141..159be28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [107.77.7-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.63.9-uds.1...v107.64.0-uds.1) (2024-03-18) + + +### Features + +* adds sso framework and removes default join and master keys ([#8](https://github.com/defenseunicorns/uds-package-artifactory/issues/8)) ([477b4c4](https://github.com/defenseunicorns/uds-package-artifactory/commit/477b4c49dd0cfa1541a59502616386d723ef9284)) +* auto image updating ([9bf10eb](https://github.com/defenseunicorns/uds-package-artifactory/commit/9bf10ebe14dc42dedbdff03ddea21be9a1fcd4d7)) +* use uds package dependencies ([#7](https://github.com/defenseunicorns/uds-package-artifactory/issues/7)) ([b29dfec](https://github.com/defenseunicorns/uds-package-artifactory/commit/b29dfec2d300fede75c67084aed346afc3a00e31)) + + +### Bug Fixes + +* alternate push method ([32c5d81](https://github.com/defenseunicorns/uds-package-artifactory/commit/32c5d8198e396e71f39e77392a237046e1d89384)) +* branch conditional ([1b27b97](https://github.com/defenseunicorns/uds-package-artifactory/commit/1b27b974b028636bd79106219acde4dc12828cec)) +* branch filter ([4caad23](https://github.com/defenseunicorns/uds-package-artifactory/commit/4caad23df50ea7176b09fa61fe8879f467bd862a)) +* checkout pr branch ([c95a74f](https://github.com/defenseunicorns/uds-package-artifactory/commit/c95a74f26fa4d19b2923824268d244743b2ff367)) +* login to reg1 ([ecc705f](https://github.com/defenseunicorns/uds-package-artifactory/commit/ecc705feb792fd83baf37727a92006d0cbc006c3)) +* logs artifact name error ([dd4a754](https://github.com/defenseunicorns/uds-package-artifactory/commit/dd4a754523403cfd9fb18b2d0c4982da9629d9d9)) +* make artifacts unique ([552b047](https://github.com/defenseunicorns/uds-package-artifactory/commit/552b04728ac00d81745f5a039f95f953e56b9cd6)) +* orig zarf image regex manager ([2195e73](https://github.com/defenseunicorns/uds-package-artifactory/commit/2195e738429b5713763ea3c337ccfc93b4033d34)) +* push to correct branch ([f266f34](https://github.com/defenseunicorns/uds-package-artifactory/commit/f266f34b7fc2a97c5ac86ec47da8f4df446b3e6b)) +* remove concurrency ([5aa7b4a](https://github.com/defenseunicorns/uds-package-artifactory/commit/5aa7b4a66443d6a4854aa6d7fb7a1e5ae090e1d4)) +* wrong workflow ([3d98208](https://github.com/defenseunicorns/uds-package-artifactory/commit/3d98208d0e2f6992cc28de33e9394c9960e2b8ee)) + + +### Miscellaneous + +* add renovate for bb charts ([5f1614a](https://github.com/defenseunicorns/uds-package-artifactory/commit/5f1614a8600dbbfa29f0431593541c7c75a071da)) +* constrain postgres version to 15 ([8266767](https://github.com/defenseunicorns/uds-package-artifactory/commit/8266767aaff414a583209a81975796df1fa9dba5)) +* install zarf ([26453d9](https://github.com/defenseunicorns/uds-package-artifactory/commit/26453d932b648309a2979b569346be4a273603e2)) +* put timeout back ([60c4164](https://github.com/defenseunicorns/uds-package-artifactory/commit/60c4164e3f6aa6a70b1080b92ab12a6618e18384)) +* renovate images in zarf yaml, remove bad value yaml ([71180ff](https://github.com/defenseunicorns/uds-package-artifactory/commit/71180ff7d5dbcbbef38f7d8c8552722874c12dc8)) +* try other file pattern ([bd6c839](https://github.com/defenseunicorns/uds-package-artifactory/commit/bd6c8396a3284d14e40b0841b07baac3ed287bf8)) + ## [107.63.9-uds.1](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.63.9-uds.0...v107.63.9-uds.1) (2024-02-08) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 6dfad01..6cba850 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -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.63.9-uds.1 + version: 107.77.7-uds.0 # x-release-please-end packages: @@ -18,5 +18,5 @@ packages: - name: artifactory path: ../ # x-release-please-start-version - ref: 107.63.9-uds.1 + ref: 107.77.7-uds.0 # x-release-please-end diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 86ed7e8..3d0f1af 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -5,7 +5,7 @@ variables: - name: VERSION description: The version of the package to build # x-release-please-start-version - default: "107.63.9-uds.1" + default: "107.77.7-uds.0" # x-release-please-end - name: FLAVOR diff --git a/version.txt b/version.txt index d0b0be1..c886108 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -107.63.9-uds.1 +107.77.7-uds.0 diff --git a/zarf.yaml b/zarf.yaml index 4887afd..77cc8ad 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: artifactory description: "UDS Artifactory package" # x-release-please-start-version - version: "107.63.9-uds.1" + version: "107.77.7-uds.0" # x-release-please-end architecture: amd64 variables: