diff --git a/CHANGELOG.md b/CHANGELOG.md index 76035f0..1b94ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.1.7 (2022-07-18) + +### Fix + +- **action**: Only run dockerd-rootless.sh if told + ## 0.1.6 (2022-07-16) ### Fix diff --git a/README.md b/README.md index 19ecd57..7b780fe 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ docker info --format "{{ .ClientInfo.Context }}" ```yaml - name: Use Docker in rootless mode. - uses: ScribeMD/rootless-docker@0.1.6 + uses: ScribeMD/rootless-docker@0.1.7 ``` ## Supported Runners diff --git a/pyproject.toml b/pyproject.toml index 31fada0..921960e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.1.6" + version = "0.1.7" version_files = [ "pyproject.toml:version", "README.md:rootless-docker@" @@ -12,7 +12,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rootless-docker" - version = "0.1.6" + version = "0.1.7" description = "Run Docker in Rootless Mode to Prevent Permission Errors" authors = ["Kurt von Laven "] license = "MIT"