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