Skip to content

Commit

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

* Auto generate

Co-authored-by: metal-stack <[email protected]>
Co-authored-by: Gerrit91 <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2022
1 parent dd80a16 commit 08478eb
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 38 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.9")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.10.10")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
21 changes: 11 additions & 10 deletions docs/src/external/metalctl/docs/metalctl_machine_ipmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ metalctl machine ipmi [<machine ID>] [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
Expand Down
28 changes: 15 additions & 13 deletions docs/src/external/metalctl/docs/metalctl_machine_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,26 @@ Meaning of the emojis:


```
metalctl machine issues [flags]
metalctl machine issues [<machine ID>] [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
Expand Down
23 changes: 12 additions & 11 deletions docs/src/external/metalctl/docs/metalctl_machine_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/src/external/metalctl/docs/metalctl_machine_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ metalctl machine logs <machine ID> [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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/external/metalctl/docs/metalctl_machine_power.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# metalctl machine power cycle

power cycle a machine
power cycle a machine (graceful shutdown)

## Synopsis

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

0 comments on commit 08478eb

Please sign in to comment.