Update releases.json & releases-v2.json to include v1.30.1
parent
08896fd1dc
commit
7c82cdde11
|
@ -1,4 +1,30 @@
|
|||
[
|
||||
{
|
||||
"checksums": {
|
||||
"amd64": {
|
||||
"darwin": "b5938a8772c5565b5d0b795938c367c5190bf65bb51fc55fb2417cb4e1d04ef1",
|
||||
"linux": "e53d9e8c31f4c5f683182f5323d3527aa0725f713945c6d081cf71aa548ab388",
|
||||
"windows": "cb3cf94860bd7a6ccb514fb1fed6641c51bcd9de1ea1a823cf862e632852af4a"
|
||||
},
|
||||
"arm": {
|
||||
"linux": "cd80af213fa394127311096a60f69c216c3d8c242765833fd5fcd54be9e7a7ad"
|
||||
},
|
||||
"arm64": {
|
||||
"darwin": "3aa935f0657b25634944510bb2e1111f49d19d0cba32dcd594721c6673ba0a01",
|
||||
"linux": "3addf91be8cf1cb460b856171d3621b8b2f4bc96254246c912aeb30671ac37b7"
|
||||
},
|
||||
"ppc64le": {
|
||||
"linux": "65cd4e46dd3a8c14c61c271ef67bb17c4c5498870d7eada548cf06eafcf73c40"
|
||||
},
|
||||
"s390x": {
|
||||
"linux": "79f9bb083940563c65c2a01d48ddff3c515e7e67c1fc65e70c7b42b507d4a5cb"
|
||||
},
|
||||
"darwin": "b5938a8772c5565b5d0b795938c367c5190bf65bb51fc55fb2417cb4e1d04ef1",
|
||||
"linux": "e53d9e8c31f4c5f683182f5323d3527aa0725f713945c6d081cf71aa548ab388",
|
||||
"windows": "cb3cf94860bd7a6ccb514fb1fed6641c51bcd9de1ea1a823cf862e632852af4a"
|
||||
},
|
||||
"name": "v1.30.1"
|
||||
},
|
||||
{
|
||||
"checksums": {
|
||||
"amd64": {
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
[
|
||||
{
|
||||
"checksums": {
|
||||
"darwin": "b5938a8772c5565b5d0b795938c367c5190bf65bb51fc55fb2417cb4e1d04ef1",
|
||||
"linux": "e53d9e8c31f4c5f683182f5323d3527aa0725f713945c6d081cf71aa548ab388",
|
||||
"windows": "cb3cf94860bd7a6ccb514fb1fed6641c51bcd9de1ea1a823cf862e632852af4a"
|
||||
},
|
||||
"name": "v1.30.1"
|
||||
},
|
||||
{
|
||||
"checksums": {
|
||||
"darwin": "929e79926e27f149ada6f1c4ee5774fbde586359b731868e15af28b6c24ab57c",
|
||||
|
|
|
@ -11,7 +11,7 @@ minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows
|
|||
|
||||

|
||||
|
||||
🎉 Latest Release: v1.30.0 - Apr 03, 2023 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))
|
||||
🎉 Latest Release: v1.30.1 - Apr 04, 2023 ([changelog](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md))
|
||||
|
||||
## Highlights
|
||||
|
||||
|
|
Loading…
Reference in New Issue