Skip to content

Commit

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

* Auto generate

---------

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

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ metalctl size reservations list [flags]
## Options

```
-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: partition|project|size|tenant
-h, --help help for list
--partition string the partition to filter
--project string the project to filter
--size-id string the size-id to filter
--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: partition|project|size|tenant
--tenant string the tenant to filter
```

## Options inherited from parent commands
Expand Down

0 comments on commit d47bcf3

Please sign in to comment.