1919- [ Upgrading From Previous Versions] ( #upgrading-from-previous-versions )
2020 - [ A Note On Database Migrations] ( #a-note-on-database-migrations )
2121 - [ From FiftyOne Enterprise Version 2.0.0 and Later] ( #from-fiftyone-enterprise-version-200-and-later )
22+ - [ FiftyOne Enterprise v2.16+ Additional API Routes] ( #fiftyone-enterprise-v216-additional-api-routes )
23+ - [ FiftyOne Enterprise v2.15+ Additional API Routes] ( #fiftyone-enterprise-v215-additional-api-routes )
2224 - [ FiftyOne Enterprise v2.7+ Delegated Operator Changes] ( #fiftyone-enterprise-v27-delegated-operator-changes )
2325 - [ FiftyOne Enterprise v2.5+ Delegated Operator Changes] ( #fiftyone-enterprise-v25-delegated-operator-changes )
2426 - [ FiftyOne Enterprise v2.2+ Delegated Operator Changes] ( #fiftyone-enterprise-v22-delegated-operator-changes )
@@ -78,9 +80,9 @@ quickstart 0.21.2
7880
7981### From FiftyOne Enterprise Version 2.0.0 and Later
8082
81- 1 . [ Upgrade to FiftyOne Enterprise version 2.16.0 ] ( #upgrading-from-previous-versions )
83+ 1 . [ Upgrade to FiftyOne Enterprise version 2.16.1 ] ( #upgrading-from-previous-versions )
82841 . Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
83- version 2.16.0
85+ version 2.16.1
8486 1 . Login to the FiftyOne Enterprise UI
8587 1 . To obtain the CLI command to install the FiftyOne SDK associated with
8688 your FiftyOne Enterprise version, navigate to ` Account > Install FiftyOne `
@@ -96,6 +98,58 @@ quickstart 0.21.2
9698 fiftyone migrate --info
9799 ```
98100
101+ #### FiftyOne Enterprise v2.16+ Additional API Routes
102+
103+ FiftyOne Enterprise v2.16.0 adds the ` /cloud_credentials ` endpoint to the ` teams-api ` .
104+ If using path-based routing, please update your Nginx configuration to
105+ include this endpoint:
106+
107+ ``` nginx
108+ server {
109+ server_name your.server.name;
110+
111+ # existing configuration
112+
113+ location /cloud_credentials {
114+ proxy_pass http://teams-api;
115+ proxy_set_header Upgrade $http_upgrade;
116+ proxy_set_header Connection "Upgrade";
117+ }
118+
119+ # existing configuration
120+ }
121+ ```
122+
123+ Please see the
124+ [ ingress documentation] ( https://github.com/voxel51/fiftyone-teams-app-deploy/blob/main/docker/docs/expose-teams-api.md )
125+ for full details.
126+
127+ #### FiftyOne Enterprise v2.15+ Additional API Routes
128+
129+ FiftyOne Enterprise v2.15.0 adds the ` /rpc ` endpoints to the ` teams-api ` .
130+ If using path-based routing, please update your Nginx configuration to
131+ include these endpoints:
132+
133+ ``` nginx
134+ server {
135+ server_name your.server.name;
136+
137+ # existing configuration
138+
139+ location /rpc {
140+ proxy_pass http://teams-api;
141+ proxy_set_header Upgrade $http_upgrade;
142+ proxy_set_header Connection "Upgrade";
143+ }
144+
145+ # existing configuration
146+ }
147+ ```
148+
149+ Please see the
150+ [ ingress documentation] ( https://github.com/voxel51/fiftyone-teams-app-deploy/blob/main/docker/docs/expose-teams-api.md )
151+ for full details.
152+
99153#### FiftyOne Enterprise v2.7+ Delegated Operator Changes
100154
101155FiftyOne Enterprise v2.7.0 changes the ` FIFTYONE_DELEGATED_OPERATION_RUN_LINK_PATH `
@@ -121,7 +175,7 @@ To utilize the prior image, update your `common-services.yaml` similar to the be
121175
122176``` yaml
123177teams-do-common :
124- image : voxel51/fiftyone-app:v2.16.0
178+ image : voxel51/fiftyone-app:v2.16.1
125179` ` `
126180
127181#### FiftyOne Enterprise v2.2+ Delegated Operator Changes
@@ -156,7 +210,7 @@ Additionally,
156210
157211# ## From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
158212
159- > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.0 _requires_ a license file.
213+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.1 _requires_ a license file.
160214> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
161215> 2.0 or beyond.
162216>
@@ -191,15 +245,15 @@ Additionally,
191245 mv license.key "${LOCAL_LICENSE_FILE_DIR}/license"
192246 ` ` `
193247
194- 1. [Upgrade to FiftyOne Enterprise version 2.16.0 ](#upgrading-from-previous-versions)
195- 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.16.0
248+ 1. [Upgrade to FiftyOne Enterprise version 2.16.1 ](#upgrading-from-previous-versions)
249+ 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.16.1
196250 1. Login to the FiftyOne Enterprise UI
197251 1. To obtain the CLI command to install the FiftyOne SDK associated with
198252 your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
1992531. Upgrade all the datasets
200- > **NOTE**: Any FiftyOne SDK less than 2.16.0
254+ > **NOTE**: Any FiftyOne SDK less than 2.16.1
201255 > will lose connectivity at this point.
202- > Upgrading to `fiftyone==2.16.0 ` is required.
256+ > Upgrading to `fiftyone==2.16.1 ` is required.
203257
204258 ` ` ` shell
205259 FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -213,7 +267,7 @@ Additionally,
213267
214268# ## From FiftyOne Enterprise Version 1.1.0 and Before Version 1.6.0
215269
216- > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.0 _requires_
270+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.1 _requires_
217271> your users to log in after the upgrade is complete.
218272> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
219273> You should coordinate this upgrade carefully with your end-users.
@@ -231,7 +285,7 @@ Additionally,
231285
232286---
233287
234- > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.0 _requires_ a license file.
288+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.1 _requires_ a license file.
235289> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
236290> 2.0 or beyond.
237291>
@@ -283,15 +337,15 @@ Additionally,
283337 unset FIFTYONE_DATABASE_ADMIN
284338 ` ` `
285339
286- 1. [Upgrade to FiftyOne Enterprise version 2.16.0 ](#upgrading-from-previous-versions)
287- 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.16.0
340+ 1. [Upgrade to FiftyOne Enterprise version 2.16.1 ](#upgrading-from-previous-versions)
341+ 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.16.1
288342 1. Login to the FiftyOne Enterprise UI
289343 1. To obtain the CLI command to install the FiftyOne SDK associated with
290344 your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
2913451. Upgrade all the datasets
292- > **NOTE**: Any FiftyOne SDK less than 2.16.0
346+ > **NOTE**: Any FiftyOne SDK less than 2.16.1
293347 > will lose connectivity at this point.
294- > Upgrading to `fiftyone==2.16.0 ` is required.
348+ > Upgrading to `fiftyone==2.16.1 ` is required.
295349
296350 ` ` ` shell
297351 FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -322,14 +376,14 @@ Additionally,
322376
323377---
324378
325- > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.0 _requires_ your users to
379+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.1 _requires_ your users to
326380> log in after the upgrade is complete.
327381> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
328382> You should coordinate this upgrade carefully with your end-users.
329383
330384---
331385
332- > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.0 _requires_ a license file.
386+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.16.1 _requires_ a license file.
333387> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
334388> 2.0 or beyond.
335389>
@@ -360,13 +414,13 @@ Additionally,
3604141. Update your web server routes to include routing
361415 ` /cas/*` traffic to the `teams-cas` service.
362416 Please see our [example nginx configurations](../) for more information.
363- 1. [Upgrade to FiftyOne Enterprise v2.16.0 ](#upgrading-from-previous-versions)
417+ 1. [Upgrade to FiftyOne Enterprise v2.16.1 ](#upgrading-from-previous-versions)
364418 with `FIFTYONE_DATABASE_ADMIN=true`
365419 (this is not the default for this release).
366420 > **NOTE**: FiftyOne SDK users will lose access to the FiftyOne
367- > Enterprise Database at this step until they upgrade to `fiftyone==2.16.0 `
421+ > Enterprise Database at this step until they upgrade to `fiftyone==2.16.1 `
368422
369- 1. Upgrade your FiftyOne SDKs to version 2.16.0
423+ 1. Upgrade your FiftyOne SDKs to version 2.16.1
370424 1. Login to the FiftyOne Enterprise UI
371425 1. To obtain the CLI command to install the FiftyOne SDK associated
372426 with your FiftyOne Enterprise version, navigate to
0 commit comments