Commit Graph

642 Commits (e83741569a9c4d7bae2b050682ea8b314fbb06d7)

Author SHA1 Message Date
Medya Ghazizadeh cf6716bc2e
Merge pull request #13941 from kubernetes/dependabot/go_modules/github.com/cenkalti/backoff/v4-4.1.3
Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3
2022-04-12 13:11:20 -07:00
dependabot[bot] 3876ed2b0a
Bump go.opentelemetry.io/otel/sdk from 1.6.1 to 1.6.3
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.6.1 to 1.6.3.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:05:19 +00:00
dependabot[bot] 631589513e
Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:04:59 +00:00
dependabot[bot] ad79c6f7ad
Bump cloud.google.com/go/storage from 1.21.0 to 1.22.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.21.0...spanner/v1.22.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:04:53 +00:00
Medya Ghazizadeh 77025f82a9
Merge pull request #13900 from spowelljr/improveLanguageDetection
improve language detection
2022-04-05 14:42:19 -07:00
Steven Powell 403264258a improve language detection 2022-04-04 14:22:43 -07:00
dependabot[bot] da22fb867b
Bump google.golang.org/api from 0.73.0 to 0.74.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.73.0...v0.74.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 19:09:30 +00:00
Medya Ghazizadeh f3fc6de68f
Merge pull request #13907 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.3
Bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3
2022-04-04 12:06:34 -07:00
Medya Ghazizadeh 9ba6e21fd1
Merge pull request #13908 from kubernetes/dependabot/go_modules/libvirt.org/go/libvirt-1.8002.0
Bump libvirt.org/go/libvirt from 1.8001.0 to 1.8002.0
2022-04-04 11:43:48 -07:00
Anders F Björklund 77ed383578 Fork the machine qemu driver into minikube qemu2
This is an internal driver, with the new driver config
rather than the machine flags of the external driver.
2022-04-04 20:16:48 +02:00
Anders F Björklund 927d7d5596 Upgrade to latest docker-machine-driver-qemu
It is still ancient, so there is bound to be issues
with the vendored code from libmachine and drivers.
2022-04-04 20:15:22 +02:00
Anders F Björklund 98b8b6a0b4 Upgrade to latest docker-machine-driver-qemu
Copy some of the default values from the regular setup,
that is not used when not using docker-machine config.
2022-04-04 20:15:22 +02:00
Anders F Björklund 284ad62394 Add the qemu driver to the minikube registry
Since the machine drivers are hardcoded in minikube,
drivers need to be added to the registry to be tested.

Add a basic sanity check for the qemu-system binary,
and set up the basic configuration such as cpus/memory.
2022-04-04 20:15:22 +02:00
dependabot[bot] 04168659ae
Bump libvirt.org/go/libvirt from 1.8001.0 to 1.8002.0
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.8001.0 to 1.8002.0.
- [Release notes](https://gitlab.com/libvirt/libvirt-go-module/tags)
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.8001.0...v1.8002.0)

---
updated-dependencies:
- dependency-name: libvirt.org/go/libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:09:11 +00:00
dependabot[bot] 79d833a983
Bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.2...v3.22.3)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:09:03 +00:00
dependabot[bot] 31a7a98eb8
Bump github.com/cloudevents/sdk-go/v2 from 2.8.0 to 2.9.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:08:45 +00:00
Steven Powell 03b5bb7bef
Merge pull request #13864 from minikube-bot/auto_bump_golang_version
bump golang version
2022-03-30 16:12:10 -07:00
dependabot[bot] 6484921dd9
Bump go.opentelemetry.io/otel/sdk from 1.6.0 to 1.6.1
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 22:19:30 +00:00
dependabot[bot] f445ab8201
Bump go.opentelemetry.io/otel/trace from 1.6.0 to 1.6.1
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 18:04:43 +00:00
minikube-bot b8ba447784 bump golang versions 2022-03-28 09:02:23 +00:00
Medya Ghazizadeh a0ed1ed7d6
Merge pull request #13850 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.14incompatible
Bump github.com/docker/docker from 20.10.13+incompatible to 20.10.14+incompatible
2022-03-25 12:02:26 -07:00
dependabot[bot] 8b46b08130
Bump go.opentelemetry.io/otel/sdk from 1.5.0 to 1.6.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:05:15 +00:00
dependabot[bot] b3eadf343f
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.13+incompatible to 20.10.14+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.13...v20.10.14)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:05:05 +00:00
Medya Ghazizadeh 538f5fc3c9
Merge pull request #13824 from kubernetes/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.5.0
Bump go.opentelemetry.io/otel/sdk from 1.4.0 to 1.5.0
2022-03-23 13:08:18 -07:00
dependabot[bot] a070c07ce8
Bump google.golang.org/api from 0.71.0 to 0.73.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.71.0 to 0.73.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.71.0...v0.73.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 17:23:31 +00:00
Medya Ghazizadeh aaeb887c6e
Merge pull request #13836 from kubernetes/dependabot/go_modules/gonum.org/v1/plot-0.11.0
Bump gonum.org/v1/plot from 0.10.0 to 0.11.0
2022-03-23 10:22:10 -07:00
Medya Ghazizadeh 9f7cc916c0
Merge pull request #13837 from kubernetes/dependabot/go_modules/github.com/spf13/cobra-1.4.0
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
2022-03-23 10:14:24 -07:00
Medya Ghazizadeh 2a887a05ec
Merge pull request #13834 from kubernetes/dependabot/go_modules/k8s.io/klog/v2-2.60.1
Bump k8s.io/klog/v2 from 2.40.1 to 2.60.1
2022-03-22 12:17:50 -07:00
dependabot[bot] 4892938743
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/v1.4.0/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 19:04:14 +00:00
dependabot[bot] c02ac922dc
Bump go.opentelemetry.io/otel/sdk from 1.4.0 to 1.5.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 19:02:56 +00:00
dependabot[bot] 1fb3fa5071
Bump gonum.org/v1/plot from 0.10.0 to 0.11.0
Bumps gonum.org/v1/plot from 0.10.0 to 0.11.0.

