Skip to content

Commit afc8516

Browse files
ci(release): Automated merge from release/v2.17.1 workflow
chore: Release 2.17.1 (merge-to-main)
2 parents fcad8ed + 2227c97 commit afc8516

20 files changed

Lines changed: 104 additions & 100 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := $(SHELL) -e
22
ASDF := $(shell asdf where golang)
3-
VERSION ?= 2.17.0
3+
VERSION ?= 2.17.1
44

55
# Help
66
.PHONY: $(shell sed -n -e '/^$$/ { n ; /^[^ .\#][^ ]*:/ { s/:.*$$// ; p ; } ; }' $(MAKEFILE_LIST))

docker/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,13 @@ You can override the default image used by any service in
233233
```yaml
234234
services:
235235
fiftyone-app:
236-
image: voxel51/fiftyone-app-torch:v2.17.0
236+
image: voxel51/fiftyone-app-torch:v2.17.1
237237
```
238238

239+
> [!NOTE]
240+
> Always include a version tag when overriding images (e.g., `:v2.17.1`).
241+
> Omitting the tag will result in a **not found** error.
242+
239243
## :rocket: Step 4: Initial Deployment
240244

241245
### 1. Enable Database Admin mode

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.17.0
4+
image: voxel51/fiftyone-app:v2.17.1
55
environment:
66
API_URL: ${API_URL}
77
FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE: ${FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE}
@@ -32,7 +32,7 @@ services:
3232
restart: always
3333

