Skip to content

Commit

Permalink
Update releases.json & releases-v2.json to include v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot authored and medyagh committed Jan 16, 2025
1 parent a2abb68 commit d3804e6
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": "ba5ab2789ee0c40cefde30762656f3aa0bf47b15ee0bd808f3d7523cc54d75df",
"linux": "75369b2d64543284232bcf7578b77d42953de213d1f19f745b414556239a3f0d",
"windows": "7b7d2dcb130dc066d6f2d01dd1a54b92a35f8f7b0f849283a8bf4455dff8daea"
},
"arm": {
"linux": "51f42c10abc5787e31c6109f89a89cd5360aea2140839a9a19b854281a8ab1fc"
},
"arm64": {
"darwin": "7fb0877ca27db4bf2e637fd4a31131b8afa5947b37f07d0e406382a06e319ca8",
"linux": "75549bfdbc3fe483c060e5aa5b848374426552d7e346df8bd15ad77532243767"
},
"ppc64le": {
"linux": "7b875692064a6416cc692ae5ff714b5bfa71c17901b2544913f7f2071f6c85c6"
},
"s390x": {
"linux": "c6dbd7853e33b1f056ef6f752850e91b72116fa83b86b403184e1ec513451d55"
},
"darwin": "ba5ab2789ee0c40cefde30762656f3aa0bf47b15ee0bd808f3d7523cc54d75df",
"linux": "75369b2d64543284232bcf7578b77d42953de213d1f19f745b414556239a3f0d",
"windows": "7b7d2dcb130dc066d6f2d01dd1a54b92a35f8f7b0f849283a8bf4455dff8daea"
},
"name": "v1.35.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": "ba5ab2789ee0c40cefde30762656f3aa0bf47b15ee0bd808f3d7523cc54d75df",
"linux": "75369b2d64543284232bcf7578b77d42953de213d1f19f745b414556239a3f0d",
"windows": "7b7d2dcb130dc066d6f2d01dd1a54b92a35f8f7b0f849283a8bf4455dff8daea"
},
"name": "v1.35.0"
},
{
"checksums": {
"darwin": "0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0",
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.34.0 - Sep 09, 2024 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))
🎉 Latest Release: v1.35.0 - Jan 15, 2025 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))

## Highlights

Expand Down

0 comments on commit d3804e6

Please sign in to comment.