From db5aef8290b41b0f6a68fbf8546c81c31b0f4f40 Mon Sep 17 00:00:00 2001 From: "metal-robot[bot]" <68018895+metal-robot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:00:49 +0200 Subject: [PATCH] Bump releases to version v0.18.3 (#200) * Bump releases to version v0.18.3 * Auto generate --------- Co-authored-by: metal-stack --- Makefile | 2 +- docs/src/external/metalctl/docs/metalctl_machine_console.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 64cc1cf305..d855068e4c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.2") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.3") ifeq ($(CI),true) DOCKER_TTY_ARG= diff --git a/docs/src/external/metalctl/docs/metalctl_machine_console.md b/docs/src/external/metalctl/docs/metalctl_machine_console.md index 68d6cdaf07..78179fa123 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_console.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_console.md @@ -14,11 +14,12 @@ metalctl machine console [flags] ## Options ``` + --admin authenticate as admin (admin only). -h, --help help for console --ipmi use ipmitool with direct network access (admin only). --ipmipassword string overwrite ipmi password (admin only). --ipmiuser string overwrite ipmi user (admin only). - -p, --sshidentity string SSH key file, if not given the default ssh key will be used if present [optional]. + -i, --sshidentity string SSH key file, if not given the default ssh key will be used if present [optional]. ``` ## Options inherited from parent commands