mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 04:31:30 +02:00
Merge pull request #917 from openziti/dependabot/docker/docker/images/zrok/all-56c4a696ec
Bump openziti/ziti-cli from 1.3.3 to 1.4.3 in /docker/images/zrok in the all group
This commit is contained in:
commit
172be3c4d8
@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 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)
|
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)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# this builds docker.io/openziti/zrok
|
# 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 ARTIFACTS_DIR=./dist
|
||||||
ARG DOCKER_BUILD_DIR=.
|
ARG DOCKER_BUILD_DIR=.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user