Update releases.json & releases-v2.json to include v1.35.0
parent
a2abb68df1
commit
d3804e6f10
|
@ -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": {
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
[
|
||||
{
|
||||
"checksums": {
|
||||
"darwin": "ba5ab2789ee0c40cefde30762656f3aa0bf47b15ee0bd808f3d7523cc54d75df",
|
||||
"linux": "75369b2d64543284232bcf7578b77d42953de213d1f19f745b414556239a3f0d",
|
||||
"windows": "7b7d2dcb130dc066d6f2d01dd1a54b92a35f8f7b0f849283a8bf4455dff8daea"
|
||||
},
|
||||
"name": "v1.35.0"
|
||||
},
|
||||
{
|
||||
"checksums": {
|
||||
"darwin": "0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue