Skip to content

Commit 38b683a

Browse files
committed
Bump version to v0.5.10
Signed-off-by: Jess Frazelle <jess@oxide.computer>
1 parent d17387d commit 38b683a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $ sudo emerge -a app-emulation/img
160160

161161
#### Running with Docker
162162

163-
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.9.
163+
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.
164164

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

181181
### Running with Kubernetes
182182

183-
Since `img` v0.5.9, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.
183+
Since `img` v0.5.10, you don't need to specify any `securityContext` for running `img` as a Kubernetes container.
184184

185185
However the following security annotations are needed:
186186
```

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.9
1+
v0.5.10

0 commit comments

Comments
 (0)