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

Release 3.9.0 #628

merged 4 commits into from
Feb 11, 2025

Conversation

rgallettonf
Copy link
Contributor

@rgallettonf rgallettonf commented Feb 10, 2025

Feature/Improvements

  • Issue #629 - New Config Types List Page and Edit Form

Bug Fixes

  • Issue #625 - Specify a list of pre-defined edge controllers when running the node server
  • Issue #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

@rgallettonf rgallettonf requested review from a team as code owners February 10, 2025 20:21
Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ziti-console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2025 7:33pm

Sync release 3.9.0 with main
@rgallettonf rgallettonf merged commit d98487c into main Feb 11, 2025
10 checks passed
@rgallettonf rgallettonf deleted the release-3.9.0 branch February 11, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants