Skip to content

Commit 60e4c75

Browse files
author
topher
committed
chore: bump for release v2.10.0
1 parent 6500fb8 commit 60e4c75

13 files changed

Lines changed: 78 additions & 78 deletions

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FiftyOne Enterprise v2.9 no longer requires that operators set the
3232
following `FIFTYONE_DATABASE_ADMIN` variable while doing an initial installation:
3333

3434
```yaml
35-
# Required prior to 2.9.1
35+
# Required prior to 2.9
3636
services:
3737
fiftyone-app:
3838
environment:
@@ -433,7 +433,7 @@ might look like:
433433
```yaml
434434
services:
435435
fiftyone-app:
436-
image: voxel51/fiftyone-app-torch:v2.9.1
436+
image: voxel51/fiftyone-app-torch:v2.10.0
437437
```
438438

439439
For more information, see the docs for

docker/common-services.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
fiftyone-app-common:
4-
image: voxel51/fiftyone-app:v2.9.1
4+
image: voxel51/fiftyone-app:v2.10.0
55
environment:
66
API_URL: ${API_URL}
77
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
@@ -30,7 +30,7 @@ services:
3030
restart: always
3131

3232
teams-api-common:
33-
image: voxel51/fiftyone-teams-api:v2.9.1
33+
image: voxel51/fiftyone-teams-api:v2.10.0
3434
environment:
3535
CAS_BASE_URL: ${CAS_BASE_URL:-http://teams-cas:3000/cas/api}
3636
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
@@ -57,13 +57,13 @@ services:
5757
restart: always
5858

5959
teams-app-common:
60-
image: voxel51/fiftyone-teams-app:v2.9.1
60+
image: voxel51/fiftyone-teams-app:v2.10.0
6161
environment:
6262
API_URL: ${API_URL}
6363
APP_USE_HTTPS: ${APP_USE_HTTPS:-true}
6464
FIFTYONE_API_URI: ${FIFTYONE_API_URI:-"Please contact your Admin for an API URI"}
6565
FIFTYONE_APP_ALLOW_MEDIA_EXPORT: ${FIFTYONE_APP_ALLOW_MEDIA_EXPORT:-true}
66-
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 2.9.1
66+
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 2.10.0
6767
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
6868
FIFTYONE_SERVER_ADDRESS: ""
6969
FIFTYONE_SERVER_PATH_PREFIX: /api/proxy/fiftyone-teams
@@ -92,7 +92,7 @@ services:
9292
restart: always
9393

9494
teams-cas-common:
95-
image: voxel51/fiftyone-teams-cas:v2.9.1
95+
image: voxel51/fiftyone-teams-cas:v2.10.0
9696
environment:
9797
CAS_DATABASE_NAME: ${CAS_DATABASE_NAME:-cas}
9898
CAS_DEFAULT_USER_ROLE: ${CAS_DEFAULT_USER_ROLE:-GUEST}
@@ -127,7 +127,7 @@ services:
127127
read_only: true
128128

129129
teams-plugins-common:
130-
image: voxel51/fiftyone-app:v2.9.1
130+
image: voxel51/fiftyone-app:v2.10.0
131131
environment:
132132
API_URL: ${API_URL}
133133
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
@@ -154,7 +154,7 @@ services:
154154
restart: always
155155

156156
teams-do-common:
157-
image: voxel51/fiftyone-teams-cv-full:v2.9.1
157+
image: voxel51/fiftyone-teams-cv-full:v2.10.0
158158
deploy:
159159
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
160160
command: >

docker/docs/configuring-gpu-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
service: teams-do-common
6666

6767
teams-do-with-gpu:
68-
image: voxel51/fiftyone-teams-cv-full:v2.9.1
68+
image: voxel51/fiftyone-teams-cv-full:v2.10.0
6969
deploy:
7070
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
7171
command: >

docker/docs/upgrading.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ quickstart 0.21.2
7878

7979
### From FiftyOne Enterprise Version 2.0.0 and Later
8080

81-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
81+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
8282
1. Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
83-
version 2.9.1
83+
version 2.10.0
8484
1. Login to the FiftyOne Enterprise UI
8585
1. To obtain the CLI command to install the FiftyOne SDK associated with
8686
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
@@ -121,7 +121,7 @@ To utilize the prior image, update your `common-services.yaml` similar to the be
121121

122122
```yaml
123123
teams-do-common:
124-
image: voxel51/fiftyone-app:v2.9.1
124+
image: voxel51/fiftyone-app:v2.10.0
125125
```
126126
127127
#### FiftyOne Enterprise v2.2+ Delegated Operator Changes
@@ -156,7 +156,7 @@ Additionally,
156156

157157
### From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
158158

159-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
159+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
160160
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
161161
> 2.0 or beyond.
162162
>
@@ -191,15 +191,15 @@ Additionally,
191191
mv license.key "${LOCAL_LICENSE_FILE_DIR}/license"
192192
```
193193

194-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
195-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.9.1
194+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
195+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.10.0
196196
1. Login to the FiftyOne Enterprise UI
197197
1. To obtain the CLI command to install the FiftyOne SDK associated with
198198
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
199199
1. Upgrade all the datasets
200-
> **NOTE**: Any FiftyOne SDK less than 2.9.1
200+
> **NOTE**: Any FiftyOne SDK less than 2.10.0
201201
> will lose connectivity at this point.
202-
> Upgrading to `fiftyone==2.9.1` is required.
202+
> Upgrading to `fiftyone==2.10.0` is required.
203203

204204
```shell
205205
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -213,7 +213,7 @@ Additionally,
213213

214214
### From FiftyOne Enterprise Version 1.1.0 and Before Version 1.6.0
215215

216-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_
216+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_
217217
> your users to log in after the upgrade is complete.
218218
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
219219
> You should coordinate this upgrade carefully with your end-users.
@@ -231,7 +231,7 @@ Additionally,
231231

232232
---
233233

234-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
234+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
235235
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
236236
> 2.0 or beyond.
237237
>
@@ -283,15 +283,15 @@ Additionally,
283283
unset FIFTYONE_DATABASE_ADMIN
284284
```
285285

286-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
287-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.9.1
286+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
287+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.10.0
288288
1. Login to the FiftyOne Enterprise UI
289289
1. To obtain the CLI command to install the FiftyOne SDK associated with
290290
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
291291
1. Upgrade all the datasets
292-
> **NOTE**: Any FiftyOne SDK less than 2.9.1
292+
> **NOTE**: Any FiftyOne SDK less than 2.10.0
293293
> will lose connectivity at this point.
294-
> Upgrading to `fiftyone==2.9.1` is required.
294+
> Upgrading to `fiftyone==2.10.0` is required.
295295

