Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kicbase/ISO: Update crictl from v1.28.0 to v1.29.0 #18065

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ jobs:
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.socket" -o /usr/lib/systemd/system/cri-docker.socket
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.service" -o /usr/lib/systemd/system/cri-docker.service
sudo chmod +x /usr/bin/cri-dockerd
CRICTL_VERSION="v1.28.0"
CRICTL_VERSION="v1.29.0"
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/$CRICTL_VERSION/crictl-${CRICTL_VERSION}-linux-amd64.tar.gz --output crictl-${CRICTL_VERSION}-linux-amd64.tar.gz
sudo tar zxvf crictl-$CRICTL_VERSION-linux-amd64.tar.gz -C /usr/local/bin
- name: Install gopogh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ jobs:
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.socket" -o /usr/lib/systemd/system/cri-docker.socket
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.service" -o /usr/lib/systemd/system/cri-docker.service
sudo chmod +x /usr/bin/cri-dockerd
CRICTL_VERSION="v1.28.0"
CRICTL_VERSION="v1.29.0"
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/$CRICTL_VERSION/crictl-${CRICTL_VERSION}-linux-amd64.tar.gz --output crictl-${CRICTL_VERSION}-linux-amd64.tar.gz
sudo tar zxvf crictl-$CRICTL_VERSION-linux-amd64.tar.gz -C /usr/local/bin
- name: Install gopogh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sha256 454eecd29fe636282339af5b73c60234a7d10e4b11b9e18937e33056763d72cf crictl-v1.21.0-linux-arm64.tar.gz
sha256 06e9224e42bc5e23085751e93cccdac89f7930ba6f7a45b8f8fc70ef663c37c4 crictl-v1.28.0-linux-arm64.tar.gz
sha256 0b615cfa00c331fb9c4524f3d4058a61cc487b33a3436d1269e7832cf283f925 crictl-v1.29.0-linux-arm64.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

CRICTL_BIN_AARCH64_VERSION = v1.28.0
CRICTL_BIN_AARCH64_VERSION = v1.29.0
CRICTL_BIN_AARCH64_SITE = https://github.com/kubernetes-sigs/cri-tools/releases/download/$(CRICTL_BIN_AARCH64_VERSION)
CRICTL_BIN_AARCH64_SOURCE = crictl-$(CRICTL_BIN_AARCH64_VERSION)-linux-arm64.tar.gz
CRICTL_BIN_AARCH64_STRIP_COMPONENTS = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ sha256 87d8ef70b61f2fe3d8b4a48f6f712fd798c6e293ed3723c1e4bbb5052098f0ae crictl-
sha256 44d5f550ef3f41f9b53155906e0229ffdbee4b19452b4df540265e29572b899c crictl-v1.20.0-linux-amd64.tar.gz
sha256 85c78a35584971625bf1c3bcd46e5404a90396f979d7586f18b11119cb623e24 crictl-v1.21.0-linux-amd64.tar.gz
sha256 8dc78774f7cbeaf787994d386eec663f0a3cf24de1ea4893598096cb39ef2508 crictl-v1.28.0-linux-amd64.tar.gz
sha256 d16a1ffb3938f5a19d5c8f45d363bd091ef89c0bc4d44ad16b933eede32fdcbb crictl-v1.29.0-linux-amd64.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

CRICTL_BIN_VERSION = v1.28.0
CRICTL_BIN_VERSION = v1.29.0
CRICTL_BIN_SITE = https://github.com/kubernetes-sigs/cri-tools/releases/download/$(CRICTL_BIN_VERSION)
CRICTL_BIN_SOURCE = crictl-$(CRICTL_BIN_VERSION)-linux-amd64.tar.gz
CRICTL_BIN_STRIP_COMPONENTS = 0
Expand Down
2 changes: 1 addition & 1 deletion hack/jenkins/linux_integration_tests_none.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [[ $(cri-dockerd --version 2>&1) != *"$CRI_DOCKERD_VERSION"* ]]; then
fi

