Skip to content

Commit 157711a

Browse files
authored
ci(release): Automated merge from release/v2.17.2 workflow
chore: release 2.17.2
2 parents 7b0c11d + 64fca17 commit 157711a

28 files changed

Lines changed: 218 additions & 488 deletions

.github/workflows/pre-release-internal-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
working-directory: "helm"
113113

114114
- name: Trigger Internal Chart Build
115-
uses: actions/github-script@v8
115+
uses: actions/github-script@v9
116116
with:
117117
github-token: ${{ secrets.WD_HCI_FG_PAT }}
118118
script: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "FIFTYONE_TEAMS_APP_DEPLOY_VERSION=${version}" >> "${GITHUB_OUTPUT}"
7575
7676
- name: Trigger Internal Chart Build by Release
77-
uses: actions/github-script@v8
77+
uses: actions/github-script@v9
7878
with:
7979
github-token: ${{ secrets.WD_HCI_FG_PAT }}
8080
script: |

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -18,7 +18,7 @@ repos:
1818
exclude: ^helm/fiftyone-teams-app/values.schema.json
1919
- id: trailing-whitespace
2020
- repo: https://github.com/Lucas-C/pre-commit-hooks
21-
rev: v1.5.5
21+
rev: v1.5.6
2222
hooks:
2323
- id: forbid-tabs
2424
exclude_types:
@@ -35,7 +35,7 @@ repos:
3535
# A base filename makes it relative to each chart directory found
3636
- --template-files=README.md.gotmpl
3737
- repo: https://github.com/dadav/helm-schema
38-
rev: 0.18.1
38+
rev: 0.23.1
3939
hooks:
4040
- id: helm-schema
4141
args:
@@ -48,12 +48,12 @@ repos:
4848
# - --helm-docs-compatibility-mode
4949

5050
- repo: https://github.com/igorshubovych/markdownlint-cli
51-
rev: v0.45.0
51+
rev: v0.48.0
5252
hooks:
5353
- id: markdownlint
5454
- id: markdownlint-fix
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.4.1
56+
rev: v2.4.2
5757
hooks:
5858
- id: codespell
5959
exclude: helm/local-self-signed-example/cert-manger-crds|tests/go.sum
@@ -62,7 +62,7 @@ repos:
6262
# fiftyone.management as fom
6363
- fom,aks,NotIn
6464
- repo: https://github.com/adrienverge/yamllint
65-
rev: v1.37.1
65+
rev: v1.38.0
6666
hooks:
6767
- id: yamllint
6868
entry: yamllint --config-file .yamllint.yaml
@@ -98,7 +98,7 @@ repos:
9898
- id: go-fmt
9999
- id: go-mod-tidy
100100
- repo: https://github.com/rhysd/actionlint
101-
rev: v1.7.7
101+
rev: v1.7.12
102102
hooks:
103103
- id: actionlint
104104
- repo: https://github.com/syntaqx/git-hooks
@@ -113,7 +113,7 @@ repos:
113113
- --case-indent
114114
- --indent=2
115115
- repo: https://github.com/compilerla/conventional-pre-commit
116-
rev: v4.2.0
116+
rev: v4.4.0
117117
hooks:
118118
- id: conventional-pre-commit
119119
stages: [commit-msg]

.tool-versions

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
cmctl 2.2.0
2-
golang 1.24.5
3-
helm 3.18.4
1+
cmctl 2.4.1
2+
golang 1.26.2
3+
helm 4.1.4
44
helm-docs 1.14.2
55
jq 1.8.1
6-
kubectl 1.33.2
7-
minikube 1.36.0
8-
pre-commit 4.2.0
9-
python 3.11.12
10-
shellcheck 0.10.0
11-
shfmt 3.12.0
12-
skaffold 2.16.1
13-
yq 4.45.2
6+
kubectl 1.36.0
7+
minikube 1.38.1
8+
pre-commit 4.6.0
9+
python 3.14.4
10+
shellcheck 0.11.0
11+
shfmt 3.13.1
12+
skaffold 2.18.3
13+
yq 4.53.2

Makefile

Lines changed: 3 additions & 3 deletions
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.1
3+
VERSION ?= 2.17.2
44

55
# Help
66
.PHONY: $(shell sed -n -e '/^$$/ { n ; /^[^ .\#][^ ]*:/ { s/:.*$$// ; p ; } ; }' $(MAKEFILE_LIST))
@@ -54,7 +54,7 @@ helm-plugins-diff: ## Installs the helm diff plugin
5454
echo "helm-diff is already installed."; \
5555
else \
5656
echo "Installing helm-diff plugin..."; \
57-
helm plugin install https://github.com/databus23/helm-diff; \
57+
helm plugin install https://github.com/databus23/helm-diff --verify=false; \
5858
fi
5959

