Skip to content

Commit

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

* Auto generate

---------

Co-authored-by: metal-stack <info@metal-stack.io>
Co-authored-by: Gerrit91 <iinfo@gerritschwerthelm.de>
  • Loading branch information
3 people authored Aug 23, 2023
1 parent 8c91f77 commit 6e2a7d3
Show file tree
Hide file tree
Showing 2 changed files with 4 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.14.6")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.15.0")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
4 changes: 3 additions & 1 deletion docs/src/external/metalctl/docs/metalctl_audit_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ metalctl audit describe <id> [flags]
## Options

```
-h, --help help for describe
-h, --help help for describe
--phase string phase of the audit trace. One of [request, response, single, error, opened, closed] (default "response")
--prettify-body attempts to interpret the body as json and prettifies it
```

## Options inherited from parent commands
Expand Down

0 comments on commit 6e2a7d3

Please sign in to comment.