---
updated-dependencies:
- dependency-name: gonum.org/v1/plot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 19:01:54 +00:00
dependabot[bot] 545dddd762
Bump k8s.io/klog/v2 from 2.40.1 to 2.60.1
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.40.1 to 2.60.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.40.1...v2.60.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 19:01:35 +00:00
Medya Ghazizadeh 64c0c32d4b
Merge pull request #13831 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.2
Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2
2022-03-22 12:01:08 -07:00
Medya Ghazizadeh f5b61d2a2c
Merge pull request #13833 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.13incompatible
Bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible
2022-03-22 12:00:44 -07:00
Medya Ghazizadeh f602dd92c0
Merge pull request #13832 from kubernetes/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.5.0
Bump go.opentelemetry.io/otel/trace from 1.4.1 to 1.5.0
2022-03-22 12:00:32 -07:00
dependabot[bot] 30ae74da96
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.12+incompatible to 20.10.13+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.12...v20.10.13)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 16:56:37 +00:00
dependabot[bot] d7609344ad
Bump cloud.google.com/go/storage from 1.20.0 to 1.21.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.20.0...spanner/v1.21.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 16:38:33 +00:00
dependabot[bot] 2d7c54b675
Bump go.opentelemetry.io/otel/trace from 1.4.1 to 1.5.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 16:38:25 +00:00
dependabot[bot] 4985d95d3f
Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.1 to 3.22.2.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.1...v3.22.2)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 18:38:09 +02:00
Medya Ghazizadeh 60d34b643e
Merge pull request #13611 from kubernetes/dependabot/go_modules/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace-1.3.0
Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.0.0 to 1.3.0
2022-03-22 09:36:22 -07:00
Medya Ghazizadeh f28d217548
Merge pull request #13750 from kubernetes/dependabot/go_modules/libvirt.org/go/libvirt-1.8001.0
Bump libvirt.org/go/libvirt from 1.7010.0 to 1.8001.0
2022-03-22 09:35:53 -07:00
dependabot[bot] e4c44f65f2
Bump k8s.io/kubectl from 0.22.2 to 0.23.5
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.22.2 to 0.23.5.
- [Release notes](https://github.com/kubernetes/kubectl/releases)
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.22.2...v0.23.5)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 18:10:14 +00:00
dependabot[bot] 244b3106d5
Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 20:36:55 +00:00
dependabot[bot] c09ad8d360
Bump google.golang.org/api from 0.70.0 to 0.71.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.70.0 to 0.71.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.70.0...v0.71.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 17:56:20 +00:00
dependabot[bot] 8f2195b3ef
Bump google.golang.org/api from 0.68.0 to 0.70.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.68.0 to 0.70.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.68.0...v0.70.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 19:38:19 +00:00
dependabot[bot] 5a8567580a
Bump libvirt.org/go/libvirt from 1.7010.0 to 1.8001.0
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.7010.0 to 1.8001.0.
- [Release notes](https://gitlab.com/libvirt/libvirt-go-module/tags)
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.7010.0...v1.8001.0)

---
updated-dependencies:
- dependency-name: libvirt.org/go/libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 19:38:05 +00:00
dependabot[bot] a5bdbc5959
Bump k8s.io/component-base from 0.22.4 to 0.23.4
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.22.4 to 0.23.4.
- [Release notes](https://github.com/kubernetes/component-base/releases)
- [Commits](https://github.com/kubernetes/component-base/compare/v0.22.4...v0.23.4)

---
updated-dependencies:
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 18:05:29 +00:00
dependabot[bot] 4e0cfbae56
Bump go.opentelemetry.io/otel/sdk from 1.3.0 to 1.4.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 18:05:41 +00:00
Medya Ghazizadeh 045f1c687d
Merge pull request #13585 from kubernetes/dependabot/go_modules/google.golang.org/api-0.68.0
Bump google.golang.org/api from 0.66.0 to 0.68.0
2022-02-09 14:18:48 -08:00
Medya Ghazizadeh e6020b5646
Merge pull request #13515 from chungjin/dep_upgrade/trace
[deps] upgrade go.opentelemetry.io/otel to v1.3.0
2022-02-09 08:56:25 -08:00
dependabot[bot] df515f1d95
Bump google.golang.org/api from 0.66.0 to 0.68.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.66.0 to 0.68.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.66.0...v0.68.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 04:04:12 +00:00
dependabot[bot] be118b97e5
Bump github.com/shirou/gopsutil/v3 from 3.21.12 to 3.22.1
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.12 to 3.22.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.12...v3.22.1)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 00:44:53 +00:00
dependabot[bot] cd72407903
Bump cloud.google.com/go/storage from 1.19.0 to 1.20.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.19.0...spanner/v1.20.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 18:05:06 +00:00
Medya Ghazizadeh d41e12c0eb
Merge pull request #13522 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.12incompatible
Bump github.com/docker/docker from 20.10.11+incompatible to 20.10.12+incompatible
2022-02-03 14:07:22 -08:00
Steven Powell 6c72f9378b support legacy releases.json file 2022-02-01 17:11:33 -08:00
dependabot[bot] 72e67cf4a6
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.11+incompatible to 20.10.12+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.11...v20.10.12)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 20:41:41 +00:00
dependabot[bot] 66c3fb6616
Bump cloud.google.com/go/storage from 1.18.2 to 1.19.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.18.2...spanner/v1.19.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 18:04:23 +00:00
Jin Zhang cb8577f4be [deps] upgrade go.opentelemetry.io/otel to v1.3.0 2022-01-30 08:12:15 +00:00
Medya Ghazizadeh 572e29e74d
Merge pull request #13440 from prezha/upgrade-libvirt
upgrade libvirt to "8th gen"
2022-01-24 16:10:44 -08:00
Medya Ghazizadeh 1183197301
Merge pull request #13450 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.8.0
Bump github.com/cloudevents/sdk-go/v2 from 2.6.1 to 2.8.0
2022-01-24 15:56:29 -08:00
dependabot[bot] f54590f0e5
Bump github.com/cloudevents/sdk-go/v2 from 2.6.1 to 2.8.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.6.1 to 2.8.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.6.1...v2.8.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 18:04:28 +00:00
dependabot[bot] 1412f41a72
Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 18:04:20 +00:00
Predrag Rogic a23f8381f7
upgrade-libvirt to 8th gen 2022-01-23 02:58:49 +00:00
Steven Powell 2fdff5b048 revert docker dep update 2022-01-18 15:25:36 -08:00
Steven Powell a6f3e13a15
Merge pull request #13384 from kubernetes/dependabot/go_modules/github.com/spf13/viper-1.10.1
Bump github.com/spf13/viper from 1.10.0 to 1.10.1
2022-01-18 14:17:12 -08:00
dependabot[bot] b1aff9a59f
Bump github.com/spf13/viper from 1.10.0 to 1.10.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 21:45:06 +00:00
dependabot[bot] e26b928c6a
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.11+incompatible to 20.10.12+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.11...v20.10.12)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 21:44:17 +00:00
Steven Powell 9e96d25450
Merge pull request #13376 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.8.0
Bump github.com/cloudevents/sdk-go/v2 from 2.6.1 to 2.8.0
2022-01-18 13:36:05 -08:00
Steven Powell aafdd18683
Merge pull request #13378 from kubernetes/dependabot/go_modules/k8s.io/client-go-0.23.1
Bump k8s.io/client-go from 0.22.4 to 0.23.1
2022-01-18 13:35:13 -08:00
dependabot[bot] ac7e7583c9
Bump github.com/cloudevents/sdk-go/v2 from 2.6.1 to 2.8.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.6.1 to 2.8.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.6.1...v2.8.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 21:24:53 +00:00
Steven Powell ee4fe2df9b
Merge pull request #13365 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.12
Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12
2022-01-18 13:21:50 -08:00
dependabot[bot] 863c811653
Bump k8s.io/client-go from 0.22.4 to 0.23.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.22.4 to 0.23.1.
- [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.22.4...v0.23.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 19:38:01 +00:00
dependabot[bot] 3b86837594
Bump k8s.io/klog/v2 from 2.30.0 to 2.40.1
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.30.0 to 2.40.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.30.0...v2.40.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 19:00:39 +00:00
dependabot[bot] 7ef9e57bd2
Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.10 to 3.21.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.10...v3.21.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 18:35:16 +00:00
dependabot[bot] 33ba495c7e
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 18:04:26 +00:00
Medya Gh d21f2cd737 gomod: remove dependecy on kuberentes/kubernetes as a lib 2021-12-07 14:20:07 -08:00
Medya Gh e900c5bb76 replacea all references to kuberentes/cmd to third_party 2021-12-07 14:20:07 -08:00
Medya Ghazizadeh db7d975ed8
Merge pull request #13042 from kubernetes/dependabot/go_modules/github.com/libvirt/libvirt-go-7.4.0incompatible
Bump github.com/libvirt/libvirt-go from 3.9.0+incompatible to 7.4.0+incompatible
2021-11-30 09:21:17 -08:00
Medya Gh 641556cb88 change back to rc 2021-11-29 17:12:36 -08:00
Medya Gh 142ce11584 dont use rc releases 2021-11-29 17:04:50 -08:00
Medya Gh a2c0115c05 bump otel too 2021-11-29 17:00:00 -08:00
Medya Gh e4ec80ac3c tidy 2021-11-29 16:49:04 -08:00
Medya Gh 1982860139 bump k8s lib 2021-11-29 16:46:18 -08:00
dependabot[bot] 63ce777d2a
Bump github.com/libvirt/libvirt-go
Bumps [github.com/libvirt/libvirt-go](https://github.com/libvirt/libvirt-go) from 3.9.0+incompatible to 7.4.0+incompatible.
- [Release notes](https://github.com/libvirt/libvirt-go/releases)
- [Commits](https://github.com/libvirt/libvirt-go/compare/v3.9.0...v7.4.0)

---
updated-dependencies:
- dependency-name: github.com/libvirt/libvirt-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 18:44:56 +00:00
dependabot[bot] 5d87265964
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.10+incompatible to 20.10.11+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.10...v20.10.11)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 18:32:08 +00:00
Medya Ghazizadeh 72f6a8e8a7
Revert "Bump github.com/google/go-containerregistry from 0.6.0 to 0.7.0" 2021-11-17 15:39:27 -08:00
Steven Powell 4a6d5d5d80
Merge pull request #12964 from kubernetes/dependabot/go_modules/github.com/google/go-containerregistry-0.7.0
Bump github.com/google/go-containerregistry from 0.6.0 to 0.7.0
2021-11-16 12:38:50 -05:00
dependabot[bot] 6056e3a89f
Bump github.com/google/go-containerregistry from 0.6.0 to 0.7.0
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](https://github.com/google/go-containerregistry/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 14:08:32 +00:00
dependabot[bot] 416c338f56
Bump github.com/cenkalti/backoff/v4 from 4.1.1 to 4.1.2
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 14:07:13 +00:00
dependabot[bot] 083155595a
Bump github.com/otiai10/copy from 1.6.0 to 1.7.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/otiai10/copy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 18:33:24 +00:00
Steven Powell fee391091a fix `docker-env` with new PowerShell versions 2021-11-05 10:03:15 -07:00
dependabot[bot] a0edb0b04b
Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.9 to 3.21.10.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.9...v3.21.10)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 00:45:05 +00:00
dependabot[bot] e699df53ab
Bump google.golang.org/api from 0.59.0 to 0.60.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.59.0 to 0.60.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.59.0...v0.60.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-29 23:34:59 +00:00
dependabot[bot] ca49f2fb9b
Bump contrib.go.opencensus.io/exporter/stackdriver
Bumps [contrib.go.opencensus.io/exporter/stackdriver](https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver) from 0.12.1 to 0.13.10.
- [Release notes](https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/releases)
- [Commits](https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/compare/v0.12.1...v0.13.10)

---
updated-dependencies:
- dependency-name: contrib.go.opencensus.io/exporter/stackdriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-29 22:28:44 +00:00
Steven Powell 283e31aa32 fix starting on Windows with VMware driver on non `C:` drive 2021-10-29 10:46:27 -07:00
Steven Powell 3ab0ef95cf
Merge branch 'master' into dependabot/go_modules/cloud.google.com/go/storage-1.18.2 2021-10-25 15:23:42 -07:00
Steven Powell aab5eab3e1
Merge pull request #12777 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.6.1
Bump github.com/cloudevents/sdk-go/v2 from 2.5.0 to 2.6.1
2021-10-25 15:06:13 -07:00
Steven Powell b5260facfe
Merge pull request #12772 from kubernetes/dependabot/go_modules/k8s.io/klog/v2-2.30.0
Bump k8s.io/klog/v2 from 2.20.0 to 2.30.0
2021-10-25 15:04:49 -07:00
Steven Powell 1dca087371
Merge pull request #12771 from kubernetes/dependabot/go_modules/google.golang.org/api-0.59.0
Bump google.golang.org/api from 0.58.0 to 0.59.0
2021-10-25 15:03:26 -07:00
dependabot[bot] b232a55934
Bump github.com/cloudevents/sdk-go/v2 from 2.5.0 to 2.6.1
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 21:53:44 +00:00
dependabot[bot] 4700254a3b
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.9+incompatible to 20.10.10+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.9...v20.10.10)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 18:33:24 +00:00
dependabot[bot] a1a8e307b9
Bump cloud.google.com/go/storage from 1.18.0 to 1.18.2
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.0 to 1.18.2.
- [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.18.0...storage/v1.18.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 18:33:12 +00:00
dependabot[bot] 360ff334d3
Bump k8s.io/klog/v2 from 2.20.0 to 2.30.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.20.0 to 2.30.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.20.0...v2.30.0)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 18:32:52 +00:00
dependabot[bot] e68c889f85
Bump google.golang.org/api from 0.58.0 to 0.59.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.58.0 to 0.59.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.58.0...v0.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 18:32:10 +00:00
Steven Powell d5cdc284a3
Merge pull request #12694 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.5.9
Bump github.com/hashicorp/go-getter from 1.5.8 to 1.5.9
2021-10-11 12:54:14 -07:00
dependabot[bot] bb85436360
Bump cloud.google.com/go/storage from 1.17.0 to 1.18.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.17.0 to 1.18.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/pubsub/v1.17.0...spanner/v1.18.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 18:31:49 +00:00
dependabot[bot] e317485cba
Bump github.com/hashicorp/go-getter from 1.5.8 to 1.5.9
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.8 to 1.5.9.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.8...v1.5.9)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 18:31:29 +00:00
Steven Powell e49ef3b251
Merge pull request #12653 from kubernetes/dependabot/go_modules/google.golang.org/api-0.58.0
Bump google.golang.org/api from 0.57.0 to 0.58.0
2021-10-05 16:07:42 -04:00
dependabot[bot] 42801e6ce7
Bump google.golang.org/api from 0.57.0 to 0.58.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.57.0 to 0.58.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.57.0...v0.58.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 19:40:37 +00:00
Steven Powell c68f838ec3
Merge pull request #12652 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.9incompatible
Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.9+incompatible
2021-10-05 15:09:02 -04:00
Steven Powell bcf3fad565
Merge pull request #12651 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.17.0
Bump cloud.google.com/go/storage from 1.16.1 to 1.17.0
2021-10-05 15:07:38 -04:00
dependabot[bot] 2bfde8737e
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.7+incompatible to 20.10.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.7...v20.10.9)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:35:29 +00:00
dependabot[bot] ba2eb79009
Bump cloud.google.com/go/storage from 1.16.1 to 1.17.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.16.1 to 1.17.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/storage/v1.16.1...pubsub/v1.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:35:15 +00:00
dependabot[bot] 5ed0b275f8
Bump github.com/shirou/gopsutil/v3 from 3.21.8 to 3.21.9
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.8 to 3.21.9.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.8...v3.21.9)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:34:49 +00:00
dependabot[bot] dc650b9534
Bump gonum.org/v1/plot from 0.9.0 to 0.10.0
Bumps gonum.org/v1/plot from 0.9.0 to 0.10.0.

---
updated-dependencies:
- dependency-name: gonum.org/v1/plot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 18:31:55 +00:00
dependabot[bot] ab182187b5
Bump k8s.io/kubectl from 0.22.1 to 0.22.2
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/kubernetes/kubectl/releases)
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-23 19:33:53 +00:00
Medya Ghazizadeh 00bea73a62
Merge pull request #12551 from kubernetes/dependabot/go_modules/golang.org/x/mod-0.5.1
Bump golang.org/x/mod from 0.5.0 to 0.5.1
2021-09-22 15:06:39 -07:00
dependabot[bot] 01c6452c16
Bump golang.org/x/mod from 0.5.0 to 0.5.1
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 21:45:13 +00:00
Medya Ghazizadeh 2c984bf6f0
Merge pull request #12520 from kubernetes/dependabot/go_modules/github.com/spf13/viper-1.9.0
Bump github.com/spf13/viper from 1.8.1 to 1.9.0
2021-09-22 14:30:55 -07:00
Medya Ghazizadeh 236e583bbc
Merge pull request #12523 from kubernetes/dependabot/go_modules/k8s.io/apimachinery-0.22.2
Bump k8s.io/apimachinery from 0.22.1 to 0.22.2
2021-09-22 14:28:26 -07:00
dependabot[bot] b75d58fb04
Bump k8s.io/apimachinery from 0.22.1 to 0.22.2
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 19:32:52 +00:00
dependabot[bot] d9bb30d88b
Bump google.golang.org/api from 0.56.0 to 0.57.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.56.0 to 0.57.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.56.0...v0.57.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 19:23:51 +00:00
dependabot[bot] 33dd260e0f
Bump k8s.io/client-go from 0.22.0 to 0.22.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.22.0 to 0.22.2.
- [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.22.0...v0.22.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 20:02:14 +00:00
dependabot[bot] 13641d4f84
Bump k8s.io/api from 0.22.1 to 0.22.2
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 18:32:05 +00:00
dependabot[bot] 09b4789a41
Bump github.com/spf13/viper from 1.8.1 to 1.9.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 18:31:43 +00:00
Medya Ghazizadeh 2f9ad77fbf
Merge pull request #12418 from kubernetes/dependabot/go_modules/google.golang.org/api-0.56.0
Bump google.golang.org/api from 0.52.0 to 0.56.0
2021-09-08 16:42:55 -07:00
Medya Ghazizadeh 232f0e3d7a
Merge pull request #12435 from kubernetes/dependabot/go_modules/github.com/mattn/go-isatty-0.0.14
Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
2021-09-08 14:24:06 -07:00
Medya Ghazizadeh 9f3821de10
Merge pull request #12434 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.8
Bump github.com/shirou/gopsutil/v3 from 3.21.7 to 3.21.8
2021-09-08 12:18:36 -07:00
dependabot[bot] 3b90261366
Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.13...v0.0.14)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:09:13 +00:00
dependabot[bot] 20b5900deb
Bump github.com/shirou/gopsutil/v3 from 3.21.7 to 3.21.8
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.7 to 3.21.8.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.7...v3.21.8)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:09:06 +00:00
dependabot[bot] 48eed2aebc
Bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.8
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.7 to 1.5.8.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.7...v1.5.8)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:08:53 +00:00
dependabot[bot] aaaf0ceb1c
Bump google.golang.org/api from 0.52.0 to 0.56.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.52.0 to 0.56.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.52.0...v0.56.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 17:08:00 +00:00
Medya Ghazizadeh 94cb81b3e1
Merge pull request #12417 from kubernetes/dependabot/go_modules/k8s.io/klog/v2-2.20.0
Bump k8s.io/klog/v2 from 2.10.0 to 2.20.0
2021-09-08 09:51:25 -07:00
dependabot[bot] 98fc1c369d
Bump cloud.google.com/go/storage from 1.15.0 to 1.16.1
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.16.1.
- [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/pubsub/v1.15.0...storage/v1.16.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 18:32:13 +00:00
dependabot[bot] 568876bc3e
Bump k8s.io/klog/v2 from 2.10.0 to 2.20.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.10.0 to 2.20.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.10.0...v2.20.0)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 18:31:07 +00:00
Medya Gh 4da06f5180 go mod tidy 2021-08-30 16:54:21 -07:00
minikube-bot bf5f081a53 bump golang versions 2021-08-30 23:49:19 +00:00
dependabot[bot] 1ae3db3253
Bump k8s.io/apimachinery from 0.22.0 to 0.22.1
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-25 18:24:05 +00:00
Medya Ghazizadeh be62445a75
Merge pull request #12335 from kubernetes/dependabot/go_modules/k8s.io/kubectl-0.22.1
Bump k8s.io/kubectl from 0.22.0 to 0.22.1
2021-08-25 10:52:07 -07:00
dependabot[bot] fc6aa28ccc
Bump k8s.io/api from 0.22.0 to 0.22.1
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 17:56:37 +00:00
dependabot[bot] b123b77a72
Bump k8s.io/kubectl from 0.22.0 to 0.22.1
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes/kubectl/releases)
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 18:35:36 +00:00
Medya Ghazizadeh 126287f35c
Merge pull request #12257 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.5.0
Bump github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.5.0
2021-08-16 16:44:46 -07:00
dependabot[bot] c732c05044
Bump github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.5.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.3.1 to 2.5.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.3.1...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 21:36:56 +00:00
dependabot[bot] 2b6295b36d
Bump golang.org/x/mod from 0.4.2 to 0.5.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.4.2...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 21:36:13 +00:00
Medya Ghazizadeh 055fa607bb
Merge pull request #12097 from kubernetes/dependabot/go_modules/github.com/google/go-containerregistry-0.6.0
Bump github.com/google/go-containerregistry from 0.4.1 to 0.6.0
2021-08-13 13:22:11 -07:00
dependabot[bot] a5893aa5f3
Bump github.com/google/go-containerregistry from 0.4.1 to 0.6.0
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.4.1 to 0.6.0.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](https://github.com/google/go-containerregistry/compare/v0.4.1...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 17:55:52 +00:00
dependabot[bot] d2f5edd9cc
Bump golang.org/x/text from 0.3.6 to 0.3.7
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 10:38:21 +00:00
Medya Ghazizadeh 0ee519fb25
Merge pull request #12184 from afbjorklund/revert-crane
Go back to upstream google/go-containerregistry
2021-08-11 03:01:16 -07:00
Anders F Björklund dbb295d078 Go back to upstream google/go-containerregistry
Do the docker pull (of the manifest and its digest) explicitly,
instead of implicitly in the library. Also, no progress bar.

Pass the digest to the fetch and the tag to the tarball save,
as usual there are _no_ digests used in the tarball files.
2021-08-10 10:43:42 +02:00
dependabot[bot] 45a0ff9335
Bump k8s.io/client-go from 0.21.3 to 0.22.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.3 to 0.22.0.
- [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.21.3...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 23:23:34 +00:00
Medya Ghazizadeh d3a1fcb05d
Merge pull request #12171 from kubernetes/dependabot/go_modules/k8s.io/api-0.22.0
Bump k8s.io/api from 0.21.3 to 0.22.0
2021-08-09 15:59:36 -07:00
dependabot[bot] bdf25baac8
Bump github.com/hashicorp/go-getter from 1.5.6 to 1.5.7
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.6 to 1.5.7.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.6...v1.5.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 20:55:54 +00:00
dependabot[bot] c85594c9bf
Bump k8s.io/api from 0.21.3 to 0.22.0
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.21.3...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 20:52:56 +00:00
dependabot[bot] 4c722d02ea
Bump k8s.io/kubectl from 0.21.3 to 0.22.0
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/kubernetes/kubectl/releases)
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.21.3...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:34:17 +00:00
Sharif Elgamal 9995961a77
Merge pull request #12106 from sharifelgamal/more-reg
configure gcp-auth addon pull secret to work with all GCR and AR mirrors
2021-08-09 12:02:31 -07:00
dependabot[bot] 8f4ebba570
Bump k8s.io/apimachinery from 0.21.3 to 0.22.0
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.3...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 18:24:46 +00:00
Medya Ghazizadeh d83e8dc747
Merge pull request #12096 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.7
Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.7
2021-08-05 01:25:46 -07:00
Medya Ghazizadeh aa96435d9b
Merge pull request #12098 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.5.6
Bump github.com/hashicorp/go-getter from 1.5.5 to 1.5.6
2021-08-03 20:43:03 -07:00
Sharif Elgamal 3d79bba97d configure gcp-auth addon pull secret to work with all GCR and AR mirrors 2021-08-03 11:48:20 -07:00
dependabot[bot] 4abf6cd31f
Bump github.com/hashicorp/go-getter from 1.5.5 to 1.5.6
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 18:24:41 +00:00
dependabot[bot] 43a0518eb1
Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.7
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.6 to 3.21.7.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.6...v3.21.7)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 18:24:12 +00:00
dependabot[bot] b4bb12cc83
Bump google.golang.org/api from 0.51.0 to 0.52.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.51.0 to 0.52.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.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 18:23:24 +00:00
dependabot[bot] 1ad3a02bee
Bump google.golang.org/api from 0.50.0 to 0.51.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.50.0 to 0.51.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.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 18:21:04 +00:00
Medya Ghazizadeh 4659e69ea1
Merge pull request #12010 from kubernetes/dependabot/go_modules/k8s.io/kubernetes-1.21.3
Bump k8s.io/kubernetes from 1.21.2 to 1.21.3
2021-07-21 21:31:16 -07:00
dependabot[bot] f6a6ca986b
Bump k8s.io/apimachinery from 0.21.2 to 0.21.3
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.2 to 0.21.3.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.2...v0.21.3)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 21:33:31 +00:00
dependabot[bot] 6e25180e4e
Bump k8s.io/kubernetes from 1.21.2 to 1.21.3
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/kubernetes/kubernetes/releases)
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.21.2...v1.21.3)

---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 21:32:07 +00:00
dependabot[bot] b985edc844
Bump k8s.io/client-go from 0.21.2 to 0.21.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.2 to 0.21.3.
- [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.21.2...v0.21.3)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 05:46:43 +00:00
dependabot[bot] ba4c9e7af1
Bump k8s.io/kubectl from 0.21.2 to 0.21.3
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.21.2 to 0.21.3.
- [Release notes](https://github.com/kubernetes/kubectl/releases)
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.21.2...v0.21.3)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 01:51:42 +00:00
Medya Ghazizadeh 1f9bc9a0d9
Merge pull request #12018 from kubernetes/dependabot/go_modules/k8s.io/api-0.21.3
Bump k8s.io/api from 0.21.2 to 0.21.3
2021-07-19 18:32:05 -07:00
dependabot[bot] 6246105cf9
Bump k8s.io/api from 0.21.2 to 0.21.3
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.2 to 0.21.3.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.21.2...v0.21.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 01:29:37 +00:00
Medya Ghazizadeh 3dda62ef8f
Merge pull request #11991 from spowelljr/detectPowershell
Windows: detect Powershell spawned from CMD
2021-07-19 18:20:08 -07:00
Medya Ghazizadeh de7e61cc9b
Merge pull request #12009 from kubernetes/dependabot/go_modules/github.com/google/uuid-1.3.0
Bump github.com/google/uuid from 1.2.0 to 1.3.0
2021-07-19 18:18:19 -07:00
dependabot[bot] 1c28aa9527
Bump k8s.io/klog/v2 from 2.9.0 to 2.10.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 18:30:26 +00:00
dependabot[bot] b3347911ae
Bump github.com/google/uuid from 1.2.0 to 1.3.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 18:29:47 +00:00
Steven Powell 4ecde97b55 bump machine-drivers/machine to fix cmd detection 2021-07-19 10:50:49 -07:00
Steven Powell 7b6b5dc539 switch back to machine-drivers fork 2021-07-19 09:34:21 -07:00
Steven Powell c3072de73e update go.mod to point to fork with new changes 2021-07-16 13:47:07 -07:00
dependabot[bot] b507dbd751
Bump github.com/shirou/gopsutil/v3 from 3.21.5 to 3.21.6
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.5 to 3.21.6.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.5...v3.21.6)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 18:49:36 +00:00
Medya Ghazizadeh 38199f45d4
Merge pull request #11906 from kubernetes/dependabot/go_modules/github.com/spf13/cobra-1.2.1
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
2021-07-06 10:04:25 -04:00
Medya Ghazizadeh 6a93fe5b60
Merge pull request #11904 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.5.5
Bump github.com/hashicorp/go-getter from 1.5.4 to 1.5.5
2021-07-06 10:02:57 -04:00
dependabot[bot] 6711856ea6
Bump google.golang.org/api from 0.49.0 to 0.50.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.49.0 to 0.50.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.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:26:09 +00:00
dependabot[bot] 8fcab59f6c
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:25:40 +00:00
dependabot[bot] 79d8e502de
Bump github.com/hashicorp/go-getter from 1.5.4 to 1.5.5
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:25:07 +00:00
Medya Gh 861d81b335 remove dep to azure lib 2021-06-29 16:07:37 -04:00
Medya Gh 47dbbac0d9 revert azure sdk 2021-06-29 16:03:27 -04:00
Medya Gh 6abf41e089 bump more things 2021-06-29 15:48:28 -04:00
Medya Gh a714161f31 update go-github to v36 2021-06-29 15:46:23 -04:00
Medya Gh 89c7853601 bump go mod libs manually 2021-06-29 15:24:59 -04:00
dependabot[bot] 5b9a73fc23
Bump google.golang.org/api from 0.48.0 to 0.49.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.48.0 to 0.49.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.48.0...v0.49.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 18:26:06 +00:00
dependabot[bot] d84d74e74c
Bump github.com/spf13/viper from 1.8.0 to 1.8.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 18:32:49 +00:00
Medya Gh 7909fa9012 bump k8s lib 2021-06-22 14:29:04 -04:00
Anders F Björklund f4f7a573b6 Upgrade docker go module from 19.03 to 20.10
v17.12.0-ce-rc1.0.20210128214336-420b1d36250f == v19.03.15