296296
```shell
297297
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -322,14 +322,14 @@ Additionally,
322322

323323
---
324324

325-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ your users to
325+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ your users to
326326
> log in after the upgrade is complete.
327327
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
328328
> You should coordinate this upgrade carefully with your end-users.
329329

330330
---
331331

332-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
332+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
333333
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
334334
> 2.0 or beyond.
335335
>
@@ -361,13 +361,13 @@ Additionally,
361361
`/cas/*` traffic to the `teams-cas` service.
362362
Example nginx configurations can be found
363363
[here](../)
364-
1. [Upgrade to FiftyOne Enterprise v2.9.1](#upgrading-from-previous-versions)
364+
1. [Upgrade to FiftyOne Enterprise v2.10.0](#upgrading-from-previous-versions)
365365
with `FIFTYONE_DATABASE_ADMIN=true`
366366
(this is not the default for this release).
367367
> **NOTE**: FiftyOne SDK users will lose access to the FiftyOne
368-
> Enterprise Database at this step until they upgrade to `fiftyone==2.9.1`
368+
> Enterprise Database at this step until they upgrade to `fiftyone==2.10.0`
369369

370-
1. Upgrade your FiftyOne SDKs to version 2.9.1
370+
1. Upgrade your FiftyOne SDKs to version 2.10.0
371371
1. Login to the FiftyOne Enterprise UI
372372
1. To obtain the CLI command to install the FiftyOne SDK associated
373373
with your FiftyOne Enterprise version, navigate to

docs/custom-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With a Dockerfile like this, you could use the following commands to
4646
build, and publish, your image to your internal registry
4747

4848
```shell
49-
FIFTYONE_ENTERPRISE_VERSION=v2.9.1
49+
FIFTYONE_ENTERPRISE_VERSION=v2.10.0
5050
docker buildx build --push \
5151
--build-arg FIFTYONE_ENTERPRISE_IMAGE_NAME="voxel51/fiftyone-app:${FIFTYONE_ENTERPRISE_VERSION}" \
5252
-t your-internal-registry/fiftyone-app-internal:${FIFTYONE_ENTERPRISE_VERSION} .
@@ -63,7 +63,7 @@ After your custom plugins image is built, you can add it to your
6363
```yaml
6464
services:
6565
teams-plugins:
66-
image: your-internal-registry/fiftyone-app-internal:v2.9.1
66+
image: your-internal-registry/fiftyone-app-internal:v2.10.0
6767
```
6868
6969
Please see

helm/docs/upgrading.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ quickstart 0.21.2
119119
120120
### From FiftyOne Enterprise Version 2.0.0 or Higher
121121
122-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
122+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
123123
1. Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
124-
version 2.9.1
124+
version 2.10.0
125125
1. Login to the FiftyOne Enterprise UI
126126
1. To obtain the CLI command to install the FiftyOne SDK associated with
127127
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
@@ -143,7 +143,7 @@ quickstart 0.21.2
143143
144144
<!-- Differs from docker-compose docs -->
145145
146-
In `v2.9.1`, the `values.yaml` location of startup probe settings
146+
In `v2.10.0`, the `values.yaml` location of startup probe settings
147147
moved from `<settings>.service.startup` to `<settings>.startup` section.
148148
149149
If your `values.yaml` contains
@@ -173,7 +173,7 @@ Repeat for each occurrence of `<settings>.service.startup` to `<settings>.startu
173173
174174
FiftyOne Enterprise v2.7.0 deprecated the
175175
`delegatedOperatorExecutorSettings` setting in `values.yaml`.
176-
This has been removed in v2.9.1.
176+
This has been removed in v2.10.0.
177177
178178
Please refer to
179179
[the delegated operator documentation](./configuring-delegated-operators.md#migrating-from-delegatedoperatorexecutorsettings-to-delegatedoperatordeployments)
@@ -308,7 +308,7 @@ For a full list of settings, please refer to the
308308
309309
### From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
310310
311-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
311+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
312312
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
313313
> 2.0 or beyond.
314314
>
@@ -348,17 +348,17 @@ For a full list of settings, please refer to the
348348
fiftyone-license --from-file=license=./your-license-file
349349
```
350350
351-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
352-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.9.1
351+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
352+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.10.0
353353
1. Login to the FiftyOne Enterprise UI
354354
1. To obtain the CLI command to install the FiftyOne SDK associated with
355355
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
356356
357357
1. Upgrade all the datasets
358358
359-
> **NOTE**: Any FiftyOne SDK less than 2.9.1 will lose connectivity after
359+
> **NOTE**: Any FiftyOne SDK less than 2.10.0 will lose connectivity after
360360
> this point.
361-
> Upgrading all SDKs to `fiftyone==2.9.1` is recommended before migrating
361+
> Upgrading all SDKs to `fiftyone==2.10.0` is recommended before migrating
362362
> your database.
363363
364364
```shell
@@ -373,7 +373,7 @@ For a full list of settings, please refer to the
373373
374374
### From FiftyOne Enterprise Versions After 1.1.0 and Before Version 1.6.0
375375
376-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_
376+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_
377377
> your users to log in after the upgrade is complete.
378378
> This will interrupt active workflows in the FiftyOne Enterprise Hosted
379379
> Web App. You should coordinate this upgrade carefully with your
@@ -392,7 +392,7 @@ For a full list of settings, please refer to the
392392
393393
---
394394
395-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
395+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
396396
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
397397
> 2.0 or beyond.
398398
>
@@ -432,17 +432,17 @@ For a full list of settings, please refer to the
432432
1. `secret.fiftyone.fiftyoneAuthSecret` (or your deployment's equivalent)
433433
1. This sets the `FIFTYONE_AUTH_SECRET` environment variable
434434
in the appropriate service pods
435-
1. [Upgrade to FiftyOne Enterprise version 2.9.1](#upgrading-from-previous-versions)
436-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.9.1
435+
1. [Upgrade to FiftyOne Enterprise version 2.10.0](#upgrading-from-previous-versions)
436+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.10.0
437437
1. Login to the FiftyOne Enterprise UI
438438
1. To obtain the CLI command to install the FiftyOne SDK associated with
439439
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
440440
441441
1. Upgrade all the datasets
442442
443-
> **NOTE**: Any FiftyOne SDK less than 2.9.1 will lose connectivity after
443+
> **NOTE**: Any FiftyOne SDK less than 2.10.0 will lose connectivity after
444444
> this point.
445-
> Upgrading all SDKs to `fiftyone==2.9.1` is recommended before migrating
445+
> Upgrading all SDKs to `fiftyone==2.10.0` is recommended before migrating
446446
> your database.
447447
448448
```shell
@@ -474,14 +474,14 @@ For a full list of settings, please refer to the
474474
475475
---
476476
477-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_
477+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_
478478
> your users to log in after the upgrade is complete.
479479
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
480480
> You should coordinate this upgrade carefully with your end-users.
481481
482482
---
483483
484-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.9.1 _requires_ a license file.
484+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.10.0 _requires_ a license file.
485485
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
486486
> 2.0 or beyond.
487487
>
@@ -520,10 +520,10 @@ For a full list of settings, please refer to the
520520
fiftyone-license --from-file=license=./your-license-file
521521
```
522522
523-
1. [Upgrade to FiftyOne Enterprise v2.9.1](#upgrading-from-previous-versions)
523+
1. [Upgrade to FiftyOne Enterprise v2.10.0](#upgrading-from-previous-versions)
524524
> **NOTE**: At this step, FiftyOne SDK users will lose access to the
525-
> FiftyOne Enterprise Database until they upgrade to `fiftyone==2.9.1`
526-
1. Upgrade your FiftyOne SDKs to version 2.9.1
525+
> FiftyOne Enterprise Database until they upgrade to `fiftyone==2.10.0`
526+
1. Upgrade your FiftyOne SDKs to version 2.10.0
527527
1. Login to the FiftyOne Enterprise UI
528528
1. To obtain the CLI command to install the FiftyOne SDK associated
529529
with your FiftyOne Enterprise version, navigate to

helm/fiftyone-teams-app/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
FiftyOne Enterprise is the enterprise version of the open source [FiftyOne](https://github.com/voxel51/fiftyone) project.
77
The FiftyOne Enterprise Helm chart is the recommended way to install and configure FiftyOne Enterprise on Kubernetes.
88
type: application
9-
version: 2.9.1
10-
appVersion: "v2.9.1"
9+
version: 2.10.0
10+
appVersion: "v2.10.0"
1111
icon: https://voxel51.com/images/logo/voxel51-logo-horz-color-600dpi.png
1212
kubeVersion: ">=1.30-0"

helm/fiftyone-teams-app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# fiftyone-teams-app
1616

1717
<!-- markdownlint-disable line-length -->
18-
![Version: 2.9.1](https://img.shields.io/badge/Version-2.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square)
18+
![Version: 2.10.0](https://img.shields.io/badge/Version-2.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.10.0](https://img.shields.io/badge/AppVersion-v2.10.0-informational?style=flat-square)
1919

2020
FiftyOne Enterprise is the enterprise version of the open source [FiftyOne](https://github.com/voxel51/fiftyone) project.
2121
The FiftyOne Enterprise Helm chart is the recommended way to install and configure FiftyOne Enterprise on Kubernetes.
@@ -49,7 +49,7 @@ FiftyOne Enterprise v2.9 no longer requires that operators set the
4949
following `FIFTYONE_DATABASE_ADMIN` variable while doing an initial installation:
5050

5151
```yaml
52-
# Required prior to 2.9.1
52+
# Required prior to 2.10.0
5353
appSettings:
5454
env:
5555
FIFTYONE_DATABASE_ADMIN: true
@@ -750,7 +750,7 @@ follow
750750
| teamsAppSettings.env.FIFTYONE_APP_ANONYMOUS_ANALYTICS_ENABLED | bool | `true` | Controls whether anonymous analytics are captured for the application. Set to false to opt-out of anonymous analytics. |
751751
| teamsAppSettings.env.FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled by default for every dataset for the teams application. Set to false to set default mode to off. |
752752
| teamsAppSettings.env.FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled for the application. Set to false to disable Query Performance mode for entire application. |
753-
| teamsAppSettings.env.FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION | string | `"2.9.1"` | The recommended fiftyone SDK version that will be displayed in the install modal (i.e. `pip install ... fiftyone==0.11.0`). |
753+
| teamsAppSettings.env.FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION | string | `"2.10.0"` | The recommended fiftyone SDK version that will be displayed in the install modal (i.e. `pip install ... fiftyone==0.11.0`). |
754754
| teamsAppSettings.env.FIFTYONE_APP_THEME | string | `"dark"` | The default theme configuration. `dark`: Theme will be dark when user visits for the first time. `light`: Theme will be light theme when user visits for the first time. `always-dark`: Sets dark theme on each refresh (overrides user theme changes in the app). `always-light`: Sets light theme on each refresh (overrides user theme changes in the app). |
755755
| teamsAppSettings.env.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED | bool | `false` | Disable duplicate atom/selector key checking that generated false-positive errors. [Reference][recoil-env]. |
756756
| teamsAppSettings.fiftyoneApiOverride | string | `""` | Overrides the `FIFTYONE_API_URI` environment variable. When set `FIFTYONE_API_URI` controls the value shown in the API Key Modal providing guidance for connecting to the FiftyOne Enterprise API. `FIFTYONE_API_URI` uses the value from apiSettings.dnsName if it is set, or uses the teamsAppSettings.dnsName |

0 commit comments

Comments
 (0)