diff --git a/Makefile b/Makefile index fb48237af8..8f96ba46d8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.10.9") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.10.10") ifeq ($(CI),true) DOCKER_TTY_ARG= diff --git a/docs/src/external/metalctl/docs/metalctl_machine_ipmi.md b/docs/src/external/metalctl/docs/metalctl_machine_ipmi.md index d49fc4c613..05c74eebd3 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_ipmi.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_ipmi.md @@ -24,16 +24,17 @@ metalctl machine ipmi [] [flags] ## Options ``` - -h, --help help for ipmi - --hostname string allocation hostname to filter [optional] - --id string ID to filter [optional] - --image string allocation image to filter [optional] - --mac string mac to filter [optional] - --name string allocation name to filter [optional] - --partition string partition to filter [optional] - --project string allocation project to filter [optional] - --size string size to filter [optional] - --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". + -h, --help help for ipmi + --hostname string allocation hostname to filter [optional] + --id string ID to filter [optional] + --image string allocation image to filter [optional] + --last-event-error-threshold duration the duration up to how long in the past a machine last event error will be counted as an issue [optional] (default 1h0m0s) + --mac string mac to filter [optional] + --name string allocation name to filter [optional] + --partition string partition to filter [optional] + --project string allocation project to filter [optional] + --size string size to filter [optional] + --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_machine_issues.md b/docs/src/external/metalctl/docs/metalctl_machine_issues.md index 057e95238f..3a584d491c 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_issues.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_issues.md @@ -18,24 +18,26 @@ Meaning of the emojis: ``` -metalctl machine issues [flags] +metalctl machine issues [] [flags] ``` ## Options ``` - -h, --help help for issues - --hostname string allocation hostname to filter [optional] - --id string ID to filter [optional] - --image string allocation image to filter [optional] - --mac string mac to filter [optional] - --name string allocation name to filter [optional] - --omit strings issue types to omit [optional] - --only strings issue types to include [optional] - --partition string partition to filter [optional] - --project string allocation project to filter [optional] - --size string size to filter [optional] - --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". + -h, --help help for issues + --hostname string allocation hostname to filter [optional] + --id string ID to filter [optional] + --image string allocation image to filter [optional] + --last-event-error-threshold duration the duration up to how long in the past a machine last event error will be counted as an issue [optional] (default 168h0m0s) + --mac string mac to filter [optional] + --name string allocation name to filter [optional] + --omit strings issue types to omit [optional] + --only strings issue types to include [optional] + --partition string partition to filter [optional] + --project string allocation project to filter [optional] + --severity string issue severity to include [optional] + --size string size to filter [optional] + --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_machine_list.md b/docs/src/external/metalctl/docs/metalctl_machine_list.md index 8f923e9955..76c2dcbd1c 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_list.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_list.md @@ -24,17 +24,18 @@ metalctl machine list [flags] ## Options ``` - -h, --help help for list - --hostname string allocation hostname to filter [optional] - --id string ID to filter [optional] - --image string allocation image to filter [optional] - --mac string mac to filter [optional] - --name string allocation name to filter [optional] - --partition string partition to filter [optional] - --project string allocation project to filter [optional] - --size string size 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: age|event|id|image|liveliness|partition|project|size|when - --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". + -h, --help help for list + --hostname string allocation hostname to filter [optional] + --id string ID to filter [optional] + --image string allocation image to filter [optional] + --last-event-error-threshold duration the duration up to how long in the past a machine last event error will be counted as an issue [optional] (default 1h0m0s) + --mac string mac to filter [optional] + --name string allocation name to filter [optional] + --partition string partition to filter [optional] + --project string allocation project to filter [optional] + --size string size 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: age|event|id|image|liveliness|partition|project|size|when + --tags strings tags to filter, use it like: --tags "tag1,tag2" or --tags "tag3". ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_machine_logs.md b/docs/src/external/metalctl/docs/metalctl_machine_logs.md index 31c817117d..11624d956d 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_logs.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_logs.md @@ -9,7 +9,8 @@ metalctl machine logs [flags] ## Options ``` - -h, --help help for logs + -h, --help help for logs + --last-event-error-threshold duration the duration up to how long in the past a machine last event error will be counted as an issue [optional] (default 168h0m0s) ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_machine_power.md b/docs/src/external/metalctl/docs/metalctl_machine_power.md index 9bf7c63685..620570b79e 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_power.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_power.md @@ -40,7 +40,7 @@ manage machine power * [metalctl machine](metalctl_machine.md) - manage machine entities * [metalctl machine power bios](metalctl_machine_power_bios.md) - boot a machine into BIOS -* [metalctl machine power cycle](metalctl_machine_power_cycle.md) - power cycle a machine +* [metalctl machine power cycle](metalctl_machine_power_cycle.md) - power cycle a machine (graceful shutdown) * [metalctl machine power disk](metalctl_machine_power_disk.md) - boot a machine from disk * [metalctl machine power off](metalctl_machine_power_off.md) - power off a machine * [metalctl machine power on](metalctl_machine_power_on.md) - power on a machine diff --git a/docs/src/external/metalctl/docs/metalctl_machine_power_cycle.md b/docs/src/external/metalctl/docs/metalctl_machine_power_cycle.md index 45f3be328d..453880ae9d 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_power_cycle.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_power_cycle.md @@ -1,6 +1,6 @@ # metalctl machine power cycle -power cycle a machine +power cycle a machine (graceful shutdown) ## Synopsis diff --git a/docs/src/external/metalctl/docs/metalctl_network_update.md b/docs/src/external/metalctl/docs/metalctl_network_update.md index 20f10d92a9..40b847a3b2 100644 --- a/docs/src/external/metalctl/docs/metalctl_network_update.md +++ b/docs/src/external/metalctl/docs/metalctl_network_update.md @@ -23,8 +23,11 @@ metalctl network update [flags] $ metalctl network update -f network.yaml -h, --help help for update + --labels strings the labels of the network, must be in the form of key=value, use it like: --labels "key1=value1,key2=value2". [optional] + --name string the name of the network [optional] --remove-destinationprefixes strings destination prefixes to be removed from the network [optional] --remove-prefixes strings prefixes to be removed from the network [optional] + --shared marks a network as shared or not [optional] ``` ## Options inherited from parent commands