Skip to content

Commit

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

* Auto generate

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Aug 1, 2024
1 parent c9a7d30 commit f60fb43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.18.7")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.18.8")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metalctl network ip list [flags]
--network string network to filter [optional]
--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
--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|description|id|ipaddress|name|network|type
--tags strings tags to filter [optional]
--type string type to filter [optional]
```
Expand Down
1 change: 1 addition & 0 deletions docs/src/external/metalctl/docs/metalctl_switch_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ metalctl switch delete <id> [flags]
the file can also contain multiple documents and perform a bulk operation.
--force forcefully delete the switch accepting the risk that it still has machines connected to it
-h, --help help for delete
--skip-security-prompts skips security prompt for bulk operations
--timestamps when used with --file (bulk operation): prints timestamps in-between the operations
Expand Down

0 comments on commit f60fb43

Please sign in to comment.