3434
teams-api-common:
35-
image: voxel51/fiftyone-teams-api:v2.17.0
35+
image: voxel51/fiftyone-teams-api:v2.17.1
3636
environment:
3737
API_EXTERNAL_URL: ${FIFTYONE_API_URI}
3838
CAS_BASE_URL: ${CAS_BASE_URL:-http://teams-cas:3000/cas/api}
@@ -61,13 +61,13 @@ services:
6161
restart: always
6262

6363
teams-app-common:
64-
image: voxel51/fiftyone-teams-app:v2.17.0
64+
image: voxel51/fiftyone-teams-app:v2.17.1
6565
environment:
6666
API_URL: ${API_URL}
6767
APP_USE_HTTPS: ${APP_USE_HTTPS:-true}
6868
FIFTYONE_API_URI: ${FIFTYONE_API_URI:-"Please contact your Admin for an API URI"}
6969
FIFTYONE_APP_ALLOW_MEDIA_EXPORT: ${FIFTYONE_APP_ALLOW_MEDIA_EXPORT:-true}
70-
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 2.17.0
70+
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 2.17.1
7171
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
7272
FIFTYONE_SERVER_ADDRESS: ""
7373
FIFTYONE_SERVER_PATH_PREFIX: /api/proxy/fiftyone-teams
@@ -94,7 +94,7 @@ services:
9494
restart: always
9595

9696
teams-cas-common:
97-
image: voxel51/fiftyone-teams-cas:v2.17.0
97+
image: voxel51/fiftyone-teams-cas:v2.17.1
9898
environment:
9999
CAS_DATABASE_NAME: ${CAS_DATABASE_NAME:-cas}
100100
CAS_DEFAULT_USER_ROLE: ${CAS_DEFAULT_USER_ROLE:-GUEST}
@@ -129,7 +129,7 @@ services:
129129
read_only: true
130130

131131
teams-plugins-common:
132-
image: voxel51/fiftyone-app-torch:v2.17.0
132+
image: voxel51/fiftyone-app-torch:v2.17.1
133133
environment:
134134
API_URL: ${API_URL}
135135
FIFTYONE_AUTH_SECRET: ${FIFTYONE_AUTH_SECRET}
@@ -156,7 +156,7 @@ services:
156156
restart: always
157157

158158
teams-do-common:
159-
image: voxel51/fiftyone-teams-cv-full:v2.17.0
159+
image: voxel51/fiftyone-teams-cv-full:v2.17.1
160160
deploy:
161161
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
162162
command: >

docker/docs/configuring-delegated-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in conjunction with one of the three plugin configurations.
2929
-f compose.dedicated-plugins.yaml \
3030
-f compose.delegated-operators.yaml \
3131
-f compose.override.yaml \
32-
up --d
32+
up -d
3333
```
3434

3535
Optionally, delegated operation run logs may be uploaded to a

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.17.0
68+
image: voxel51/fiftyone-teams-cv-full:v2.17.1
6969
command: >
7070
/bin/sh -c "fiftyone delegated launch -t remote -n 'teams-do-with-gpu' -m"
7171
environment:

docker/docs/upgrading.md

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

8181
### From FiftyOne Enterprise Version 2.0.0 and Later
8282

83-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
83+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
8484
1. Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
85-
version 2.17.0
85+
version 2.17.1
8686
1. Login to the FiftyOne Enterprise UI
8787
1. To obtain the CLI command to install the FiftyOne SDK associated with
8888
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
@@ -175,7 +175,7 @@ To utilize the prior image, update your `common-services.yaml` similar to the be
175175

176176
```yaml
177177
teams-do-common:
178-
image: voxel51/fiftyone-app:v2.17.0
178+
image: voxel51/fiftyone-app:v2.17.1
179179
```
180180
181181
#### FiftyOne Enterprise v2.2+ Delegated Operator Changes
@@ -210,7 +210,7 @@ Additionally,
210210

211211
### From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
212212

213-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
213+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
214214
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
215215
> 2.0 or beyond.
216216
>
@@ -245,15 +245,15 @@ Additionally,
245245
mv license.key "${LOCAL_LICENSE_FILE_DIR}/license"
246246
```
247247

248-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
249-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.0
248+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
249+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
250250
1. Login to the FiftyOne Enterprise UI
251251
1. To obtain the CLI command to install the FiftyOne SDK associated with
252252
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
253253
1. Upgrade all the datasets
254-
> **NOTE**: Any FiftyOne SDK less than 2.17.0
254+
> **NOTE**: Any FiftyOne SDK less than 2.17.1
255255
> will lose connectivity at this point.
256-
> Upgrading to `fiftyone==2.17.0` is required.
256+
> Upgrading to `fiftyone==2.17.1` is required.
257257

258258
```shell
259259
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -267,7 +267,7 @@ Additionally,
267267

268268
### From FiftyOne Enterprise Version 1.1.0 and Before Version 1.6.0
269269

270-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_
270+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_
271271
> your users to log in after the upgrade is complete.
272272
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
273273
> You should coordinate this upgrade carefully with your end-users.
@@ -285,7 +285,7 @@ Additionally,
285285

286286
---
287287

288-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
288+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
289289
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
290290
> 2.0 or beyond.
291291
>
@@ -337,15 +337,15 @@ Additionally,
337337
unset FIFTYONE_DATABASE_ADMIN
338338
```
339339

340-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
341-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.0
340+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
341+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
342342
1. Login to the FiftyOne Enterprise UI
343343
1. To obtain the CLI command to install the FiftyOne SDK associated with
344344
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
345345
1. Upgrade all the datasets
346-
> **NOTE**: Any FiftyOne SDK less than 2.17.0
346+
> **NOTE**: Any FiftyOne SDK less than 2.17.1
347347
> will lose connectivity at this point.
348-
> Upgrading to `fiftyone==2.17.0` is required.
348+
> Upgrading to `fiftyone==2.17.1` is required.
349349

350350
```shell
351351
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -376,14 +376,14 @@ Additionally,
376376

377377
---
378378

379-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ your users to
379+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ your users to
380380
> log in after the upgrade is complete.
381381
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
382382
> You should coordinate this upgrade carefully with your end-users.
383383

384384
---
385385

386-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
386+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
387387
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
388388
> 2.0 or beyond.
389389
>
@@ -414,13 +414,13 @@ Additionally,
414414
1. Update your web server routes to include routing
415415
`/cas/*` traffic to the `teams-cas` service.
416416
Please see our [example nginx configurations](../) for more information.
417-
1. [Upgrade to FiftyOne Enterprise v2.17.0](#upgrading-from-previous-versions)
417+
1. [Upgrade to FiftyOne Enterprise v2.17.1](#upgrading-from-previous-versions)
418418
with `FIFTYONE_DATABASE_ADMIN=true`
419419
(this is not the default for this release).
420420
> **NOTE**: FiftyOne SDK users will lose access to the FiftyOne
421-
> Enterprise Database at this step until they upgrade to `fiftyone==2.17.0`
421+
> Enterprise Database at this step until they upgrade to `fiftyone==2.17.1`
422422

423-
1. Upgrade your FiftyOne SDKs to version 2.17.0
423+
1. Upgrade your FiftyOne SDKs to version 2.17.1
424424
1. Login to the FiftyOne Enterprise UI
425425
1. To obtain the CLI command to install the FiftyOne SDK associated
426426
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.17.0
49+
FIFTYONE_ENTERPRISE_VERSION=v2.17.1
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.17.0
66+
image: your-internal-registry/fiftyone-app-internal:v2.17.1
6767
```
6868
6969
Please see

docs/orchestrators/configuring-databricks-orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ w = WorkspaceClient()
8787
DBFS_PATH = "/FileStore/my_project/requirements.txt"
8888

8989
PYTHON_DEPENDENCIES = [
90-
"fiftyone==2.17.0", # use your FiftyOne version here
90+
"fiftyone==2.17.1", # use your FiftyOne version here
9191
"ultralytics",
9292
"torch",
9393
"transformers",

helm/docs/upgrading.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ quickstart 0.21.2
121121
122122
### From FiftyOne Enterprise Version 2.0.0 or Higher
123123
124-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
124+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
125125
1. Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
126-
version 2.17.0
126+
version 2.17.1
127127
1. Login to the FiftyOne Enterprise UI
128128
1. To obtain the CLI command to install the FiftyOne SDK associated with
129129
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
@@ -354,7 +354,7 @@ For a full list of settings, please refer to the
354354
355355
### From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
356356
357-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
357+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
358358
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
359359
> 2.0 or beyond.
360360
>
@@ -394,17 +394,17 @@ For a full list of settings, please refer to the
394394
fiftyone-license --from-file=license=./your-license-file
395395
```
396396
397-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
398-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.0
397+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
398+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
399399
1. Login to the FiftyOne Enterprise UI
400400
1. To obtain the CLI command to install the FiftyOne SDK associated with
401401
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
402402
403403
1. Upgrade all the datasets
404404
405-
> **NOTE**: Any FiftyOne SDK less than 2.17.0 will lose connectivity after
405+
> **NOTE**: Any FiftyOne SDK less than 2.17.1 will lose connectivity after
406406
> this point.
407-
> Upgrading all SDKs to `fiftyone==2.17.0` is recommended before migrating
407+
> Upgrading all SDKs to `fiftyone==2.17.1` is recommended before migrating
408408
> your database.
409409
410410
```shell
@@ -419,7 +419,7 @@ For a full list of settings, please refer to the
419419
420420
### From FiftyOne Enterprise Versions After 1.1.0 and Before Version 1.6.0
421421
422-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_
422+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_
423423
> your users to log in after the upgrade is complete.
424424
> This will interrupt active workflows in the FiftyOne Enterprise Hosted
425425
> Web App. You should coordinate this upgrade carefully with your
@@ -438,7 +438,7 @@ For a full list of settings, please refer to the
438438
439439
---
440440
441-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
441+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
442442
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
443443
> 2.0 or beyond.
444444
>
@@ -478,17 +478,17 @@ For a full list of settings, please refer to the
478478
1. `secret.fiftyone.fiftyoneAuthSecret` (or your deployment's equivalent)
479479
1. This sets the `FIFTYONE_AUTH_SECRET` environment variable
480480
in the appropriate service pods
481-
1. [Upgrade to FiftyOne Enterprise version 2.17.0](#upgrading-from-previous-versions)
482-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.0
481+
1. [Upgrade to FiftyOne Enterprise version 2.17.1](#upgrading-from-previous-versions)
482+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
483483
1. Login to the FiftyOne Enterprise UI
484484
1. To obtain the CLI command to install the FiftyOne SDK associated with
485485
your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
486486
487487
1. Upgrade all the datasets
488488
489-
> **NOTE**: Any FiftyOne SDK less than 2.17.0 will lose connectivity after
489+
> **NOTE**: Any FiftyOne SDK less than 2.17.1 will lose connectivity after
490490
> this point.
491-
> Upgrading all SDKs to `fiftyone==2.17.0` is recommended before migrating
491+
> Upgrading all SDKs to `fiftyone==2.17.1` is recommended before migrating
492492
> your database.
493493
494494
```shell
@@ -520,14 +520,14 @@ For a full list of settings, please refer to the
520520
521521
---
522522
523-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_
523+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_
524524
> your users to log in after the upgrade is complete.
525525
> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
526526
> You should coordinate this upgrade carefully with your end-users.
527527
528528
---
529529
530-
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.0 _requires_ a license file.
530+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.1 _requires_ a license file.
531531
> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
532532
> 2.0 or beyond.
533533
>
@@ -566,10 +566,10 @@ For a full list of settings, please refer to the
566566
fiftyone-license --from-file=license=./your-license-file
567567
```
568568
569-
1. [Upgrade to FiftyOne Enterprise v2.17.0](#upgrading-from-previous-versions)
569+
1. [Upgrade to FiftyOne Enterprise v2.17.1](#upgrading-from-previous-versions)
570570
> **NOTE**: At this step, FiftyOne SDK users will lose access to the
571-
> FiftyOne Enterprise Database until they upgrade to `fiftyone==2.17.0`
572-
1. Upgrade your FiftyOne SDKs to version 2.17.0
571+
> FiftyOne Enterprise Database until they upgrade to `fiftyone==2.17.1`
572+
1. Upgrade your FiftyOne SDKs to version 2.17.1
573573
1. Login to the FiftyOne Enterprise UI
574574
1. To obtain the CLI command to install the FiftyOne SDK associated
575575
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.17.0
10-
appVersion: "v2.17.0"
9+
version: 2.17.1
10+
appVersion: "v2.17.1"
1111
icon: https://voxel51.com/images/logo/voxel51-logo-horz-color-600dpi.png
1212
kubeVersion: ">=1.31-0"

0 commit comments

Comments
 (0)