Skip to content

Commit

Permalink
Bump releases to version v0.10.8 (#114)
Browse files Browse the repository at this point in the history
* Bump releases to version v0.10.8

* Auto generate

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Sep 1, 2022
1 parent 4fc0f26 commit 68b610d
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 177 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/external/metalctl/docs/metalctl_firewall_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
```

Expand Down
6 changes: 3 additions & 3 deletions docs/src/external/metalctl/docs/metalctl_image_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/external/metalctl/docs/metalctl_machine_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
```

Expand Down
1 change: 0 additions & 1 deletion docs/src/external/metalctl/docs/metalctl_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/external/metalctl/docs/metalctl_network_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down
44 changes: 0 additions & 44 deletions docs/src/external/metalctl/docs/metalctl_network_prefix.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/src/external/metalctl/docs/metalctl_network_prefix_add.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/src/external/metalctl/docs/metalctl_network_prefix_remove.md

This file was deleted.

27 changes: 16 additions & 11 deletions docs/src/external/metalctl/docs/metalctl_network_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/src/external/metalctl/docs/metalctl_partition_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/src/external/metalctl/docs/metalctl_project_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/src/external/metalctl/docs/metalctl_size_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/src/external/metalctl/docs/metalctl_switch_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68b610d

Please sign in to comment.