Skip to content

Commit

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

* Auto generate

---------

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

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
3 changes: 2 additions & 1 deletion docs/src/external/metalctl/docs/metalctl_machine_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ metalctl machine console <machine ID> [flags]
## Options

```
--admin authenticate as admin (admin only).
-h, --help help for console
--ipmi use ipmitool with direct network access (admin only).
--ipmipassword string overwrite ipmi password (admin only).
--ipmiuser string overwrite ipmi user (admin only).
-p, --sshidentity string SSH key file, if not given the default ssh key will be used if present [optional].
-i, --sshidentity string SSH key file, if not given the default ssh key will be used if present [optional].
```

## Options inherited from parent commands
Expand Down

0 comments on commit db5aef8

Please sign in to comment.