6060
helm-plugins-schema: ## Installs the helm schema plugin
@@ -63,7 +63,7 @@ helm-plugins-schema: ## Installs the helm schema plugin
6363
echo "helm-schema is already installed."; \
6464
else \
6565
echo "Installing helm-schema plugin..."; \
66-
helm plugin install https://github.com/dadav/helm-schema; \
66+
helm plugin install https://github.com/dadav/helm-schema --verify=false; \
6767
fi
6868

6969
helm-plugins: helm-plugins-diff helm-plugins-schema ## Install the helm plugins we use

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can override the default image used by any service in
239239
```yaml
240240
services:
241241
fiftyone-app:
242-
image: voxel51/fiftyone-app-torch:v2.17.1
242+
image: voxel51/fiftyone-app-torch:v2.17.2
243243
```
244244

245245
> [!NOTE]

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.1
4+
image: voxel51/fiftyone-app:v2.17.2
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.1
35+
image: voxel51/fiftyone-teams-api:v2.17.2
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.1
64+
image: voxel51/fiftyone-teams-app:v2.17.2
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.1
70+
FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION: 2.17.2
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.1
97+
image: voxel51/fiftyone-teams-cas:v2.17.2
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.1
132+
image: voxel51/fiftyone-app-torch:v2.17.2
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.1
159+
image: voxel51/fiftyone-teams-cv-full:v2.17.2
160160
deploy:
161161
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
162162
command: >

docker/docs/configuring-gpu-workloads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
Many machine learning applications utilize
3030
GPU hardware for intensive computations.
31-
The FiftyOne Enterprise docker compose files allow users to schedule containers on
32-
GPU-enabled nodes using a service's
31+
The FiftyOne Enterprise docker compose files allow users to schedule containers
32+
on GPU-enabled nodes using a service's
3333
[`deploy.resource.reservation.devices`][compose-deploy-resources].
3434

3535
The below will show an example deploying a GPU-enabled container via docker
@@ -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.1
68+
image: voxel51/fiftyone-teams-cv-full:v2.17.2
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.1](#upgrading-from-previous-versions)
83+
1. [Upgrade to FiftyOne Enterprise version 2.17.2](#upgrading-from-previous-versions)
8484
1. Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
85-
version 2.17.1
85+
version 2.17.2
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.1
178+
image: voxel51/fiftyone-app:v2.17.2
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.1 _requires_ a license file.
213+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.2 _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.1](#upgrading-from-previous-versions)
249-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
248+
1. [Upgrade to FiftyOne Enterprise version 2.17.2](#upgrading-from-previous-versions)
249+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.2
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.1
254+
> **NOTE**: Any FiftyOne SDK less than 2.17.2
255255
> will lose connectivity at this point.
256-
> Upgrading to `fiftyone==2.17.1` is required.
256+
> Upgrading to `fiftyone==2.17.2` 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.1 _requires_
270+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.2 _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.1 _requires_ a license file.
288+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.2 _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.1](#upgrading-from-previous-versions)
341-
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.1
340+
1. [Upgrade to FiftyOne Enterprise version 2.17.2](#upgrading-from-previous-versions)
341+
1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.17.2
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.1
346+
> **NOTE**: Any FiftyOne SDK less than 2.17.2
347347
> will lose connectivity at this point.
348-
> Upgrading to `fiftyone==2.17.1` is required.
348+
> Upgrading to `fiftyone==2.17.2` 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.1 _requires_ your users to
379+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.2 _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.1 _requires_ a license file.
386+
> **NOTE**: Upgrading to FiftyOne Enterprise v2.17.2 _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.1](#upgrading-from-previous-versions)
417+
1. [Upgrade to FiftyOne Enterprise v2.17.2](#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.1`
421+
> Enterprise Database at this step until they upgrade to `fiftyone==2.17.2`
422422

423-
1. Upgrade your FiftyOne SDKs to version 2.17.1
423+
1. Upgrade your FiftyOne SDKs to version 2.17.2
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.1
49+
FIFTYONE_ENTERPRISE_VERSION=v2.17.2
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.1
66+
image: your-internal-registry/fiftyone-app-internal:v2.17.2
6767
```
6868
6969
Please see

0 commit comments

Comments
 (0)