ziyi-xie
|
a47cb85cf7
|
upgrade kubernetes dashboard from v2.6.0 to v2.7.0
|
2022-09-22 06:42:35 +00:00 |
ziyi-xie
|
ab7bb61b31
|
modified the version of dashboard in test/integration/start_stop_delete_test.go file
|
2022-06-02 09:11:43 +00:00 |
ziyi-xie
|
dd29fd2fe1
|
Merge branch 'master' into upgrade-dashboard
|
2022-06-02 09:04:01 +00:00 |
ziyi-xie
|
f58990346d
|
upgrade Dashboard addon from v2.5.1 to v2.6.0, MetricsScraper from v1.0.7 to v1.0.8
|
2022-06-02 06:59:21 +00:00 |
Steven Powell
|
919e0da7ba
|
Merge pull request #14079 from vharsh/profileListFix
enhance: add active column for profile list cmd
|
2022-06-01 15:29:26 -07:00 |
Steven Powell
|
c2e8243735
|
Merge pull request #14252 from spowelljr/fixCriDockerd
Make cri-dockerd binary executable
|
2022-06-01 13:09:26 -07:00 |
Medya Ghazizadeh
|
1ce3f1b9e8
|
Merge pull request #14259 from kubernetes/dependabot/go_modules/k8s.io/component-base-0.24.1
Bump k8s.io/component-base from 0.24.0 to 0.24.1
|
2022-06-01 19:41:01 +02:00 |
Medya Ghazizadeh
|
16e4a4fc15
|
Merge pull request #14258 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.5
Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.5
|
2022-06-01 19:40:49 +02:00 |
dependabot[bot]
|
637bb4f143
|
Bump k8s.io/component-base from 0.24.0 to 0.24.1
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/kubernetes/component-base/releases)
- [Commits](https://github.com/kubernetes/component-base/compare/v0.24.0...v0.24.1)
---
updated-dependencies:
- dependency-name: k8s.io/component-base
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-01 16:16:07 +00:00 |
dependabot[bot]
|
228d3e1ca6
|
Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.5
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.4 to 3.22.5.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.4...v3.22.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>
|
2022-06-01 16:15:43 +00:00 |
Medya Ghazizadeh
|
3444fb8db4
|
Merge pull request #14250 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.6.1
Bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.1
|
2022-06-01 18:14:48 +02:00 |
Medya Ghazizadeh
|
ef94058164
|
Merge pull request #14254 from kubernetes/dependabot/go_modules/k8s.io/client-go-0.24.1
Bump k8s.io/client-go from 0.24.0 to 0.24.1
|
2022-06-01 18:12:29 +02:00 |
Harsh Vardhan
|
798c4e8fed
|
add the StartArgs() suffix as supplied by test suite
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
3d7380b704
|
fix error logging
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
b77ecbe887
|
reduce test timeout & fix lint issues
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
d88a925751
|
add integration test for json format profile list
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
a23d47b569
|
add active field in config.Profiles
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
066f731654
|
enhance: add json key for profile list cmd
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
Harsh Vardhan
|
2dc84b1dcd
|
enhance: add active column for profile list cmd
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
|
2022-06-01 15:28:50 +05:30 |
minikube-bot
|
2629659759
|
Updating kicbase image to v0.0.31-1654032859-14252
|
2022-05-31 22:41:58 +00:00 |
Steven Powell
|
8298398eb9
|
make cri-dockerd binary executable
|
2022-05-31 14:28:41 -07:00 |
Steven Powell
|
138910492d
|
make cri-dockerd binary executable
|
2022-05-31 14:28:41 -07:00 |
Steven Powell
|
f5a7f31175
|
Merge pull request #13807 from spowelljr/improveContainerdConfig
containerd: use drop in config to update values
|
2022-05-31 14:24:01 -07:00 |
Steven Powell
|
2ba5733005
|
Merge pull request #14255 from minikube-bot/gendocs
Update auto-generated docs and translations
|
2022-05-31 14:16:27 -07:00 |
minikube-bot
|
71bdeb003c
|
Update auto-generated docs and translations
|
2022-05-31 21:04:08 +00:00 |
Steven Powell
|
84788373d9
|
Merge pull request #14251 from sharifelgamal/translations-escape
reconcile translations after extracting escape characters fix
|
2022-05-31 14:01:27 -07:00 |
dependabot[bot]
|
c25bb3be1f
|
Bump k8s.io/client-go from 0.24.0 to 0.24.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.0 to 0.24.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.24.0...v0.24.1)
---
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>
|
2022-05-31 20:50:31 +00:00 |
Medya Ghazizadeh
|
437a4a3535
|
Merge pull request #14178 from kubernetes/dependabot/go_modules/github.com/docker/docker-20.10.16incompatible
Bump github.com/docker/docker from 20.10.15+incompatible to 20.10.16+incompatible
|
2022-05-31 22:49:29 +02:00 |
Medya Ghazizadeh
|
c214a2b858
|
Merge pull request #14253 from klaases/doc1
Site:Update OpenSUSE Documentation URL
|
2022-05-31 22:46:54 +02:00 |
klaases
|
30a5264720
|
Update OpenSUSE Documentation URL
|
2022-05-31 13:44:52 -07:00 |
Sharif Elgamal
|
51513ecc2c
|
Merge branch 'translations-escape' of github.com:sharifelgamal/minikube into translations-escape
|
2022-05-31 13:43:58 -07:00 |
Sharif Elgamal
|
7378235cdd
|
missed one
|
2022-05-31 13:43:03 -07:00 |
Sharif Elgamal
|
3f60da86ba
|
Update translations/fr.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:41:10 -07:00 |
Sharif Elgamal
|
1a122fb8cb
|
Update translations/ja.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:36:32 -07:00 |
Sharif Elgamal
|
db52de2e14
|
Update translations/ja.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:36:19 -07:00 |
Sharif Elgamal
|
cff264095c
|
Update translations/de.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:36:11 -07:00 |
Sharif Elgamal
|
09d5edcd65
|
Update translations/fr.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:35:49 -07:00 |
Sharif Elgamal
|
0855010af9
|
Update translations/de.json
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
|
2022-05-31 13:35:39 -07:00 |
Sharif Elgamal
|
af83743102
|
fix unit tests
|
2022-05-31 13:32:05 -07:00 |
Sharif Elgamal
|
4ab16708f4
|
reconcile translations after extracting escape characters fix
|
2022-05-31 13:17:46 -07:00 |
dependabot[bot]
|
2c3faf2123
|
Bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.1
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.11 to 1.6.1.
- [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.11...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-31 19:59:34 +00:00 |
Steven Powell
|
8661a4a77e
|
Merge pull request #14217 from kubernetes/dependabot/go_modules/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace-1.7.0
Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.4.0 to 1.7.0
|
2022-05-31 12:58:33 -07:00 |
Steven Powell
|
7edbadd37d
|
Merge pull request #14242 from peterbecich/patch-1
correct GPU flag in documentation
|
2022-05-31 12:45:43 -07:00 |
Steven Powell
|
e924ff4c51
|
Merge pull request #14244 from jeffmaury/fix-fr-translation
Fix french translation
|
2022-05-31 12:43:39 -07:00 |
Steven Powell
|
d3f0023b1f
|
Merge pull request #14247 from kubernetes/dependabot/github_actions/actions/setup-go-3.2.0
Bump actions/setup-go from 3.1.0 to 3.2.0
|
2022-05-31 12:43:12 -07:00 |
Sharif Elgamal
|
790ef78f8f
|
Merge pull request #14249 from minikube-bot/gendocs
Update auto-generated docs and translations
|
2022-05-31 12:14:16 -07:00 |
minikube-bot
|
0097be8300
|
Update auto-generated docs and translations
|
2022-05-31 19:10:04 +00:00 |
Sharif Elgamal
|
f77209d23c
|
Merge pull request #13739 from t-inu/issue13500
Add processing to remove duplicated escape characters
|
2022-05-31 12:07:30 -07:00 |
dependabot[bot]
|
46d55b6ab2
|
Bump actions/setup-go from 3.1.0 to 3.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](fcdc43634a...b22fbbc292 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-30 18:14:51 +00:00 |
Jeff MAURY
|
ab48ca2fde
|
Fix french translation
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
|
2022-05-30 10:24:04 +02:00 |