diff --git a/CHANGELOG.md b/CHANGELOG.md index 495dd324..c408e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.4.26 + +FIX: The regenerate account token dialog incorrectly specified the path `${HOME}/.zrok/environments.yml`. This was corrected to be `${HOME}/.zrok/environments.json` + ## v0.4.25 FEATURE: New action in the web console that allows changing the password of the logged-in account (https://github.com/openziti/zrok/issues/148) diff --git a/ui/src/console/detail/account/actions/RegenerateToken.js b/ui/src/console/detail/account/actions/RegenerateToken.js index f41ce601..b63022e8 100644 --- a/ui/src/console/detail/account/actions/RegenerateToken.js +++ b/ui/src/console/detail/account/actions/RegenerateToken.js @@ -49,7 +49,7 @@ const RegenerateToken = (props) => {

You will need to update each of - your ${HOME}/.zrok/environments.yml files + your ${HOME}/.zrok/environments.json files with your new token to allow them to continue working!