Skip to content

Commit

Permalink
Bump version to v0.5.11
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <jess@oxide.computer>
  • Loading branch information
jessfraz committed Nov 12, 2020
1 parent cd9273d commit 5b90868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ $ sudo emerge -a app-emulation/img

#### Running with Docker

Docker image `r.j3ss.co/img` is configured to be executed as an unprivileged user with UID 1000 and it does not need `--privileged` since `img` v0.5.10.
Docker image `r.j3ss.co/img` is configured to be executed as an unprivileged user with UID 1000 and it does not need `--privileged` since `img` v0.5.11.

```console
$ docker run --rm -it \
Expand All @@ -180,7 +180,7 @@ See [docker/cli patch](#upstream-patches) for how to allow mounting `/proc` with

### Running with Kubernetes

Since `img` v0.5.10, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.
Since `img` v0.5.11, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.

However the following security annotations are needed:
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.10
v0.5.11

0 comments on commit 5b90868

Please sign in to comment.