Commit Graph

19689 Commits (db08552f10366702429ad7d7a37a942affb7ee8b)

Author SHA1 Message Date
Steven Powell 3b18f8f57c
Merge pull request #14485 from peizhouyu/change_start_help_info
update start help info, deprecated --network-plugin flag
2022-07-06 13:18:16 -07:00
Niels de Vos 08dbe304af storage-provisioner-gluster: use the Gluster project's container-image
Use docker.io/gluster/gluster-centos:latest instead of a temporary image
that had a change which needed to get merged. All required features are
included in the 'official' container-image.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-07-06 17:57:48 +02:00
Medya Ghazizadeh 43b45b5c8d
Merge pull request #14507 from jeffmaury/fix-fr-translation
Fix french translation
2022-07-04 15:16:04 -07:00
Medya Ghazizadeh 861b355d75
Merge pull request #14511 from kubernetes/dependabot/go_modules/google.golang.org/api-0.86.0
Bump google.golang.org/api from 0.85.0 to 0.86.0
2022-07-04 15:15:28 -07:00
Medya Ghazizadeh f1029470c9
Merge pull request #14512 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.6
Bump github.com/shirou/gopsutil/v3 from 3.22.5 to 3.22.6
2022-07-04 15:15:12 -07:00
dependabot[bot] 6bebac4638
Bump github.com/shirou/gopsutil/v3 from 3.22.5 to 3.22.6
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.5 to 3.22.6.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.5...v3.22.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>
2022-07-04 18:05:39 +00:00
dependabot[bot] a7958c13da
Bump google.golang.org/api from 0.85.0 to 0.86.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.85.0 to 0.86.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.85.0...v0.86.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-07-04 18:05:18 +00:00
Jeff MAURY 98ed41baa8 Fix french translation
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2022-07-04 11:56:37 +02:00
peizhouyu 75a2631baf update start help info
Indicate --network-plugin flag is deprecated in flag description
2022-07-04 11:17:21 +08:00
inifares23lab dfb4860cec display warning for addons with unverified Maintainer 2022-07-03 14:42:40 +02:00
inifares23lab 9d44b9cc4c add verifiedMaintainer field to Addon 2022-07-03 14:25:01 +02:00
Steven Powell 6d3a1058c5
Merge pull request #14483 from spowelljr/criDockerSolutionMessage
Add solution message for when `cri-docker` is missing
2022-07-01 20:25:38 -07:00
minikube-bot 2224cd3ac4 Updating ISO to v1.26.0-1656700267-14481 2022-07-01 22:21:24 +00:00
Steven Powell 044fe4c1fd
Merge pull request #14492 from minikube-bot/gendocs
Update auto-generated docs and translations
2022-07-01 12:14:07 -07:00
minikube-bot 69ad31612d Updating kicbase image to v0.0.32-1656700284-14481 2022-07-01 18:51:14 +00:00
minikube-bot d803ca58d2 Update auto-generated docs and translations 2022-07-01 18:10:53 +00:00
Steven Powell 6935287364
Merge pull request #14200 from Gimb0/issue-13432
Show the container runtime when running without kubernetes #13432
2022-07-01 11:08:42 -07:00
Steven Powell 9f856abb8f update base images 2022-07-01 11:00:29 -07:00
Steven Powell 1a3aac4da3
Merge pull request #14420 from psschwei/bump-crio
Update cri-o from v1.22.3 to v1.24.1
2022-07-01 09:26:00 -07:00
Steven Powell eda35dcdf4 run generate-docs 2022-07-01 09:23:05 -07:00
Steven Powell e248effcac add solution message for when cri-docker is missing 2022-06-30 16:28:26 -07:00
Paul S. Schweigert 79cd77cc0a
remove CI iso build docs section
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 17:11:48 -04:00
Medya Ghazizadeh e2682f1b7f
Merge pull request #14475 from AkihiroSuda/rootless-recommend-containerd
site: for rootless recommend containerd over cri-o
2022-06-30 14:03:38 -07:00
Paul S. Schweigert b28e6de4ba
fixes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 16:02:01 -04:00
Paul S. Schweigert a1c7198794
fix
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 14:20:56 -04:00
Paul S. Schweigert 08b3c8d4d6
add quotes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 08:16:25 -04:00
Akihiro Suda 140e3e2057
rootless: recommend containerd over cri-o
containerd seems more stable for rootless

