Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.9.0 #628

Merged
merged 4 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.netfoundry.zac",
"version": "3.8.2",
"version": "3.9.0",
"description": "Ziti Administration Console",
"main": "server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion projects/ziti-console-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openziti/ziti-console-lib",
"version": "0.8.2",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/openziti/ziti-console"
Expand Down
19 changes: 19 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# app-ziti-console-v3.8.3
# ziti-console-lib-v0.8.3
## Feature/Improvements
* [Issue #629](https://github.com/openziti/ziti-console/issues/629) - New Config Types List Page and Edit Form

## Bug Fixes
* [Issue #625](https://github.com/openziti/ziti-console/issues/625) - Specify a list of pre-defined edge controllers when running the node server
* [Issue #624](https://github.com/openziti/ziti-console/issues/624) - Remove file upload utility and node service

# Notes:
This release will require all users deploying ZAC via the NodeJS server to specify a pre-defined list of ziti edge controller URL's in order to connect to a controller. To do this, users must define an environment variable called ZAC_CONTROLLER_URLS. It must be a comma seperated list of URLS. For example:

On Mac/Linux:
`export ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443`

On Windows:
`set ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443`


# app-ziti-console-v3.8.0
# ziti-console-lib-v0.8.2
## Feature/Improvements
Expand Down
Loading