From d47bcf3210888a14312a7782e65817d685792e95 Mon Sep 17 00:00:00 2001 From: "metal-robot[bot]" <68018895+metal-robot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:36:12 +0200 Subject: [PATCH] Bump releases to version v0.18.4 (#201) * Bump releases to version v0.18.4 * Auto generate --------- Co-authored-by: metal-stack --- Makefile | 2 +- .../metalctl/docs/metalctl_size_reservations_list.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d855068e4c..2e6d70d838 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.3") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.4") ifeq ($(CI),true) DOCKER_TTY_ARG= diff --git a/docs/src/external/metalctl/docs/metalctl_size_reservations_list.md b/docs/src/external/metalctl/docs/metalctl_size_reservations_list.md index b8d8a38479..5e919c6f50 100644 --- a/docs/src/external/metalctl/docs/metalctl_size_reservations_list.md +++ b/docs/src/external/metalctl/docs/metalctl_size_reservations_list.md @@ -9,8 +9,12 @@ metalctl size reservations list [flags] ## Options ``` - -h, --help help for list - --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: partition|project|size|tenant + -h, --help help for list + --partition string the partition to filter + --project string the project to filter + --size-id string the size-id to filter + --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: partition|project|size|tenant + --tenant string the tenant to filter ``` ## Options inherited from parent commands