From 5b908689b176d81225d227631b4170dbee9ab6f9 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 11 Nov 2020 19:40:45 -0800 Subject: [PATCH] Bump version to v0.5.11 Signed-off-by: Jess Frazelle --- README.md | 4 ++-- VERSION.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bf6a8f83..d07095736 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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: ``` diff --git a/VERSION.txt b/VERSION.txt index 5bf983fb4..0a7e34ccc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.5.10 +v0.5.11