From 190d1414641786eab013e7f11ec5e1d3dd53830e Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 20 Dec 2024 14:34:31 -0500 Subject: [PATCH] announce the Py runner upgrade --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0320d0dd..1f85d0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ FIX: Docker share examples had incorrect default path for zrok environment mountpoint +CHANGE: bump macOS runner for Python module from macos-12 to macos-13 + ## v0.4.45 FEATURE: Minimal support for "organizations". Site admin API endpoints provided to create, list, and delete "organizations". Site admin API endpoints provided to add, list, and remove "organization members" (zrok accounts) with the ability to mark accounts as a "organization admin". API endpoints provided for organization admins to list the members of their organizations, and to also see the overview (environments, shares, and accesses) for any account in their organization. API endpoint for end users to see which organizations their account is a member of (https://github.com/openziti/zrok/issues/537)