# crictl is required for Kubernetes v1.24+ with none driver
CRICTL_VERSION="v1.28.0"
CRICTL_VERSION="v1.29.0"
if [[ $(crictl --version) != *"$CRICTL_VERSION"* ]]; then
echo "WARNING: expected version of crictl is not installed. will try to install."
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/$CRICTL_VERSION/crictl-${CRICTL_VERSION}-linux-amd64.tar.gz --output crictl-${CRICTL_VERSION}-linux-amd64.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions pkg/drivers/kic/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (

const (
// Version is the current version of kic
Version = "v0.0.42-1704759386-17866"
Version = "v0.0.42-1706696180-18065"

// SHA of the kic base image
baseImageSHA = "8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0"
baseImageSHA = "200290cd68d63be83c079d85ab27c6aec1ffaaec3f2239f1f78894725d883258"
// The name of the GCR kicbase repository
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
// The name of the Dockerhub kicbase repository
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/commands/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ minikube start [flags]
--apiserver-names strings A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine
--apiserver-port int The apiserver listening port (default 8443)
--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.42-1704759386-17866@sha256:8c3c33047f9bc285e1f5f2a5aa14744a2fe04c58478f02f77b06169dea8dd3f0")
--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.42-1706696180-18065@sha256:200290cd68d63be83c079d85ab27c6aec1ffaaec3f2239f1f78894725d883258")
--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)
Expand Down
4 changes: 4 additions & 0 deletions translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,14 @@
"Failed to delete cluster: {{.error}}__1": "Fehler beim Löschen des Clusters: {{.error}}",
"Failed to delete images": "Löschen der Images fehlgeschlagen",
"Failed to delete images from config": "Löschen der Images aus der Konfiguration fehlgeschlagen",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download licenses": "Lizenz-Download fehlgeschlagen",
"Failed to enable container runtime": "Aktivieren der Container Runtime fehlgeschlagen",
"Failed to extract integer in minutes to pause.": "Extrahieren der Anzahl der Minuten bis zum Pausieren fehlgeschlagen.",
"Failed to get bootstrapper": "Fehler beim Ermitteln des Bootstrappers",
"Failed to get command runner": "Fehler beim Ermitteln des Command Runner",
"Failed to get image map": "Fehler beim Ermitteln der Image Map",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get service URL: {{.error}}": "Fehler beim Ermitteln der Service URL: {{.error}}",
"Failed to get temp": "Fehler beim Ermitteln von temp",
"Failed to kill mount process: {{.error}}": "Fehler beim Beenden des Bereitstellungsprozesses: {{.error}}",
Expand All @@ -301,6 +303,7 @@
"Failed to start container runtime": "Start der Container Runtime fehlgeschlagen",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "Start von {{.driver}} {{.driver_type}} fehlgeschlagen. Das Ausführen von \"{{.cmd}}\" könnte des Beheben: {{.error}}",
"Failed to stop node {{.name}}": "Anhalten von Node {{.name}} fehlgeschlagen",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "Anhalten des SSH-Agent Prozesses fehlgeschlagen: {{.error}}",
"Failed to tag images": "Erstellung des Tags für das Image fehlgeschlagen",
"Failed to update cluster": "Aktualisierung des Clusters fehlgeschlagen",
Expand Down Expand Up @@ -821,6 +824,7 @@
"Tunnel successfully started": "Tunnel erfolgreich gestartet",
"Unable to bind flags": "Konnte Parameter-Flags nicht binden",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "Kann dediziertes Netzwerk nicht anlegen, dies kann dazu führen, dass sich die Cluster IP ändert, wenn der Cluster neugestartet wird: {{.error}}",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "Kann das letzte Release Patch für die angegebene major.minor Version v{{.majorminor}} nicht erkennen.",
"Unable to enable dashboard": "Kann Dashboard nicht aktivieren",
"Unable to fetch latest version info": "Kann aktuellste Versions-Info nicht laden",
Expand Down
6 changes: 4 additions & 2 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,13 @@
"Failed to delete cluster: {{.error}}__1": "No se ha podido eliminar el clúster: {{.error}}",
"Failed to delete images": "No se pudo borrar las imagenes",
"Failed to delete images from config": "",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
"Failed to get service URL: {{.error}}": "",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get temp": "",
"Failed to kill mount process: {{.error}}": "No se ha podido detener el proceso de activación: {{.error}}",
"Failed to list cached images": "No se pudo listar las imágenes en cache",
Expand All @@ -305,7 +306,7 @@
"Failed to setup certs": "No se pudieron configurar los certificados",
"Failed to start container runtime": "",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "",
"Failed to stop node {{.name}}": "",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "",
"Failed to tag images": "",
"Failed to update cluster": "No se pudo actualizar el cluster",
Expand Down Expand Up @@ -812,6 +813,7 @@
"Tunnel successfully started": "",
"Unable to bind flags": "",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "",
"Unable to enable dashboard": "",
"Unable to fetch latest version info": "",
Expand Down
4 changes: 4 additions & 0 deletions translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,14 @@
"Failed to delete cluster: {{.error}}": "Échec de la suppression du cluster : {{.error}}",
"Failed to delete images": "Échec de la suppression des images",
"Failed to delete images from config": "Échec de la suppression des images de la configuration",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download licenses": "Échec du téléchargement des licences",
"Failed to enable container runtime": "Échec de l'activation de l'environnement d'exécution du conteneur",
"Failed to extract integer in minutes to pause.": "Échec de l'extraction du nombre entier en minutes pour mettre en pause.",
"Failed to get bootstrapper": "Échec de l'obtention du programme d'amorçage",
"Failed to get command runner": "Impossible d'obtenir le lanceur de commandes",
"Failed to get image map": "Échec de l'obtention de la carte d'image",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get service URL: {{.error}}": "Échec de l'obtention de l'URL du service : {{.error}}",
"Failed to get temp": "Impossible d'obtenir le répertoire temporaire",
"Failed to kill mount process: {{.error}}": "Échec de l'arrêt du processus d'installation : {{.error}}",
Expand All @@ -297,6 +299,7 @@
"Failed to start container runtime": "Échec du démarrage de l'exécution du conteneur",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "Échec du démarrage de {{.driver}} {{.driver_type}}. L'exécution de \"{{.cmd}}\" peut résoudre le problème : {{.error}}",
"Failed to stop node {{.name}}": "Échec de l'arrêt du nœud {{.name}}",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "Échec de l'arrêt du processus ssh-agent: {{.error}}",
"Failed to tag images": "Échec du marquage des images",
"Failed to update cluster": "Échec de la mise à jour du cluster",
Expand Down Expand Up @@ -804,6 +807,7 @@
"Tunnel successfully started": "Tunnel démarré avec succès",
"Unable to bind flags": "Impossible de lier les indicateurs",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "Impossible de créer un réseau dédié, cela peut entraîner une modification de l'adresse IP du cluster après le redémarrage : {{.error}}",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "Impossible de détecter la dernière version du correctif pour la version major.minor spécifiée v{{.majorminor}}",
"Unable to enable dashboard": "Impossible d'activer le tableau de bord",
"Unable to fetch latest version info": "Impossible de récupérer les informations sur la dernière version",
Expand Down
4 changes: 4 additions & 0 deletions translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,13 @@
"Failed to delete cluster: {{.error}}": "クラスターの削除に失敗しました: {{.error}}",
"Failed to delete images": "イメージの削除に失敗しました",
"Failed to delete images from config": "設定ファイル中のイメージの削除に失敗しました",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download licenses": "ライセンスのダウンロードに失敗しました",
"Failed to enable container runtime": "コンテナーランタイムの有効化に失敗しました",
"Failed to get bootstrapper": "ブートストラッパーの取得に失敗しました",
"Failed to get command runner": "コマンドランナーの取得に失敗しました",
"Failed to get image map": "イメージマップの取得に失敗しました",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get service URL: {{.error}}": "サービス URL の取得に失敗しました: {{.error}}",
"Failed to get temp": "一時ファイルの作成に失敗しました",
"Failed to kill mount process: {{.error}}": "マウントプロセスの強制終了に失敗しました: {{.error}}",
Expand All @@ -284,6 +286,7 @@
"Failed to start container runtime": "コンテナーランタイムの起動に失敗しました",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "{{.driver}} {{.driver_type}} の開始に失敗しました。「{{.cmd}}」実行で解決するかも知れません: {{.error}}",
"Failed to stop node {{.name}}": "{{.name}} ノードの停止に失敗しました",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "",
"Failed to tag images": "イメージのタグ付与に失敗しました",
"Failed to update cluster": "クラスター更新に失敗しました",
Expand Down Expand Up @@ -768,6 +771,7 @@
"Tunnel successfully started": "トンネルが無事開始しました",
"Unable to bind flags": "フラグをバインドできません",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "独立したネットワークの作成ができず、再起動後にクラスター IP が変更される結果になるかも知れません: {{.error}}",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "",
"Unable to enable dashboard": "ダッシュボードが有効になりません",
"Unable to fetch latest version info": "最新バージョン情報を取得できません",
Expand Down
4 changes: 4 additions & 0 deletions translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,15 @@
"Failed to delete images": "이미지 제거에 실패하였습니다",
"Failed to delete images from config": "컨피그로부터 이미지 제거에 실패하였습니다",
"Failed to delete node {{.name}}": "노드 {{.name}} 제거에 실패하였습니다",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download licenses": "",
"Failed to enable container runtime": "컨테이너 런타임 활성화에 실패하였습니다",
"Failed to generate config": "컨피그 생성에 실패하였습니다",
"Failed to get bootstrapper": "부트스트래퍼 조회에 실패하였습니다",
"Failed to get command runner": "",
"Failed to get driver URL": "드라이버 URL 조회에 실패하였습니다",
"Failed to get image map": "",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get service URL: {{.error}}": "서비스 URL 조회에 실패하였습니다: {{.error}}",
"Failed to get temp": "",
"Failed to kill mount process: {{.error}}": "마운트 프로세스 중지에 실패하였습니다: {{.error}}",
Expand All @@ -319,6 +321,7 @@
"Failed to start node {{.name}}": "노드 {{.name}} 시작에 실패하였습니다",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "",
"Failed to stop node {{.name}}": "노드 {{.name}} 중지에 실패하였습니다",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "",
"Failed to tag images": "",
"Failed to update cluster": "클러스터를 수정하는 데 실패하였습니다",
Expand Down Expand Up @@ -808,6 +811,7 @@
"Tunnel successfully started": "",
"Unable to bind flags": "flags 를 합칠 수 없습니다",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "",
"Unable to enable dashboard": "대시보드를 활성화할 수 없습니다",
"Unable to fetch latest version info": "최신 버전 정보를 가져올 수 없습니다",
Expand Down
6 changes: 4 additions & 2 deletions translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,14 @@
"Failed to delete cluster: {{.error}}": "",
"Failed to delete images": "",
"Failed to delete images from config": "",
"Failed to delete profile(s): {{.error}}": "",
"Failed to download kubectl": "Pobieranie kubectl nie powiodło się",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
"Failed to get service URL: {{.error}}": "",
"Failed to get service URL - check that minikube is running and that you have specified the correct namespace (-n flag) if required: {{.error}}": "",
"Failed to get temp": "",
"Failed to kill mount process: {{.error}}": "Zabicie procesu nie powiodło się: {{.error}}",
"Failed to list cached images": "",
Expand All @@ -305,7 +306,7 @@
"Failed to setup kubeconfig": "Konfiguracja kubeconfig nie powiodła się",
"Failed to start container runtime": "",
"Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "",
"Failed to stop node {{.name}}": "",
"Failed to stop node {{.name}}: {{.error}}": "",
"Failed to stop ssh-agent process: {{.error}}": "",
"Failed to tag images": "",
"Failed to update cluster": "Aktualizacja klastra nie powiodła się",
Expand Down Expand Up @@ -822,6 +823,7 @@
"Tunnel successfully started": "",
"Unable to bind flags": "",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}": "",
"Unable to delete profile(s): {{.error}}": "",
"Unable to detect the latest patch release for specified major.minor version v{{.majorminor}}": "",
"Unable to enable dashboard": "",
"Unable to fetch latest version info": "",
Expand Down
Loading
Loading