Workaround for issue 14400

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-06-30 12:47:22 +09:00
Paul S. Schweigert 50f8f9da1e
update docker linux crio test
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-29 20:14:21 -04:00
Steven Powell a536bcbf15
Merge pull request #14461 from psschwei/fix-docs
Update build docs for different archs
2022-06-29 14:18:48 -07:00
Medya Ghazizadeh ace46084ee
Merge pull request #14463 from jeffmaury/fix-fr-translation
Fix french translation
2022-06-29 13:57:19 -07:00
Jeff MAURY b83c9640b5 Fix french translation
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2022-06-29 10:01:29 +02:00
Paul S. Schweigert b767af49b5
update build docs for different archs
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 17:10:56 -04:00
Paul S. Schweigert 07922bab10
add patch version to hash
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 16:11:55 -04:00
Paul S. Schweigert b503d47f94
updating go hash
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 15:58:17 -04:00
Paul S. Schweigert 65e096b5fe
bump go to v1.18 in Makefile
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-28 14:45:52 -04:00
Steven Powell 0bbdeb89a1
Merge pull request #14447 from kubernetes/dependabot/go_modules/github.com/google/go-containerregistry-0.10.0
Bump github.com/google/go-containerregistry from 0.9.0 to 0.10.0
2022-06-28 11:14:33 -07:00
Steven Powell 474b52c02f
Merge pull request #14449 from spowelljr/addChecksums
CI: Add binary checksums to release GitHub page
2022-06-28 09:27:39 -07:00
Steven Powell 80fd24741c add binary checksums to release GitHub page 2022-06-27 16:21:13 -07:00
Paul S. Schweigert 671ba90c1a
use the right hash
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-27 18:18:31 -04:00
Steven Powell b45b29c5df
Merge pull request #14448 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.23.0
Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0
2022-06-27 14:44:03 -07:00
dependabot[bot] fea3208e66
Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.22.1 to 1.23.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/pubsub/v1.22.1...pubsub/v1.23.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-06-27 18:11:11 +00:00
dependabot[bot] 645d9ccbd7
Bump github.com/google/go-containerregistry from 0.9.0 to 0.10.0
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.9.0 to 0.10.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.9.0...v0.10.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>
2022-06-27 18:10:49 +00:00
minikube-bot 2364e988b3 Updating kicbase image to v0.0.32-1656350719-14420 2022-06-27 17:47:09 +00:00
Steven Powell b21052e9e5
Merge pull request #14431 from lilongfeng0902/minikube-lilf
look what we plan to do at 2022, find a misspelling
2022-06-27 10:19:52 -07:00
Steven Powell a13951aa71
Merge pull request #14434 from zhougw001/master
prbot need a strike
2022-06-27 10:12:34 -07:00
zhouguowei f60aa26c8b prbot need a strike 2022-06-27 09:50:27 +08:00
Akira YOSHIYAMA e460f917aa Update translations/ja.json
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-06-26 23:18:16 +09:00
Akira Yoshiyama 441ad91c21 Update Japanese translation
- removed unused lines which don't exist in strings.txt
- translated new lines
- fix several lines with a bracket after japanese period
2022-06-26 23:18:00 +09:00
李龙峰 f6b902b63d look what we plan to do at 2022, find a misspelling 2022-06-26 10:20:37 +08:00
Steven Powell b496d669e7
Merge pull request #14415 from NgZiming/master
fix: panic when environment variables are empty
2022-06-24 11:17:20 -07:00