Merge pull request #10681 from minikube-bot/jenkins-releases.json-v1.18.0

update releases.json to include v1.18.0
pull/10716/head
Medya Ghazizadeh 2021-03-01 21:12:27 -08:00 committed by GitHub
commit 9d68afb14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,12 @@
[
{
"name": "v1.18.0",
"checksums": {
"darwin": "a8c78a01fb129a7c66bad25bace89dc59e912b7fc0a8456de3321f9adce7a01e",
"linux": "7a330bcd45c96633c14aabcae74b3308eacf6e552a5f6ccd565a03e2f293785f",
"windows": "264b8bd9062d73b7570a26455f646fbfbce9b7bfaf375cf5642ae17937e1f79a"
}
},
{
"name": "v1.17.1",
"checksums": {

1
go.mod
View File

@ -94,6 +94,7 @@ require (
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.3.0
gotest.tools/v3 v3.0.2 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8