Merge pull request #21517 from minikube-bot/auto_bump_cni_plugins_version-4c0cbe5
Kicbase/ISO: Update cni-plugins from v1.7.1 to v1.8.0pull/21522/head
commit
f9cf924851
|
@ -8,3 +8,4 @@ sha256 db09ab057ecf60b05ba05cbec38d55b95cc139c7f1078e2e4857cc13af158cee cni-plu
|
|||
sha256 f0f440b968ab50ad13d9d42d993ba98ec30b2ec666846f4ef1bddc7646a701cc cni-plugins-linux-arm64-v1.6.1.tgz
|
||||
sha256 01e0e22acc7f7004e4588c1fe1871cc86d7ab562cd858e1761c4641d89ebfaa4 cni-plugins-linux-arm64-v1.6.2.tgz
|
||||
sha256 119fcb508d1ac2149e49a550752f9cd64d023a1d70e189b59c476e4d2bf7c497 cni-plugins-linux-arm64-v1.7.1.tgz
|
||||
sha256 57ce466fc3b79db1f19b8f4c63e07a1112306efa53c94fe810a2150dd9e07ddb cni-plugins-linux-arm64-v1.8.0.tgz
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
CNI_PLUGINS_LATEST_AARCH64_VERSION = v1.7.1
|
||||
CNI_PLUGINS_LATEST_AARCH64_VERSION = v1.8.0
|
||||
CNI_PLUGINS_LATEST_AARCH64_SITE = https://github.com/containernetworking/plugins/releases/download/$(CNI_PLUGINS_LATEST_AARCH64_VERSION)
|
||||
CNI_PLUGINS_LATEST_AARCH64_SOURCE = cni-plugins-linux-arm64-$(CNI_PLUGINS_LATEST_AARCH64_VERSION).tgz
|
||||
CNI_PLUGINS_LATEST_AARCH64_LICENSE = Apache-2.0
|
||||
|
|
|
@ -12,3 +12,4 @@ sha256 682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d cni-plu
|
|||
sha256 2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563 cni-plugins-linux-amd64-v1.6.1.tgz
|
||||
sha256 b8e811578fb66023f90d2e238d80cec3bdfca4b44049af74c374d4fae0f9c090 cni-plugins-linux-amd64-v1.6.2.tgz
|
||||
sha256 1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098 cni-plugins-linux-amd64-v1.7.1.tgz
|
||||
sha256 ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6 cni-plugins-linux-amd64-v1.8.0.tgz
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
CNI_PLUGINS_LATEST_VERSION = v1.7.1
|
||||
CNI_PLUGINS_LATEST_VERSION = v1.8.0
|
||||
CNI_PLUGINS_LATEST_SITE = https://github.com/containernetworking/plugins/releases/download/$(CNI_PLUGINS_LATEST_VERSION)
|
||||
CNI_PLUGINS_LATEST_SOURCE = cni-plugins-linux-amd64-$(CNI_PLUGINS_LATEST_VERSION).tgz
|
||||
CNI_PLUGINS_LATEST_LICENSE = Apache-2.0
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
set -eux -o pipefail
|
||||
|
||||
CNI_PLUGIN_VERSION="v1.7.1"
|
||||
CNI_PLUGIN_VERSION="v1.8.0"
|
||||
CNI_PLUGIN_TAR="cni-plugins-linux-amd64-$CNI_PLUGIN_VERSION.tgz"
|
||||
CNI_PLUGIN_INSTALL_DIR="/opt/cni/bin"
|
||||
|
||||
|
|
|
@ -24,10 +24,10 @@ import (
|
|||
|
||||
const (
|
||||
// Version is the current version of kic
|
||||
Version = "v0.0.47-1757349805-21505"
|
||||
Version = "v0.0.47-1757354847-21517"
|
||||
|
||||
// SHA of the kic base image
|
||||
baseImageSHA = "dc206456cf12dec8392af1007ce3ce686dd6375c88e50c96b883964651f7a8dc"
|
||||
baseImageSHA = "9ca9e05839d825467e5d09f5067e324d4347ae1000314e2d5f66315664691590"
|
||||
// The name of the GCR kicbase repository
|
||||
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
||||
// The name of the Dockerhub kicbase repository
|
||||
|
|
|
@ -27,7 +27,7 @@ minikube start [flags]
|
|||
--apiserver-port int The apiserver listening port (default 8443)
|
||||
--auto-pause-interval duration Duration of inactivity before the minikube VM is paused (default 1m0s) (default 1m0s)
|
||||
--auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true)
|
||||
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1757349805-21505@sha256:dc206456cf12dec8392af1007ce3ce686dd6375c88e50c96b883964651f7a8dc")
|
||||
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1757354847-21517@sha256:9ca9e05839d825467e5d09f5067e324d4347ae1000314e2d5f66315664691590")
|
||||
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
|
||||
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
|
||||
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)
|
||||
|
|
Loading…
Reference in New Issue