diff --git a/CHANGELOG.md b/CHANGELOG.md index 83612a62..b57398ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.0.2 + +CHANGE: The openziti/zrok Docker image has been updated to use the latest version of the ziti CLI, 1.4.3 (https://github.com/openziti/zrok/pull/917) + ## v1.0.1 FEATURE: The zrok Agent now persists private accesses and reserved shares between executions. Any `zrok access private` instances or `zrok share reserved` instances created using the agent are now persisted to a registry stored in `${HOME}/.zrok`. When restarting the agent these accesses and reserved shares are re-created from the data in this registry (https://github.com/openziti/zrok/pull/922) diff --git a/docker/images/zrok/Dockerfile b/docker/images/zrok/Dockerfile index 4cd1645c..cd5b6e28 100644 --- a/docker/images/zrok/Dockerfile +++ b/docker/images/zrok/Dockerfile @@ -1,5 +1,5 @@ # this builds docker.io/openziti/zrok -FROM docker.io/openziti/ziti-cli:1.3.3 +FROM docker.io/openziti/ziti-cli:1.4.3 ARG ARTIFACTS_DIR=./dist ARG DOCKER_BUILD_DIR=.