From c2ad304a6b5080c713507715452a7fc909244064 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:57:12 -0600 Subject: [PATCH] chore(main): release 7.2.5-uds.1 (#13) :robot: I have created a release *beep* *boop* --- ## [7.2.5-uds.1](https://github.com/defenseunicorns/uds-package-valkey/compare/v7.2.5-uds.0...v7.2.5-uds.1) (2024-07-08) ### Features * allow for native package secret copying ([#16](https://github.com/defenseunicorns/uds-package-valkey/issues/16)) ([2e54bd7](https://github.com/defenseunicorns/uds-package-valkey/commit/2e54bd7665211361075fd59173b860f352534622)) ### Miscellaneous * add pre release testing and publish arm package ([#12](https://github.com/defenseunicorns/uds-package-valkey/issues/12)) ([543a3a6](https://github.com/defenseunicorns/uds-package-valkey/commit/543a3a6fdeae50290684ddadb52d89e6fdb61f05)) * **deps:** update support-deps to v4.3.4 ([#17](https://github.com/defenseunicorns/uds-package-valkey/issues/17)) ([a43a254](https://github.com/defenseunicorns/uds-package-valkey/commit/a43a254025082cd4d28972af090d7968a3cd448a)) * **deps:** update valkey package dependencies ([#10](https://github.com/defenseunicorns/uds-package-valkey/issues/10)) ([df9af9f](https://github.com/defenseunicorns/uds-package-valkey/commit/df9af9f0530d1aaebf6da9e3edcbafeeddb118b1)) * **deps:** update valkey support dependencies ([#7](https://github.com/defenseunicorns/uds-package-valkey/issues/7)) ([ebd1b18](https://github.com/defenseunicorns/uds-package-valkey/commit/ebd1b18922dfa5971e80123924bd2950eb47fd05)) * normalize the repository README and remove `.vscode` ([#14](https://github.com/defenseunicorns/uds-package-valkey/issues/14)) ([2ab1840](https://github.com/defenseunicorns/uds-package-valkey/commit/2ab1840800f8f9dd448d2242ec769b49d90c7d81)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ bundle/uds-bundle.yaml | 4 ++-- tasks/publish.yaml | 2 +- version.txt | 2 +- zarf.yaml | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34b9900..1d07680 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.5-uds.0" + ".": "7.2.5-uds.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c760f01..b5e90b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [7.2.5-uds.1](https://github.com/defenseunicorns/uds-package-valkey/compare/v7.2.5-uds.0...v7.2.5-uds.1) (2024-07-08) + + +### Features + +* allow for native package secret copying ([#16](https://github.com/defenseunicorns/uds-package-valkey/issues/16)) ([2e54bd7](https://github.com/defenseunicorns/uds-package-valkey/commit/2e54bd7665211361075fd59173b860f352534622)) + + +### Miscellaneous + +* add pre release testing and publish arm package ([#12](https://github.com/defenseunicorns/uds-package-valkey/issues/12)) ([543a3a6](https://github.com/defenseunicorns/uds-package-valkey/commit/543a3a6fdeae50290684ddadb52d89e6fdb61f05)) +* **deps:** update support-deps to v4.3.4 ([#17](https://github.com/defenseunicorns/uds-package-valkey/issues/17)) ([a43a254](https://github.com/defenseunicorns/uds-package-valkey/commit/a43a254025082cd4d28972af090d7968a3cd448a)) +* **deps:** update valkey package dependencies ([#10](https://github.com/defenseunicorns/uds-package-valkey/issues/10)) ([df9af9f](https://github.com/defenseunicorns/uds-package-valkey/commit/df9af9f0530d1aaebf6da9e3edcbafeeddb118b1)) +* **deps:** update valkey support dependencies ([#7](https://github.com/defenseunicorns/uds-package-valkey/issues/7)) ([ebd1b18](https://github.com/defenseunicorns/uds-package-valkey/commit/ebd1b18922dfa5971e80123924bd2950eb47fd05)) +* normalize the repository README and remove `.vscode` ([#14](https://github.com/defenseunicorns/uds-package-valkey/issues/14)) ([2ab1840](https://github.com/defenseunicorns/uds-package-valkey/commit/2ab1840800f8f9dd448d2242ec769b49d90c7d81)) + ## [7.2.5-uds.0](https://github.com/defenseunicorns/uds-package-valkey/compare/v1.11.0-uds.1...v7.2.5-uds.0) (2024-06-12) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index d97a6f1..6be751b 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -3,14 +3,14 @@ metadata: name: valkey-test description: A UDS bundle for deploying Valkey and on a development cluster # x-release-please-start-version - version: 7.2.5-uds.0 + version: 7.2.5-uds.1 # x-release-please-end packages: - name: valkey path: ../ # x-release-please-start-version - ref: 7.2.5-uds.0 + ref: 7.2.5-uds.1 # x-release-please-end overrides: valkey: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 2ab45b7..05c3d8a 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -19,5 +19,5 @@ tasks: task: publish:package with: # x-release-please-start-version - version: "7.2.5-uds.0" + version: "7.2.5-uds.1" # x-release-please-end diff --git a/version.txt b/version.txt index c04c0da..6efc0ac 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.2.5-uds.0 +7.2.5-uds.1 diff --git a/zarf.yaml b/zarf.yaml index 0b24784..08d4001 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "A deployment of Valkey (a Redis alternative by the Linux Foundation)" url: https://github.com/valkey-io/valkey # x-release-please-start-version - version: "7.2.5-uds.0" + version: "7.2.5-uds.1" # x-release-please-end components: