Commit Graph

20937 Commits (ed78682de9ae09d5284944b9e90c28f1beb16ee4)

Author SHA1 Message Date
Steven Powell 31b6f30891
Merge pull request #15615 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.13.0
Bump github.com/cloudevents/sdk-go/v2 from 2.12.0 to 2.13.0
2023-01-10 09:07:59 -08:00
Steven Powell 011eb83d0d
Merge pull request #15617 from kubernetes/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2023-01-10 09:07:14 -08:00
Steven Powell 407dd9022a
Merge pull request #15618 from kubernetes/dependabot/github_actions/actions/download-artifact-3.0.2
Bump actions/download-artifact from 3.0.1 to 3.0.2
2023-01-10 09:06:44 -08:00
Steven Powell 75b3065127
Merge pull request #15619 from kubernetes/dependabot/github_actions/actions/upload-artifact-3.1.2
Bump actions/upload-artifact from 3.1.1 to 3.1.2
2023-01-10 09:06:11 -08:00
Shubh Bapna f802744c46 updated test cases, restore mocks 2023-01-10 03:02:23 -05:00
Shubh Bapna 7557b8167e removed custom isSubnetPrivate func and used the default one provided by go net pkg 2023-01-10 03:01:55 -05:00
Predrag Rogic f1b1724128
address comments 2023-01-10 05:37:25 +00:00
Medya Ghazizadeh 0fee35b5c0
Merge pull request #15553 from spowelljr/addStaticIP
Implement --static-ip flag
2023-01-09 11:20:16 -08:00
dependabot[bot] 710e5a10c2
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:18 +00:00
dependabot[bot] e8561bc333
Bump actions/download-artifact from 3.0.1 to 3.0.2
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9782bd6a98...9bc31d5ccc)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:12 +00:00
dependabot[bot] 2a94a168c4
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...ac59398561)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:09 +00:00
dependabot[bot] 93c7d38d6c
Bump github.com/cloudevents/sdk-go/v2 from 2.12.0 to 2.13.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.12.0...v2.13.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>
2023-01-09 18:04:45 +00:00
dependabot[bot] 1a475a19dd
Bump google.golang.org/api from 0.105.0 to 0.106.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.105.0 to 0.106.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.105.0...v0.106.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>
2023-01-09 18:04:27 +00:00
Steven Powell be430e3e66
Merge pull request #15613 from minikube-bot/auto_bump_gh_version
bump gh version
2023-01-09 09:19:55 -08:00
minikube-bot bd209be7e8 bump gh versions 2023-01-09 10:02:04 +00:00
Predrag Rogic 6c98afcdbd
cleanup and containerd systemd cgroup issue workaround 2023-01-09 02:23:07 +00:00
Anders F Björklund 83d4219fee Allow running docker driver with force on 1 CPU 2023-01-08 18:19:11 +01:00
Anders F Björklund b45c13b3eb Allow running none driver with force on 1 CPU 2023-01-08 18:17:24 +01:00
Steven Powell 3b4a988f3f
Merge pull request #15589 from kubernetes/dependabot/go_modules/golang.org/x/crypto-0.5.0
Bump golang.org/x/crypto from 0.4.0 to 0.5.0
2023-01-05 12:28:33 -08:00
Predrag Rogic faa909d429
Merge branch 'kubernetes:master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-05 19:19:16 +00:00
Predrag Rogic f040f00199
tweak tests 2023-01-05 00:52:57 +00:00
Sharif Elgamal 3f893a2fee
Merge pull request #15422 from YuikoTakada/fix_jp2
Update Japanese translation
2023-01-04 14:22:09 -08:00
Steven Powell afe0f18b28
Merge pull request #15571 from axrav/master
refactor: avoiding repetitive code
2023-01-04 13:35:30 -08:00
Steven Powell 6e2511d9f1 add example of static IP in docs 2023-01-04 13:22:57 -08:00
Predrag Rogic 149e9a01b6
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-04 21:10:29 +00:00
Predrag Rogic 818a7d9b33
fix remaining tests and ready for k8s-1.26.0 2023-01-04 21:02:48 +00:00
Steven Powell d47bb1a5ac add FAQ and tutorial for static IP 2023-01-04 12:55:35 -08:00
dependabot[bot] c7758649bf
Bump golang.org/x/crypto from 0.4.0 to 0.5.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 20:09:14 +00:00
Medya Ghazizadeh b62cd4f39c
Merge pull request #15590 from kubernetes/dependabot/go_modules/golang.org/x/oauth2-0.4.0
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
2023-01-04 12:06:23 -08:00
Medya Ghazizadeh 7010ffa534
Merge pull request #15591 from spowelljr/fixYAML
site: Fix YAML in multi-node page
2023-01-04 12:03:15 -08:00
Steven Powell 044aebdf74 fix YAML in multi-node page 2023-01-04 11:50:37 -08:00
dependabot[bot] 0e4f78e25d
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 18:33:38 +00:00
Steven Powell ed2d08a480
Merge pull request #15586 from kubernetes/dependabot/go_modules/golang.org/x/sys-0.4.0
Bump golang.org/x/sys from 0.3.0 to 0.4.0
2023-01-04 10:30:25 -08:00
Steven Powell e6d95b8230 implement --static-ip flag 2023-01-04 10:27:00 -08:00
Steven Powell 80dbe4c5b7
Merge pull request #15530 from shubhbapna/validate-subnet
Added `--subnet` validation
2023-01-04 10:22:50 -08:00
dependabot[bot] 7dbceda10a
Bump golang.org/x/sys from 0.3.0 to 0.4.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 16:43:42 +00:00
Steven Powell fce0c3b7af
Merge pull request #15581 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.2
Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.2
2023-01-04 08:43:27 -08:00
Steven Powell a17b12c7ee
Merge pull request #15574 from kubernetes/dependabot/go_modules/github.com/mattn/go-isatty-0.0.17
Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17
2023-01-04 08:42:36 -08:00
Steven Powell f4e0de7c26 change priority to default 2023-01-04 08:30:09 -08:00
Shubh Bapna 5f18b0d310 wrapped error when validate subnet fails to parse address 2023-01-04 01:27:08 -05:00
Medya Ghazizadeh 01f3aba5b7
Merge pull request #15558 from spowelljr/fixCSS
site: fix tabs CSS, echo-server images, added ingress Docker Desktop step
2023-01-03 14:59:14 -08:00
Medya Ghazizadeh c781e431a7
Merge pull request #15560 from spowelljr/fixDockerTunnel
Fix Docker tunnel failing
2023-01-03 14:57:31 -08:00
Medya Ghazizadeh 7f8ee94fdd
Merge pull request #15570 from minikube-bot/yearly-leaderboard
Update Yearly Leaderboard
2023-01-03 14:56:58 -08:00
Medya Ghazizadeh a670a214f5
Merge pull request #15528 from spowelljr/fixDoubleKicDownload
Don't redownload kicbase when already loaded
2023-01-03 14:51:07 -08:00
Steven Powell ba56f3c78c update CacheToDaemon comment 2023-01-03 14:50:33 -08:00
Aarav Arora 3573ff8887
refactor: avoiding needless status results 2023-01-04 03:53:18 +05:30
dependabot[bot] c77cbc457d
Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.2
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/hashicorp/go-retryablehttp/releases)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.1...v0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 20:23:01 +00:00
Medya Ghazizadeh 7dc78fb54a
Merge pull request #15575 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.12
Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12
2023-01-03 12:18:43 -08:00
Medya Ghazizadeh 0524971cc9
Merge pull request #15572 from minikube-bot/auto_bump_hugo_version
bump hugo version
2023-01-03 12:10:26 -08:00
Aarav Arora 289b98ee6a
refactor: better code practice 2023-01-03 22:52:55 +05:30