Commit Graph

236 Commits (e0a6887babba56e6c5f686e476908ea992b55521)

Author SHA1 Message Date
Medya Ghazizadeh 37266d4040
Merge pull request #11362 from kubernetes/dependabot/go_modules/google.golang.org/api-0.46.0
Bump google.golang.org/api from 0.45.0 to 0.46.0
2021-05-11 10:34:15 -07:00
dependabot[bot] 3b12c98ed0
Bump google.golang.org/api from 0.45.0 to 0.46.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.45.0...v0.46.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 07:51:22 +00:00
dependabot[bot] 1ce908894c
Bump github.com/otiai10/copy from 1.5.1 to 1.6.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 07:42:01 +00:00
Medya Ghazizadeh 75aca8f3e5
Merge pull request #11259 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.4
Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.21.4
2021-05-03 16:56:04 -07:00
dependabot[bot] 769b62a0e8
Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.21.4
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.3 to 3.21.4.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.3...v3.21.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 16:38:54 +00:00
dependabot[bot] 67e6a6daa3
Bump github.com/Azure/azure-sdk-for-go
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 43.0.0+incompatible to 43.3.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v43.0.0...v43.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 16:21:38 +00:00
Medya Ghazizadeh eae18b9c76
Merge pull request #11263 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.15.0
Bump cloud.google.com/go/storage from 1.13.0 to 1.15.0
2021-05-03 09:05:43 -07:00
dependabot[bot] 889b5c57e6
Bump cloud.google.com/go/storage from 1.13.0 to 1.15.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.13.0...spanner/v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 08:03:09 +00:00
dependabot[bot] 62cdd47bc0
Bump github.com/hashicorp/go-retryablehttp from 0.6.8 to 0.7.0
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.6.8 to 0.7.0.
- [Release notes](https://github.com/hashicorp/go-retryablehttp/releases)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.6.8...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 07:54:11 +00:00
Kent Iso 45a867d3b8 Add cpu usage benchmark 2021-04-29 01:06:26 +09:00
dependabot[bot] b9a2273e42
Bump google.golang.org/api from 0.44.0 to 0.45.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.44.0...v0.45.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 07:40:17 +00:00
Medya Ghazizadeh cbe11ca8ff
Merge pull request #11003 from tklauser/x-term
Use golang.org/x/term
2021-04-25 22:56:14 -07:00
Anders F Björklund 9ef5d255d2 Add support for build directory and Dockerfile
Will create a temporary tarball, if given a dir

Some code from github.com/fsouza/go-dockerclient
(but not exported as a library, for some reason)

Upgrade docker client and cherry-pick windows

From v18.09.0 to v19.03.15, plus c3a0a37446
Update go-dockerclient and remove internal deps
2021-04-21 20:26:06 +02:00
Tobias Klauser 112792fba0 Use golang.org/x/term
The golang.org/x/crypto/ssh/terminal package is deprecated and merely a
wrapper around golang.org/x/term. Thus, use the latter directly.
2021-04-21 12:50:48 +02:00
dependabot[bot] 91407dee28
Bump golang.org/x/text from 0.3.5 to 0.3.6
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.5...v0.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 18:51:47 +00:00
dependabot[bot] 6e9dc1efa1
Bump github.com/cheggaaa/pb/v3 from 3.0.7 to 3.0.8
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/cheggaaa/pb/releases)
- [Commits](https://github.com/cheggaaa/pb/compare/v3.0.7...v3.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 21:45:47 +00:00
Steven Powell 82dca90b34 go mod tidy 2021-04-09 14:58:45 -07:00
Ilya Zuyev 8d8f95305b Merge branch 'master' into ilyaz/do_not_run_amd64_on_m1 2021-04-08 11:44:52 -07:00
Medya Ghazizadeh ddd9ba27c5
Merge pull request #10991 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.3
Bump github.com/shirou/gopsutil/v3 from 3.21.2 to 3.21.3
2021-04-07 16:59:51 -07:00
Ilya Zuyev d1431f67a6 exit if run amd64 binary on M1 cpu 2021-04-07 15:44:03 -07:00
Medya Ghazizadeh 726e26b154
Merge pull request #10983 from alonyb/upgrade-spinner
upgrade spinner library
2021-04-05 13:17:03 -07:00
dependabot[bot] b102765347
Bump github.com/shirou/gopsutil/v3 from 3.21.2 to 3.21.3
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.2 to 3.21.3.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.2...v3.21.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 07:59:28 +00:00
dependabot[bot] 32e9c4d034
Bump github.com/cheggaaa/pb/v3 from 3.0.6 to 3.0.7
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/cheggaaa/pb/releases)
- [Commits](https://github.com/cheggaaa/pb/compare/v3.0.6...v3.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 07:58:50 +00:00
alonyb ef114ccc1c upgrade spinner library 2021-04-04 15:28:45 -05:00
dependabot[bot] ab1dce0e69
Bump google.golang.org/api from 0.40.0 to 0.43.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.40.0 to 0.43.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.40.0...v0.43.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 02:09:34 +00:00
Medya Gh 11c9b70b06 klog 2021-03-29 15:01:06 -07:00
Medya Ghazizadeh 660cc42e88
Merge pull request #10823 from azhao155/yzhao/feature/auto-hook
Add auto-pause webhook to inject env into pods for redirecting in-cluster kubectl request to reverse proxy of api server.
2021-03-29 09:53:14 -07:00
dependabot[bot] daea14dbf8
Bump golang.org/x/text from 0.3.4 to 0.3.5
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 07:41:47 +00:00
Medya Ghazizadeh f567893cdb
Merge pull request #10872 from tharun208/feat/docker_env_status
add docker-env and podman-env to minikube status
2021-03-23 20:44:11 -07:00
Tharun d72eea61c9 add test for docker-env status check and fix feedbacks
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-23 23:25:38 +05:30
Predrag Rogic d3750704de
k8s libs: upgrade to v0.20.5 2021-03-23 14:30:22 +00:00
Predrag Rogic 03050a6b81
k8s libs: upgrade to v0.20.5 2021-03-23 14:28:55 +00:00
Predrag Rogic 368703ca35
k8s libs: upgrade to v0.20.5 2021-03-23 14:28:00 +00:00
hetong07 5f0720e042 update go.sum and go.mod to reflect https://github.com/machine-drivers/machine/pull/33 2021-03-22 21:51:34 -07:00
dependabot[bot] dfe6c07adb
Bump github.com/otiai10/copy from 1.0.2 to 1.5.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.0.2 to 1.5.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.0.2...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 04:19:19 +00:00
dependabot[bot] a3b51cb912
Bump github.com/shirou/gopsutil/v3 from 3.21.1 to 3.21.2
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.1 to 3.21.2.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.1...v3.21.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 03:48:08 +00:00
Medya Ghazizadeh 141a7da152
Merge pull request #10818 from afbjorklund/box-cli
Add a red box around docker desktop registry port
2021-03-22 18:48:51 -07:00
dependabot[bot] 3c5d1d6579
Bump k8s.io/klog/v2 from 2.4.0 to 2.8.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.4.0 to 2.8.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.4.0...v2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 00:34:51 +00:00
dependabot[bot] 892ad3d55d
Bump k8s.io/client-go from 0.18.8 to 0.20.5
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.8 to 0.20.5.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.18.8...v0.20.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 07:43:27 +00:00
Anders F Björklund 1c5d35e3f3 Pull image after load with go-containerregistry 2021-03-21 18:01:17 +01:00
Anders F Björklund 2cfc608bbf Add progressbar when downloading kic base image 2021-03-21 14:20:29 +01:00
Medya Gh f17f8a458f go mod tidy 2021-03-15 17:06:20 -07:00
dependabot[bot] 8615fc142d
Bump github.com/cheggaaa/pb/v3 from 3.0.1 to 3.0.6
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) from 3.0.1 to 3.0.6.
- [Release notes](https://github.com/cheggaaa/pb/releases)
- [Commits](https://github.com/cheggaaa/pb/compare/v3.0.1...v3.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 20:18:13 +00:00
dependabot[bot] a2d3a8a412
Bump golang.org/x/mod from 0.4.1 to 0.4.2
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.4.1...v0.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 07:52:15 +00:00
Yanshu Zhao 91f9bd6ef9 Add webhook to inject env to redirect inner cluster requests to haproxy
in auto-pause
2021-03-15 05:56:44 +00:00
Anders F Björklund 5cf8dce944 Add a red box around docker desktop registry port
To make it harder to miss the notice, with the rest of the emojis

Also remove some stray "on" text, but do add "driver" and "port"
2021-03-14 16:18:53 +01:00
Medya Gh ee74d42eba merge conflict 2021-03-11 01:14:06 -08:00
dependabot[bot] 024d496a16
Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.4...v0.5.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 08:07:48 +00:00
Medya Gh 938f552d30 fix go mod 2021-03-09 19:47:28 -08:00
Medya Gh 77693d6661 fix go mod 2021-03-09 19:47:28 -08:00