Skip to content

Commit

Permalink
Merge pull request #58 from voxel51/release/v1.4.4
Browse files Browse the repository at this point in the history
version bumps for release
  • Loading branch information
findtopher authored Nov 3, 2023
2 parents 75bb1a0 + 00a7706 commit 856b224
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 45 deletions.
36 changes: 18 additions & 18 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ When false (or unset), either an error will occur
$ fiftyone migrate --all
Traceback (most recent call last):
...
OSError: Cannot migrate database from v0.22.0 to v0.22.2 when database_admin=False.
OSError: Cannot migrate database from v0.22.0 to v0.22.3 when database_admin=False.
```

or no action will be taken:

```shell
$ fiftyone migrate --info
FiftyOne Teams version: 0.14.3
FiftyOne Teams version: 0.14.4

FiftyOne compatibility version: 0.22.2
FiftyOne compatibility version: 0.22.3
Other compatible versions: >=0.19,<0.23

Database version: 0.21.2
Expand All @@ -57,9 +57,9 @@ dataset version
quickstart 0.22.0
$ fiftyone migrate --all
$ fiftyone migrate --info
FiftyOne Teams version: 0.14.3
FiftyOne Teams version: 0.14.4

FiftyOne compatibility version: 0.22.2
FiftyOne compatibility version: 0.22.3
Other compatible versions: >=0.19,<0.23

Database version: 0.21.2
Expand Down Expand Up @@ -220,7 +220,7 @@ For example, `compose.override.yaml` might look like:
version: '3.8'
services:
fiftyone-app:
image: voxel51/fiftyone-app-torch:v1.4.3
image: voxel51/fiftyone-app-torch:v1.4.4
```

For more information, see the docs for
Expand All @@ -235,7 +235,7 @@ To migrate to a new Auth0 Tenant, you will need to create a new IdP or modify yo

### From Before FiftyOne Teams Version 1.1.0

The FiftyOne 0.14.3 SDK (database version 0.22.2) is _NOT_ backwards-compatible with FiftyOne Teams Database Versions prior to 0.19.0.
The FiftyOne 0.14.4 SDK (database version 0.22.3) is _NOT_ backwards-compatible with FiftyOne Teams Database Versions prior to 0.19.0.
The FiftyOne 0.10.x SDK is not forwards compatible with current FiftyOne Teams Database Versions.
If you are using a FiftyOne SDK older than 0.11.0, upgrading the Web server will require upgrading all FiftyOne SDK installations.

Expand All @@ -244,15 +244,15 @@ Voxel51 recommends this upgrade process from versions prior to FiftyOne Teams ve
1. Make sure your installation includes the required
[FIFTYONE_ENCRYPTION_KEY](#fiftyone-teams-upgrade-notes)
environment variable
1. [Upgrade to FiftyOne Teams version 1.4.3](#deploying-fiftyone-teams)
1. [Upgrade to FiftyOne Teams version 1.4.4](#deploying-fiftyone-teams)
with `FIFTYONE_DATABASE_ADMIN=true`
(this is not the default in the `compose.yaml` for this release).
- **NOTE:** FiftyOne SDK users will lose access to the
FiftyOne Teams Database at this step until they upgrade to `fiftyone==0.14.3`
1. Upgrade your FiftyOne SDKs to version 0.14.3
FiftyOne Teams Database at this step until they upgrade to `fiftyone==0.14.4`
1. Upgrade your FiftyOne SDKs to version 0.14.4
- Login to the FiftyOne Teams UI
- To obtain the CLI command to install the FiftyOne SDK associated with your FiftyOne Teams version, navigate to `Account > Install FiftyOne`
1. Check if datasets have been migrated to version 0.22.2.
1. Check if datasets have been migrated to version 0.22.3.

```shell
fiftyone migrate --info
Expand All @@ -265,8 +265,8 @@ Voxel51 recommends this upgrade process from versions prior to FiftyOne Teams ve

### From FiftyOne Teams Version 1.1.0 and later

The FiftyOne 0.14.3 SDK is backwards-compatible with FiftyOne Teams Database Versions 0.19.0 and later.
You will not be able to connect to a FiftyOne Teams 1.4.3 database (version 0.22.2) with any FiftyOne SDK before 0.14.3.
The FiftyOne 0.14.4 SDK is backwards-compatible with FiftyOne Teams Database Versions 0.19.0 and later.
You will not be able to connect to a FiftyOne Teams 1.4.4 database (version 0.22.3) with any FiftyOne SDK before 0.14.4.

