joaquimrocha
|
f8fad7164e
|
Update Headlamp container version to 0.19.1
Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
|
2023-09-19 05:57:59 +01:00 |
Steven Powell
|
418deff361
|
Merge pull request #17275 from minikube-bot/auto_bump_gh_version
CI: Update gh from 2.34.0 to 2.35.0
|
2023-09-19 09:45:20 -07:00 |
minikube-bot
|
03a5aa1e04
|
CI: Update gh from 2.34.0 to 2.35.0
|
2023-09-19 16:40:37 +00:00 |
Steven Powell
|
d202675de1
|
Merge pull request #17269 from minikube-bot/gendocs
Update auto-generated docs and translations
|
2023-09-19 09:34:16 -07:00 |
minikube-bot
|
a6fdfc14bb
|
Update auto-generated docs and translations
|
2023-09-19 16:25:51 +00:00 |
Steven Powell
|
b3a9219dbe
|
Merge pull request #17253 from uos-ljtian/master
update zh-CN.json
|
2023-09-19 09:24:51 -07:00 |
Steven Powell
|
1b0d879801
|
Merge pull request #17263 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.22.2 to v0.22.3
|
2023-09-18 14:31:25 -07:00 |
minikube-bot
|
9c7b220a3b
|
CNI: Update flannel from v0.22.2 to v0.22.3
|
2023-09-18 18:25:55 +00:00 |
Steven Powell
|
03c6a47a29
|
Merge pull request #17230 from kubernetes/dependabot/go_modules/google.golang.org/api-0.139.0
Build(deps): Bump google.golang.org/api from 0.138.0 to 0.139.0
|
2023-09-18 10:57:51 -07:00 |
Steven Powell
|
90beca0817
|
Merge pull request #17256 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.28.2 and latest: v1.28.2
|
2023-09-18 10:52:20 -07:00 |
Steven Powell
|
95674d03b0
|
Merge pull request #17254 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
|
2023-09-18 10:41:31 -07:00 |
Steven Powell
|
22a55eb77a
|
Merge pull request #17255 from minikube-bot/auto_update_kubernetes_versions_list
Update Kubernetes versions list
|
2023-09-18 10:41:15 -07:00 |
Steven Powell
|
d6853eda68
|
Merge pull request #17260 from minikube-bot/auto_bump_gotestsum_version
CI: Update gotestsum from v1.10.1 to v1.11.0
|
2023-09-18 10:40:53 -07:00 |
Steven Powell
|
8bd02eef27
|
Merge pull request #17258 from minikube-bot/auto_bump_go_github_version
Update go-github from v55.0.0 to v55.0.0
|
2023-09-18 10:40:05 -07:00 |
minikube-bot
|
e1b4303dfc
|
CI: Update gotestsum from v1.10.1 to v1.11.0
|
2023-09-18 10:06:45 +00:00 |
minikube-bot
|
bd42f475f4
|
Update go-github from v55.0.0 to v55.0.0
|
2023-09-18 10:03:07 +00:00 |
minikube-bot
|
00e38d9149
|
bump default/newest kubernetes versions
|
2023-09-18 08:03:30 +00:00 |
minikube-bot
|
4c81baaa82
|
update Kubernetes versions list
|
2023-09-18 06:04:47 +00:00 |
minikube-bot
|
bd5c12da1c
|
update image constants for kubeadm images
|
2023-09-18 06:01:57 +00:00 |
tianlijun
|
ae374452bc
|
update zh-CN.json
|
2023-09-18 13:33:55 +08:00 |
Medya Ghazizadeh
|
f62bf50bc2
|
Merge pull request #17250 from minikube-bot/auto_bump_runc_version-459d5c0
Kicbase/ISO: Update runc from v1.1.7 to v1.1.9
|
2023-09-17 15:57:16 -07:00 |
Medya Ghazizadeh
|
319886a38d
|
Merge pull request #17217 from raghavendra-talur/rtalur-qemu-improvements
qemu: better cpu type and IP detection
|
2023-09-15 17:25:40 -07:00 |
minikube-bot
|
1265915260
|
Updating ISO to v1.31.0-1694798110-17250
|
2023-09-15 23:10:06 +00:00 |
minikube-bot
|
ed0f505a8a
|
Updating kicbase image to v0.0.40-1694798187-17250
|
2023-09-15 17:33:30 +00:00 |
minikube-bot
|
f25320b4a9
|
Kicbase/ISO: Update runc from v1.1.7 to v1.1.9
|
2023-09-15 17:12:35 +00:00 |
Steven Powell
|
459d5c0197
|
Merge pull request #17243 from minikube-bot/auto_bump_containerd_version-f552ade
Kicbase/ISO: Update containerd from v1.7.3 to v1.7.6
|
2023-09-15 10:11:16 -07:00 |
Raghavendra Talur
|
8716ac0c8d
|
qemu: set the cpu type to max
RHEL9 and therefore the dependent distributions and base containers have
a minimum microarchitechture level of x86-64-v2.[1]
The default cpu level of the qemu driver on an Intel Mac is x86-64-v1
even if the host cpu has the x86-64-v2 capability. Using the cpu type of
max allows qemu to use all the host cpu capabilities that is also
supported by the hypervisor framework.[2]
This was fixed for linux host by changing the default within qemu but it
wasn't changed for MacOS.
[1] https://developers.redhat.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level
[2] https://gitlab.com/qemu-project/qemu/-/issues/1686#note_1417714887
[3] https://lists.gnu.org/archive/html/qemu-devel/2022-08/msg04066.html
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
|
2023-09-14 14:12:55 -04:00 |
minikube-bot
|
a4c3e20099
|
Updating ISO to v1.31.0-1694625400-17243
|
2023-09-13 23:14:23 +00:00 |
minikube-bot
|
892fd95daa
|
Updating kicbase image to v0.0.40-1694625416-17243
|
2023-09-13 17:35:11 +00:00 |
dependabot[bot]
|
16166f2c26
|
Build(deps): Bump google.golang.org/api from 0.138.0 to 0.139.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.138.0 to 0.139.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.138.0...v0.139.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-09-13 09:08:53 -07:00 |
minikube-bot
|
e10dd6b051
|
Kicbase/ISO: Update containerd from v1.7.3 to v1.7.6
|
2023-09-13 16:07:57 +00:00 |
Steven Powell
|
f552ade15b
|
Merge pull request #17194 from minikube-bot/auto_bump_buildkit_version-ca5ac7a
Kicbase/ISO: Update buildkit from v0.11.6 to v0.12.2
|
2023-09-13 09:05:06 -07:00 |
Steven Powell
|
476fa0a2b8
|
Merge pull request #17233 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20230511-dc714da8 to v20230809-80a64d96
|
2023-09-12 14:15:31 -07:00 |
minikube-bot
|
03b3a1191a
|
Updating ISO to v1.31.0-1694468241-17194
|
2023-09-12 03:29:20 +00:00 |
Steven Powell
|
1b47caf712
|
Merge pull request #17229 from kubernetes/dependabot/go_modules/github.com/docker/cli-24.0.6incompatible
Build(deps): Bump github.com/docker/cli from 24.0.5+incompatible to 24.0.6+incompatible
|
2023-09-11 13:49:54 -07:00 |
minikube-bot
|
bcf36281e7
|
CNI: Update kindnetd from v20230511-dc714da8 to v20230809-80a64d96
|
2023-09-11 20:38:40 +00:00 |
Medya Ghazizadeh
|
a35d0c3743
|
Merge pull request #17228 from kubernetes/dependabot/go_modules/gonum.org/v1/plot-0.14.0
Build(deps): Bump gonum.org/v1/plot from 0.13.0 to 0.14.0
|
2023-09-11 13:37:58 -07:00 |
Medya Ghazizadeh
|
34978d75b6
|
Merge pull request #17165 from afbjorklund/vmware-driver
Use minikube-machine repository for vmware driver
|
2023-09-11 13:36:32 -07:00 |
Medya Ghazizadeh
|
a1a5672800
|
Merge pull request #17221 from minikube-bot/auto_bump_golang_version-a46ec98
Update go from 1.20.7 to 1.21.1
|
2023-09-11 13:35:31 -07:00 |
Medya Ghazizadeh
|
8981eb0a45
|
Merge pull request #17231 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.33.0
Build(deps): Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0
|
2023-09-11 13:34:39 -07:00 |
Medya Ghazizadeh
|
0c2c3cf0ac
|
Merge pull request #17232 from spowelljr/autoUpdateKindnetd
CI: Auto update kindnetd CNI
|
2023-09-11 13:34:29 -07:00 |
Steven Powell
|
5119096a8c
|
fix find and replace on runs-on
|
2023-09-11 13:09:29 -07:00 |
Steven Powell
|
efa3238714
|
CI: Auto update kindnetd CNI
|
2023-09-11 13:05:54 -07:00 |
minikube-bot
|
dac8fd40f1
|
Updating kicbase image to v0.0.40-1694457807-17194
|
2023-09-11 19:02:22 +00:00 |
Medya Ghazizadeh
|
fbd7b71326
|
Merge pull request #16890 from ComradeProgrammer/delete_on_failure
feat: allow delete-on-faliure in setupKubeAdm
|
2023-09-11 11:43:17 -07:00 |
minikube-bot
|
53a2bc3b50
|
Kicbase/ISO: Update buildkit from v0.11.6 to v0.12.2
|
2023-09-11 11:33:12 -07:00 |
Steven Powell
|
45674cf587
|
Merge pull request #17207 from minikube-bot/auto_bump_docker_version-89c4082
Kicbase/ISO: Update docker from 24.0.5 to 24.0.6
|
2023-09-11 11:32:11 -07:00 |
dependabot[bot]
|
e76a0e0162
|
Build(deps): Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.32.0 to 1.33.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.32.0...pubsub/v1.33.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>
|
2023-09-11 18:13:01 +00:00 |
dependabot[bot]
|
426f78035f
|
Build(deps): Bump github.com/docker/cli
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.5+incompatible to 24.0.6+incompatible.
- [Commits](https://github.com/docker/cli/compare/v24.0.5...v24.0.6)
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-11 18:12:29 +00:00 |
dependabot[bot]
|
0237f86295
|
Build(deps): Bump gonum.org/v1/plot from 0.13.0 to 0.14.0
Bumps [gonum.org/v1/plot](https://github.com/gonum/plot) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/gonum/plot/releases)
- [Commits](https://github.com/gonum/plot/compare/v0.13.0...v0.14.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>
|
2023-09-11 18:12:19 +00:00 |