Skip to content

Commit

Permalink
chore(main): release 8.0.1-uds.0 (#41)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.0.1-uds.0](v7.2.7-uds.0...v8.0.1-uds.0)
(2024-10-28)


### Features

* add unicorn flavor
([#44](#44))
([14386d7](14386d7))


### Miscellaneous

* set fail-fast to true on test matrix
([#42](#42))
([1a04f76](1a04f76))
* silver badge, streamline README and GH permissions
([#40](#40))
([f413d11](f413d11))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 14386d7 commit a26540f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
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.7-uds.0"
".": "8.0.1-uds.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [8.0.1-uds.0](/~https://github.com/defenseunicorns/uds-package-valkey/compare/v7.2.7-uds.0...v8.0.1-uds.0) (2024-10-28)


### Features

* add unicorn flavor ([#44](/~https://github.com/defenseunicorns/uds-package-valkey/issues/44)) ([14386d7](/~https://github.com/defenseunicorns/uds-package-valkey/commit/14386d7ac90949fb80b14854b6dc99358f091593))


### Miscellaneous

* set fail-fast to true on test matrix ([#42](/~https://github.com/defenseunicorns/uds-package-valkey/issues/42)) ([1a04f76](/~https://github.com/defenseunicorns/uds-package-valkey/commit/1a04f7690cedc0f7d9a096fa26cf6dbaba3cd797))
* silver badge, streamline README and GH permissions ([#40](/~https://github.com/defenseunicorns/uds-package-valkey/issues/40)) ([f413d11](/~https://github.com/defenseunicorns/uds-package-valkey/commit/f413d1163c84d159f5df3fc85e2c60ed30894e6a))

## [7.2.7-uds.0](/~https://github.com/defenseunicorns/uds-package-valkey/compare/v7.2.6-uds.0...v7.2.7-uds.0) (2024-10-22)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,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.7-uds.0
version: 8.0.1-uds.0
# x-release-please-end

packages:
- name: valkey
path: ../
# x-release-please-start-version
ref: 7.2.7-uds.0
ref: 8.0.1-uds.0
# x-release-please-end
overrides:
valkey:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "7.2.7-uds.0"
version: "8.0.1-uds.0"
# 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.7-uds.0
8.0.1-uds.0
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.7-uds.0"
version: "8.0.1-uds.0"
# x-release-please-end

components:
Expand Down

0 comments on commit a26540f

Please sign in to comment.