Skip to content

Commit

Permalink
Update releases.json & releases-v2.json to include v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Sep 9, 2024
1 parent 210b148 commit 579af75
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
26 changes: 26 additions & 0 deletions deploy/minikube/releases-v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
[
{
"checksums": {
"amd64": {
"darwin": "0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0",
"linux": "c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9",
"windows": "cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b"
},
"arm": {
"linux": "19172329d564e68e6379e90de1a653aa445d7a91e3521ed9b8a3bfbbb257bbae"
},
"arm64": {
"darwin": "d760e65502017b716dec55c17e2c94c8e7a739d30650ffa698f4f4104a18314c",
"linux": "fbe55f563ac33328320d64c319f635386fe020eedf25cba8ebf3850048deb7ae"
},
"ppc64le": {
"linux": "e1bd56569a49713eec99f931cb755b4836163321f1744480099387250e12b127"
},
"s390x": {
"linux": "cca05a534ad7454bb07e6c27fd206988b1ad20b4f194d8d73a6e8165d4a70952"
},
"darwin": "0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0",
"linux": "c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9",
"windows": "cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b"
},
"name": "v1.34.0"
},
{
"checksums": {
"amd64": {
Expand Down
8 changes: 8 additions & 0 deletions deploy/minikube/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"checksums": {
"darwin": "0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0",
"linux": "c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9",
"windows": "cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b"
},
"name": "v1.34.0"
},
{
"checksums": {
"darwin": "6e1c3911c39b8de6b3ca31287f55b4f07ef329cd4b9ed62bf08378c2975580df",
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows

![Screenshot](/images/screenshot.png)

🎉 Latest Release: v1.33.1 - May 13, 2024 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))
🎉 Latest Release: v1.34.0 - Sep 09, 2024 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))

## Highlights

Expand Down

0 comments on commit 579af75

Please sign in to comment.