From 5b91b1e0809cc34b397cf3914cda81e32ccb85b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:19:46 -0700 Subject: [PATCH] chore(main): release 1.4.0 (#342) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ bundle/uds-bundle.yaml | 4 ++-- releaser.yaml | 6 +++--- tasks.yaml | 2 +- zarf.yaml | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd94..4c313f93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43767672..26ae7010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.0](https://github.com/defenseunicorns/uds-common/compare/v1.3.0...v1.4.0) (2024-11-22) + + +### Features + +* login to ghcr from gitlab for upgrade tests and avoiding rate limiting ([#343](https://github.com/defenseunicorns/uds-common/issues/343)) ([e299d1c](https://github.com/defenseunicorns/uds-common/commit/e299d1c9b6c8d1cb9af3f087e62a98ba2793bbd9)) + + +### Miscellaneous + +* **deps:** update uds common support dependencies ([#344](https://github.com/defenseunicorns/uds-common/issues/344)) ([9365b36](https://github.com/defenseunicorns/uds-common/commit/9365b36350a93b263a7248c41229684241959691)) +* **deps:** update uds common support dependencies to v0.32.0 ([#347](https://github.com/defenseunicorns/uds-common/issues/347)) ([14f4841](https://github.com/defenseunicorns/uds-common/commit/14f48411704c4df466f3f5c47f6cb90e84a592fb)) +* fix broken links and change name of package integration guide ([#346](https://github.com/defenseunicorns/uds-common/issues/346)) ([c470dea](https://github.com/defenseunicorns/uds-common/commit/c470dea2c0dc108164ceab9acb7b567af703a48e)) +* update uds-package-requirements with new CODEOWNERS reqs ([#339](https://github.com/defenseunicorns/uds-common/issues/339)) ([462b7e9](https://github.com/defenseunicorns/uds-common/commit/462b7e9d45bcfdf5fae54b09cd51e112a713214a)) + ## [1.3.0](https://github.com/defenseunicorns/uds-common/compare/v1.2.2...v1.3.0) (2024-11-18) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index c6d7b934..d020aff8 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -6,12 +6,12 @@ metadata: name: test description: The testing UDS bundle # x-release-please-start-version - version: 1.3.0 + version: 1.4.0 # x-release-please-end packages: - name: nginx path: ../ # x-release-please-start-version - ref: 1.3.0 + ref: 1.4.0 # x-release-please-end diff --git a/releaser.yaml b/releaser.yaml index f61ad95f..223ccf44 100644 --- a/releaser.yaml +++ b/releaser.yaml @@ -4,13 +4,13 @@ flavors: - name: upstream # x-release-please-start-version - version: 1.3.0 + version: 1.4.0 # x-release-please-end - name: registry1 # x-release-please-start-version - version: 1.3.0 + version: 1.4.0 # x-release-please-end - name: unicorn # x-release-please-start-version - version: 1.3.0 + version: 1.4.0 # x-release-please-end diff --git a/tasks.yaml b/tasks.yaml index d958b936..e11254ee 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -16,7 +16,7 @@ includes: variables: - name: VERSION # x-release-please-start-version - default: 1.3.0 + default: 1.4.0 # x-release-please-end tasks: diff --git a/zarf.yaml b/zarf.yaml index 9b3bf5f0..688e8066 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -7,7 +7,7 @@ metadata: name: nginx description: UDS nginx package # x-release-please-start-version - version: 1.3.0 + version: 1.4.0 # x-release-please-end