From 68b610d10140b0fcdc672f4c44fa171caa2b153d Mon Sep 17 00:00:00 2001 From: "metal-robot[bot]" <68018895+metal-robot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:42:30 +0200 Subject: [PATCH] Bump releases to version v0.10.8 (#114) * Bump releases to version v0.10.8 * Auto generate Co-authored-by: metal-stack --- Makefile | 2 +- .../docs/metalctl_filesystemlayout_list.md | 4 +- .../metalctl/docs/metalctl_firewall_list.md | 2 +- .../metalctl/docs/metalctl_image_list.md | 6 +-- .../metalctl/docs/metalctl_machine_list.md | 2 +- .../metalctl/docs/metalctl_network.md | 1 - .../metalctl/docs/metalctl_network_ip_list.md | 2 +- .../metalctl/docs/metalctl_network_list.md | 2 +- .../metalctl/docs/metalctl_network_prefix.md | 44 ----------------- .../docs/metalctl_network_prefix_add.md | 47 ------------------- .../docs/metalctl_network_prefix_remove.md | 47 ------------------- .../metalctl/docs/metalctl_network_update.md | 27 ++++++----- .../docs/metalctl_partition_capacity.md | 8 ++-- .../metalctl/docs/metalctl_partition_list.md | 4 +- .../metalctl/docs/metalctl_project_list.md | 10 ++-- .../metalctl_size_imageconstraint_list.md | 4 +- .../metalctl/docs/metalctl_size_list.md | 4 +- .../metalctl/docs/metalctl_switch_list.md | 4 +- 18 files changed, 43 insertions(+), 177 deletions(-) delete mode 100644 docs/src/external/metalctl/docs/metalctl_network_prefix.md delete mode 100644 docs/src/external/metalctl/docs/metalctl_network_prefix_add.md delete mode 100644 docs/src/external/metalctl/docs/metalctl_network_prefix_remove.md diff --git a/Makefile b/Makefile index 4408a9cdbc..20d8128dbd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.10.7") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.10.8") ifeq ($(CI),true) DOCKER_TTY_ARG= diff --git a/docs/src/external/metalctl/docs/metalctl_filesystemlayout_list.md b/docs/src/external/metalctl/docs/metalctl_filesystemlayout_list.md index ff48af007c..b6705ffefc 100644 --- a/docs/src/external/metalctl/docs/metalctl_filesystemlayout_list.md +++ b/docs/src/external/metalctl/docs/metalctl_filesystemlayout_list.md @@ -9,8 +9,8 @@ metalctl filesystemlayout list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name + -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: description|id|name ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_firewall_list.md b/docs/src/external/metalctl/docs/metalctl_firewall_list.md index 920b52e702..4bbc5ffd55 100644 --- a/docs/src/external/metalctl/docs/metalctl_firewall_list.md +++ b/docs/src/external/metalctl/docs/metalctl_firewall_list.md @@ -15,10 +15,10 @@ metalctl firewall list [flags] --image string allocation image to filter [optional] --mac strings mac to filter [optional] --name string allocation name to filter [optional] - --order strings order 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 --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". ``` diff --git a/docs/src/external/metalctl/docs/metalctl_image_list.md b/docs/src/external/metalctl/docs/metalctl_image_list.md index aeec00254e..5dc159b642 100644 --- a/docs/src/external/metalctl/docs/metalctl_image_list.md +++ b/docs/src/external/metalctl/docs/metalctl_image_list.md @@ -9,9 +9,9 @@ metalctl image list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: classification|description|expiration|id|name - --show-usage show from how many allocated machines every image is used + -h, --help help for list + --show-usage show from how many allocated machines every image is used + --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: classification|description|expiration|id|name ``` ## 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 32f28b16a9..8f923e9955 100644 --- a/docs/src/external/metalctl/docs/metalctl_machine_list.md +++ b/docs/src/external/metalctl/docs/metalctl_machine_list.md @@ -30,10 +30,10 @@ metalctl machine list [flags] --image string allocation image to filter [optional] --mac string mac to filter [optional] --name string allocation name to filter [optional] - --order strings order 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 --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". ``` diff --git a/docs/src/external/metalctl/docs/metalctl_network.md b/docs/src/external/metalctl/docs/metalctl_network.md index a6ccb36d58..9b172b83be 100644 --- a/docs/src/external/metalctl/docs/metalctl_network.md +++ b/docs/src/external/metalctl/docs/metalctl_network.md @@ -52,6 +52,5 @@ networks can be attached to a machine or firewall such that they can communicate * [metalctl network free](metalctl_network_free.md) - free a network * [metalctl network ip](metalctl_network_ip.md) - manage ip entities * [metalctl network list](metalctl_network_list.md) - list all networks -* [metalctl network prefix](metalctl_network_prefix.md) - prefix management of a network * [metalctl network update](metalctl_network_update.md) - updates the network 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 0ba6b7c87c..8359c88b19 100644 --- a/docs/src/external/metalctl/docs/metalctl_network_ip_list.md +++ b/docs/src/external/metalctl/docs/metalctl_network_ip_list.md @@ -14,9 +14,9 @@ metalctl network ip list [flags] --machineid string machineid to filter [optional] --name string name to filter [optional] --network string network to filter [optional] - --order strings order 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 --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 --tags strings tags to filter [optional] --type string type to filter [optional] ``` diff --git a/docs/src/external/metalctl/docs/metalctl_network_list.md b/docs/src/external/metalctl/docs/metalctl_network_list.md index 13b351dba2..72d901f5dd 100644 --- a/docs/src/external/metalctl/docs/metalctl_network_list.md +++ b/docs/src/external/metalctl/docs/metalctl_network_list.md @@ -14,12 +14,12 @@ metalctl network list [flags] --id string ID to filter [optional] --name string name to filter [optional] --nat nat to filter [optional] - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name|partition|project --parent string parent network to filter [optional] --partition string partition to filter [optional] --prefixes strings prefixes to filter, use it like: --prefixes prefix1,prefix2. --privatesuper privatesuper 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|name|partition|project --underlay underlay to filter [optional] --vrf int vrf to filter [optional] ``` diff --git a/docs/src/external/metalctl/docs/metalctl_network_prefix.md b/docs/src/external/metalctl/docs/metalctl_network_prefix.md deleted file mode 100644 index c7c165ef44..0000000000 --- a/docs/src/external/metalctl/docs/metalctl_network_prefix.md +++ /dev/null @@ -1,44 +0,0 @@ -# metalctl network prefix - -prefix management of a network - -## Options - -``` - -h, --help help for prefix -``` - -## Options inherited from parent commands - -``` - --api-token string api token to authenticate. Can be specified with METALCTL_API_TOKEN environment variable. - --api-url string api server address. Can be specified with METALCTL_API_URL environment variable. - -c, --config string alternative config file path, (default is ~/.metalctl/config.yaml). - Example config.yaml: - - --- - apitoken: "alongtoken" - ... - - - --debug debug output - --force-color force colored output even without tty - --kubeconfig string Path to the kube-config to use for authentication and authorization. Is updated by login. Uses default path if not specified. - --no-headers do not print headers of table output format (default print headers) - -o, --output-format string output format (table|wide|markdown|json|yaml|template), wide is a table with more columns. (default "table") - --template string output template for template output-format, go template format. - For property names inspect the output of -o json or -o yaml for reference. - Example for machines: - - metalctl machine list -o template --template "{{ .id }}:{{ .size.id }}" - - - --yes-i-really-mean-it skips security prompts (which can be dangerous to set blindly because actions can lead to data loss or additional costs) -``` - -## SEE ALSO - -* [metalctl network](metalctl_network.md) - manage network entities -* [metalctl network prefix add](metalctl_network_prefix_add.md) - add a prefix to a network -* [metalctl network prefix remove](metalctl_network_prefix_remove.md) - remove a prefix from a network - diff --git a/docs/src/external/metalctl/docs/metalctl_network_prefix_add.md b/docs/src/external/metalctl/docs/metalctl_network_prefix_add.md deleted file mode 100644 index b80ad339fb..0000000000 --- a/docs/src/external/metalctl/docs/metalctl_network_prefix_add.md +++ /dev/null @@ -1,47 +0,0 @@ -# metalctl network prefix add - -add a prefix to a network - -``` -metalctl network prefix add [flags] -``` - -## Options - -``` - -h, --help help for add - --prefix string prefix to add. -``` - -## Options inherited from parent commands - -``` - --api-token string api token to authenticate. Can be specified with METALCTL_API_TOKEN environment variable. - --api-url string api server address. Can be specified with METALCTL_API_URL environment variable. - -c, --config string alternative config file path, (default is ~/.metalctl/config.yaml). - Example config.yaml: - - --- - apitoken: "alongtoken" - ... - - - --debug debug output - --force-color force colored output even without tty - --kubeconfig string Path to the kube-config to use for authentication and authorization. Is updated by login. Uses default path if not specified. - --no-headers do not print headers of table output format (default print headers) - -o, --output-format string output format (table|wide|markdown|json|yaml|template), wide is a table with more columns. (default "table") - --template string output template for template output-format, go template format. - For property names inspect the output of -o json or -o yaml for reference. - Example for machines: - - metalctl machine list -o template --template "{{ .id }}:{{ .size.id }}" - - - --yes-i-really-mean-it skips security prompts (which can be dangerous to set blindly because actions can lead to data loss or additional costs) -``` - -## SEE ALSO - -* [metalctl network prefix](metalctl_network_prefix.md) - prefix management of a network - diff --git a/docs/src/external/metalctl/docs/metalctl_network_prefix_remove.md b/docs/src/external/metalctl/docs/metalctl_network_prefix_remove.md deleted file mode 100644 index 212bf0ffef..0000000000 --- a/docs/src/external/metalctl/docs/metalctl_network_prefix_remove.md +++ /dev/null @@ -1,47 +0,0 @@ -# metalctl network prefix remove - -remove a prefix from a network - -``` -metalctl network prefix remove [flags] -``` - -## Options - -``` - -h, --help help for remove - --prefix string prefix to remove. -``` - -## Options inherited from parent commands - -``` - --api-token string api token to authenticate. Can be specified with METALCTL_API_TOKEN environment variable. - --api-url string api server address. Can be specified with METALCTL_API_URL environment variable. - -c, --config string alternative config file path, (default is ~/.metalctl/config.yaml). - Example config.yaml: - - --- - apitoken: "alongtoken" - ... - - - --debug debug output - --force-color force colored output even without tty - --kubeconfig string Path to the kube-config to use for authentication and authorization. Is updated by login. Uses default path if not specified. - --no-headers do not print headers of table output format (default print headers) - -o, --output-format string output format (table|wide|markdown|json|yaml|template), wide is a table with more columns. (default "table") - --template string output template for template output-format, go template format. - For property names inspect the output of -o json or -o yaml for reference. - Example for machines: - - metalctl machine list -o template --template "{{ .id }}:{{ .size.id }}" - - - --yes-i-really-mean-it skips security prompts (which can be dangerous to set blindly because actions can lead to data loss or additional costs) -``` - -## SEE ALSO - -* [metalctl network prefix](metalctl_network_prefix.md) - prefix management of a network - diff --git a/docs/src/external/metalctl/docs/metalctl_network_update.md b/docs/src/external/metalctl/docs/metalctl_network_update.md index af01d3072c..20f10d92a9 100644 --- a/docs/src/external/metalctl/docs/metalctl_network_update.md +++ b/docs/src/external/metalctl/docs/metalctl_network_update.md @@ -9,17 +9,22 @@ metalctl network update [flags] ## Options ``` - -f, --file string filename of the create or update request in yaml format, or - for stdin. - - Example: - $ metalctl network describe network-1 -o yaml > network.yaml - $ vi network.yaml - $ # either via stdin - $ cat network.yaml | metalctl network update -f - - $ # or via file - $ metalctl network update -f network.yaml - - -h, --help help for update + --add-destinationprefixes strings destination prefixes to be added to the network [optional] + --add-prefixes strings prefixes to be added to the network [optional] + --description string the description of the network [optional] + -f, --file string filename of the create or update request in yaml format, or - for stdin. + + Example: + $ metalctl network describe network-1 -o yaml > network.yaml + $ vi network.yaml + $ # either via stdin + $ cat network.yaml | metalctl network update -f - + $ # or via file + $ metalctl network update -f network.yaml + + -h, --help help for update + --remove-destinationprefixes strings destination prefixes to be removed from the network [optional] + --remove-prefixes strings prefixes to be removed from the network [optional] ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_partition_capacity.md b/docs/src/external/metalctl/docs/metalctl_partition_capacity.md index 4ca1e3d457..f98745a8f1 100644 --- a/docs/src/external/metalctl/docs/metalctl_partition_capacity.md +++ b/docs/src/external/metalctl/docs/metalctl_partition_capacity.md @@ -9,10 +9,10 @@ metalctl partition capacity [flags] ## Options ``` - -h, --help help for capacity - --id string filter on partition id. [optional] - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name - --size string filter on size id. [optional] + -h, --help help for capacity + --id string filter on partition id. [optional] + --size string filter on size id. [optional] + --sort-by strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_partition_list.md b/docs/src/external/metalctl/docs/metalctl_partition_list.md index b6bb0b18d0..4b01c87936 100644 --- a/docs/src/external/metalctl/docs/metalctl_partition_list.md +++ b/docs/src/external/metalctl/docs/metalctl_partition_list.md @@ -9,8 +9,8 @@ metalctl partition list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name + -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: description|id|name ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_project_list.md b/docs/src/external/metalctl/docs/metalctl_project_list.md index 1a54eb4942..b5a8eb1183 100644 --- a/docs/src/external/metalctl/docs/metalctl_project_list.md +++ b/docs/src/external/metalctl/docs/metalctl_project_list.md @@ -9,11 +9,11 @@ metalctl project list [flags] ## Options ``` - -h, --help help for list - --id string ID of the project. - --name string Name of the project. - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name|tenant - --tenant string tenant of this project. + -h, --help help for list + --id string ID of the project. + --name string Name of the project. + --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|name|tenant + --tenant string tenant of this project. ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_size_imageconstraint_list.md b/docs/src/external/metalctl/docs/metalctl_size_imageconstraint_list.md index 6627d10178..e67ac3fa1b 100644 --- a/docs/src/external/metalctl/docs/metalctl_size_imageconstraint_list.md +++ b/docs/src/external/metalctl/docs/metalctl_size_imageconstraint_list.md @@ -9,8 +9,8 @@ metalctl size imageconstraint list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name + -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: description|id|name ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_size_list.md b/docs/src/external/metalctl/docs/metalctl_size_list.md index 7e1a478a43..63f74b93f1 100644 --- a/docs/src/external/metalctl/docs/metalctl_size_list.md +++ b/docs/src/external/metalctl/docs/metalctl_size_list.md @@ -9,8 +9,8 @@ metalctl size list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name + -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: description|id|name ``` ## Options inherited from parent commands diff --git a/docs/src/external/metalctl/docs/metalctl_switch_list.md b/docs/src/external/metalctl/docs/metalctl_switch_list.md index 5d7c313166..752f82d6b5 100644 --- a/docs/src/external/metalctl/docs/metalctl_switch_list.md +++ b/docs/src/external/metalctl/docs/metalctl_switch_list.md @@ -9,8 +9,8 @@ metalctl switch list [flags] ## Options ``` - -h, --help help for list - --order strings order by (comma separated) column(s), sort direction can be changed by appending :asc or :desc behind the column identifier. possible values: description|id|name + -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: description|id|name ``` ## Options inherited from parent commands