From f60fb43e971564d0f776dc8fa7ea86bd2ca14e26 Mon Sep 17 00:00:00 2001 From: "metal-robot[bot]" <68018895+metal-robot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:58:19 +0200 Subject: [PATCH] Bump releases to version v0.18.8 (#206) * Bump releases to version v0.18.8 * Auto generate --------- Co-authored-by: metal-stack --- Makefile | 2 +- docs/src/external/metalctl/docs/metalctl_network_ip_list.md | 2 +- docs/src/external/metalctl/docs/metalctl_switch_delete.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e9b32ceb4..39c4f981da 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.7") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.8") ifeq ($(CI),true) DOCKER_TTY_ARG= diff --git a/docs/src/external/metalctl/docs/metalctl_network_ip_list.md b/docs/src/external/metalctl/docs/metalctl_network_ip_list.md index 8359c88b19..b1b8a6aaca 100644 --- a/docs/src/external/metalctl/docs/metalctl_network_ip_list.md +++ b/docs/src/external/metalctl/docs/metalctl_network_ip_list.md @@ -16,7 +16,7 @@ metalctl network ip list [flags] --network string network to filter [optional] --prefix string prefix to filter [optional] --project string project to filter [optional] - --sort-by strings sort by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|ipaddress|name|network|type + --sort-by strings sort by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: age|description|id|ipaddress|name|network|type --tags strings tags to filter [optional] --type string type to filter [optional] ``` diff --git a/docs/src/external/metalctl/docs/metalctl_switch_delete.md b/docs/src/external/metalctl/docs/metalctl_switch_delete.md index 5b6663e1fc..b511d00eff 100644 --- a/docs/src/external/metalctl/docs/metalctl_switch_delete.md +++ b/docs/src/external/metalctl/docs/metalctl_switch_delete.md @@ -22,6 +22,7 @@ metalctl switch delete [flags] the file can also contain multiple documents and perform a bulk operation. + --force forcefully delete the switch accepting the risk that it still has machines connected to it -h, --help help for delete --skip-security-prompts skips security prompt for bulk operations --timestamps when used with --file (bulk operation): prints timestamps in-between the operations