Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 7.2.5-uds.1 #13

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.2.5-uds.0"
".": "7.2.5-uds.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.5-uds.0
7.2.5-uds.1
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down