Drop backported fix for building on Windows, already included
2021-06-22 08:07:49 +02:00
dependabot[bot] dae5d1efb1
Bump github.com/hashicorp/go-getter from 1.5.2 to 1.5.4
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.2...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 19:18:33 +00:00
dependabot[bot] 334f3e8e8d
Bump google.golang.org/api from 0.47.0 to 0.48.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.47.0 to 0.48.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.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 06:52:05 +00:00
Medya Ghazizadeh 27072f72a4
Merge pull request #11554 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.21.5
Bump github.com/shirou/gopsutil/v3 from 3.21.4 to 3.21.5
2021-06-01 15:20:11 -07:00
Medya Ghazizadeh 9013706919
Merge pull request #11557 from kubernetes/dependabot/go_modules/github.com/cenkalti/backoff/v4-4.1.1
Bump github.com/cenkalti/backoff/v4 from 4.1.0 to 4.1.1
2021-06-01 14:25:54 -07:00
dependabot[bot] e263b4880a
Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.12...v0.0.13)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 20:58:31 +00:00
dependabot[bot] 41252e6112
Bump github.com/cenkalti/backoff/v4 from 4.1.0 to 4.1.1
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 20:57:59 +00:00
dependabot[bot] 4b22d4f996
Bump github.com/shirou/gopsutil/v3 from 3.21.4 to 3.21.5
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.4 to 3.21.5.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.4...v3.21.5)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 18:22:55 +00:00
dependabot[bot] 42d78e25b3
Bump k8s.io/klog/v2 from 2.8.0 to 2.9.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.8.0 to 2.9.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.8.0...v2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 06:38:33 +00:00
dependabot[bot] 25520e517f
Bump github.com/machine-drivers/docker-machine-driver-vmware
Bumps [github.com/machine-drivers/docker-machine-driver-vmware](https://github.com/machine-drivers/docker-machine-driver-vmware) from 0.1.1 to 0.1.3.
- [Release notes](https://github.com/machine-drivers/docker-machine-driver-vmware/releases)
- [Changelog](https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/.goreleaser.yml)
- [Commits](https://github.com/machine-drivers/docker-machine-driver-vmware/compare/v0.1.1...v0.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 17:27:06 +00:00
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
Kenta Iso 43b1dfd433 Change barChart color and add benchmark description to docs of benchmark 2021-04-30 06:41:44 +09: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
Yanshu Zhao fc7195cbe5 Replace glog with klog 2021-03-29 21:58:40 +00: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
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
Medya Gh cc7973a00f merge upstream 2021-03-22 21:53:27 -07: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
Yanshu Zhao c6e3e09e03 add glog into module 2021-03-17 02:31:45 +00: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
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
Anders F Björklund 72f37b8780 Update go-container registry to 0.4.1 + patch 2021-03-09 19:47:28 -08:00
dependabot[bot] 7d8a60a3de
Bump github.com/libvirt/libvirt-go
Bumps [github.com/libvirt/libvirt-go](https://github.com/libvirt/libvirt-go) from 3.4.0+incompatible to 3.9.0+incompatible.
- [Release notes](https://github.com/libvirt/libvirt-go/releases)
- [Commits](https://github.com/libvirt/libvirt-go/compare/v3.4.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 01:56:44 +00:00