Voxel51 always recommends using the latest version of the FiftyOne SDK compatible with your FiftyOne Teams deployment.

Expand All @@ -276,8 +276,8 @@ Voxel51 recommends the following upgrade process for upgrading from FiftyOne Tea
- set `FIFTYONE_DATABASE_ADMIN=false`
- `unset FIFTYONE_DATABASE_ADMIN`
- This should generally be your default
1. [Upgrade to FiftyOne Teams version 1.4.3](#deploying-fiftyone-teams)
1. Upgrade FiftyOne Teams SDK users to FiftyOne Teams version 0.14.3
1. [Upgrade to FiftyOne Teams version 1.4.4](#deploying-fiftyone-teams)
1. Upgrade FiftyOne Teams SDK users to FiftyOne Teams version 0.14.4
- Login to the FiftyOne Teams UI
- To obtain the CLI command to install the FiftyOne SDK associated with your FiftyOne Teams version, navigate to `Account > Install FiftyOne`
1. Have the admin run this to upgrade all datasets
Expand All @@ -286,9 +286,9 @@ Voxel51 recommends the following upgrade process for upgrading from FiftyOne Tea
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
```

- **NOTE** Any FiftyOne SDK less than 0.14.3 will lose database connectivity at this point. Upgrading to `fiftyone==0.14.3` is required
- **NOTE** Any FiftyOne SDK less than 0.14.4 will lose database connectivity at this point. Upgrading to `fiftyone==0.14.4` is required

1. To ensure that all datasets are now at version 0.22.2, run
1. To ensure that all datasets are now at version 0.22.3, run

```shell
fiftyone migrate --info
Expand All @@ -315,7 +315,7 @@ Voxel51 recommends the following upgrade process for upgrading from FiftyOne Tea
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
```

1. To ensure that all datasets are now at version 0.22.2, run
1. To ensure that all datasets are now at version 0.22.3, run

```shell
fiftyone migrate --info
Expand Down
10 changes: 5 additions & 5 deletions docker/compose.dedicated-plugins.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
teams-api:
image: voxel51/fiftyone-teams-api:v1.4.3
image: voxel51/fiftyone-teams-api:v1.4.4
environment:
AUTH0_CLIENT_ID: ${AUTH0_CLIENT_ID}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
volumes:
- plugins-vol:/opt/plugins
teams-app:
image: voxel51/fiftyone-teams-app:v1.4.3
image: voxel51/fiftyone-teams-app:v1.4.4
environment:
API_URL: ${API_URL}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand All @@ -43,7 +43,7 @@ services:
AUTH0_ORGANIZATION: ${AUTH0_ORGANIZATION}
AUTH0_SECRET: ${AUTH0_SECRET}
APP_USE_HTTPS: ${APP_USE_HTTPS:-true}
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.3
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.4
FIFTYONE_SERVER_ADDRESS: ""
FIFTYONE_SERVER_PATH_PREFIX: /api/proxy/fiftyone-teams
FIFTYONE_TEAMS_PLUGIN_URL: ${FIFTYONE_TEAMS_PLUGIN_URL}
Expand All @@ -66,7 +66,7 @@ services:
- ${APP_BIND_ADDRESS}:${APP_BIND_PORT}:3000
restart: always
fiftyone-app:
image: voxel51/fiftyone-app:v1.4.3
image: voxel51/fiftyone-app:v1.4.4
environment:
API_URL: ${API_URL}
FIFTYONE_DATABASE_ADMIN: false
Expand Down Expand Up @@ -95,7 +95,7 @@ services:
- ${FIFTYONE_DEFAULT_APP_ADDRESS}:${FIFTYONE_DEFAULT_APP_PORT}:5151
restart: always
teams-plugins:
image: voxel51/fiftyone-app:v1.4.3
image: voxel51/fiftyone-app:v1.4.4
environment:
API_URL: ${API_URL}
FIFTYONE_DATABASE_ADMIN: false
Expand Down
8 changes: 4 additions & 4 deletions docker/compose.plugins.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
teams-api:
image: voxel51/fiftyone-teams-api:v1.4.3
image: voxel51/fiftyone-teams-api:v1.4.4
environment:
AUTH0_CLIENT_ID: ${AUTH0_CLIENT_ID}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
volumes:
- plugins-vol:/opt/plugins
teams-app:
image: voxel51/fiftyone-teams-app:v1.4.3
image: voxel51/fiftyone-teams-app:v1.4.4
environment:
API_URL: ${API_URL}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand All @@ -43,7 +43,7 @@ services:
AUTH0_ORGANIZATION: ${AUTH0_ORGANIZATION}
AUTH0_SECRET: ${AUTH0_SECRET}
APP_USE_HTTPS: ${APP_USE_HTTPS:-true}
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.3
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.4
FIFTYONE_SERVER_ADDRESS: ""
FIFTYONE_SERVER_PATH_PREFIX: /api/proxy/fiftyone-teams
FIFTYONE_TEAMS_PROXY_URL: ${FIFTYONE_TEAMS_PROXY_URL}
Expand All @@ -65,7 +65,7 @@ services:
- ${APP_BIND_ADDRESS}:${APP_BIND_PORT}:3000
restart: always
fiftyone-app:
image: voxel51/fiftyone-app:v1.4.3
image: voxel51/fiftyone-app:v1.4.4
environment:
API_URL: ${API_URL}
FIFTYONE_DATABASE_ADMIN: false
Expand Down
8 changes: 4 additions & 4 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
teams-api:
image: voxel51/fiftyone-teams-api:v1.4.3
image: voxel51/fiftyone-teams-api:v1.4.4
environment:
AUTH0_CLIENT_ID: ${AUTH0_CLIENT_ID}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
- ${API_BIND_ADDRESS}:${API_BIND_PORT}:8000
restart: always
teams-app:
image: voxel51/fiftyone-teams-app:v1.4.3
image: voxel51/fiftyone-teams-app:v1.4.4
environment:
API_URL: ${API_URL}
AUTH0_AUDIENCE: ${AUTH0_AUDIENCE}
Expand All @@ -40,7 +40,7 @@ services:
AUTH0_ORGANIZATION: ${AUTH0_ORGANIZATION}
AUTH0_SECRET: ${AUTH0_SECRET}
APP_USE_HTTPS: ${APP_USE_HTTPS:-true}
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.3
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.4
FIFTYONE_SERVER_ADDRESS: ""
FIFTYONE_SERVER_PATH_PREFIX: /api/proxy/fiftyone-teams
FIFTYONE_TEAMS_PROXY_URL: ${FIFTYONE_TEAMS_PROXY_URL}
Expand All @@ -62,7 +62,7 @@ services:
- ${APP_BIND_ADDRESS}:${APP_BIND_PORT}:3000
restart: always
fiftyone-app:
image: voxel51/fiftyone-app:v1.4.3
image: voxel51/fiftyone-app:v1.4.4
environment:
API_URL: ${API_URL}
FIFTYONE_DATABASE_ADMIN: false
Expand Down
18 changes: 9 additions & 9 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ You will need to either create a new IdP or modify your existing configuration i

### From Before FiftyOne Teams Version 1.1.0

The FiftyOne 0.14.3 SDK (database version 0.22.2) is _NOT_ backwards-compatible with FiftyOne Teams Database Versions prior to 0.19.0.
The FiftyOne 0.14.4 SDK (database version 0.22.3) is _NOT_ backwards-compatible with FiftyOne Teams Database Versions prior to 0.19.0.
The FiftyOne 0.10.x SDK is not forwards compatible with current FiftyOne Teams Database Versions.
If you are using a FiftyOne SDK older than 0.11.0, upgrading the Web server will require upgrading all FiftyOne SDK installations.

Expand All @@ -394,11 +394,11 @@ Voxel51 recommends this upgrade process from versions prior to FiftyOne Teams ve
with `appSettings.env.FIFTYONE_DATABASE_ADMIN: true`
(this is not the default in the Helm Chart for this release).
- **NOTE:** FiftyOne SDK users will lose access to the
FiftyOne Teams Database at this step until they upgrade to `fiftyone==0.14.3`
1. Upgrade your FiftyOne SDKs to version 0.14.3
FiftyOne Teams Database at this step until they upgrade to `fiftyone==0.14.4`
1. Upgrade your FiftyOne SDKs to version 0.14.4
- Login to the FiftyOne Teams UI
- To obtain the CLI command to install the FiftyOne SDK associated with your FiftyOne Teams version, navigate to `Account > Install FiftyOne`
1. Check if datasets have been migrated to version 0.22.2.
1. Check if datasets have been migrated to version 0.22.3.

```shell
fiftyone migrate --info
Expand All @@ -412,8 +412,8 @@ Voxel51 recommends this upgrade process from versions prior to FiftyOne Teams ve

### From FiftyOne Teams Version 1.1.0 and later

The FiftyOne 0.14.3 SDK is backwards-compatible with FiftyOne Teams Database Versions 0.19.0 and later.
You will not be able to connect to a FiftyOne Teams 1.4.3 database (version 0.22.2) with any FiftyOne SDK before 0.14.3.
The FiftyOne 0.14.4 SDK is backwards-compatible with FiftyOne Teams Database Versions 0.19.0 and later.
You will not be able to connect to a FiftyOne Teams 1.4.3 database (version 0.22.3) with any FiftyOne SDK before 0.14.4.

Voxel51 always recommends using the latest version of the FiftyOne SDK compatible with your FiftyOne Teams deployment.

Expand All @@ -424,17 +424,17 @@ Voxel51 recommends the following upgrade process for upgrading from FiftyOne Tea
- `unset FIFTYONE_DATABASE_ADMIN`
- This should generally be your default
1. [Upgrade to FiftyOne Teams version 1.4.3](#deploying-fiftyone-teams)
1. Upgrade FiftyOne Teams SDK users to FiftyOne Teams version 0.14.3
1. Upgrade FiftyOne Teams SDK users to FiftyOne Teams version 0.14.4
- Login to the FiftyOne Teams UI
- To obtain the CLI command to install the FiftyOne SDK associated with your FiftyOne Teams version, navigate to `Account > Install FiftyOne`
1. Have the admin run to upgrade all datasets

```shell
FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
```
- **NOTE** Any FiftyOne SDK less than 0.14.3 will lose database connectivity at this point. Upgrading to `fiftyone==0.14.3` is required
- **NOTE** Any FiftyOne SDK less than 0.14.4 will lose database connectivity at this point. Upgrading to `fiftyone==0.14.4` is required

1. To ensure that all datasets are now at version 0.22.2, run
1. To ensure that all datasets are now at version 0.22.3, run

```shell
fiftyone migrate --info
Expand Down
4 changes: 2 additions & 2 deletions helm/fiftyone-teams-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: fiftyone-teams-app
namespace: fiftyone-teams
description: A FiftyOne Teams Helm Chart
type: application
version: 1.4.3
appVersion: "v1.4.3"
version: 1.4.4
appVersion: "v1.4.4"
icon: https://voxel51.com/images/logo/voxel51-logo-horz-color-600dpi.png
2 changes: 1 addition & 1 deletion helm/fiftyone-teams-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ teamsAppSettings:
# dnsName: ""
env:
APP_USE_HTTPS: true
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.3
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 0.14.4
RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED: false
image:
repository: voxel51/fiftyone-teams-app
Expand Down
2 changes: 1 addition & 1 deletion helm/gke-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ secret:

# appSettings:
# env:
# # FIFTYONE_DATABASE_ADMIN is set to `false` by default for v1.4.3 installs
# # FIFTYONE_DATABASE_ADMIN is set to `false` by default for v1.4.4 installs
# # If you are performing a new install or an upgrade from v1.0 or earlier
# # you may want to set this value to `true`.
# # Please see https://helm.fiftyone.ai/#initial-installation-vs-upgrades for details
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ secret:

# appSettings:
# env:
# FIFTYONE_DATABASE_ADMIN is set to `false` by default for v1.4.3 installs
# FIFTYONE_DATABASE_ADMIN is set to `false` by default for v1.4.4 installs
# If you are performing a new install or an upgrade from v1.0 or earlier you may want to set
# this value to `true`.
# Please see https://helm.fiftyone.ai/#initial-installation-vs-upgrades for details
Expand Down

0 comments on commit 856b224

Please sign in to comment.