Skip to content

Commit fbd3d11

Browse files
committed
Prepare release v2.32.0
1 parent 2f110e5 commit fbd3d11

27 files changed

+118
-128
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,106 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<!-- scriv-insert-here -->
1818

19+
<a id='changelog-2.32.0'></a>
20+
## \[2.32.0\] - 2025-03-24
21+
22+
### Added
23+
24+
- Added parameter `conv_mask_to_poly` support for importing annotations in projects,tasks and jobs
25+
(<https://github.com/cvat-ai/cvat/pull/8823>)
26+
27+
- \[SDK\] Auto-annotation functions that output skeletons can now be used
28+
via agents
29+
(<https://github.com/cvat-ai/cvat/pull/9122>)
30+
31+
- Search bar and filtering components on the organization page (<https://github.com/cvat-ai/cvat/pull/9151>)
32+
33+
- Error notification if something is wrong in quality/consensus settings
34+
(<https://github.com/cvat-ai/cvat/pull/9178>)
35+
36+
- \[Helm\] Added a new value, `cvat.backend.extensionEnv`, to support
37+
supercharts adding environment variables to backend containers
38+
(<https://github.com/cvat-ai/cvat/pull/9214>)
39+
40+
- Timestamps to Uvicorn stdout logs
41+
(<https://github.com/cvat-ai/cvat/pull/9210>)
42+
43+
- Added robots.txt file to manage crawling traffic
44+
(<https://github.com/cvat-ai/cvat/pull/9241>)
45+
46+
### Changed
47+
48+
- \[SDK\] `DetectionFunctionSpec` now requires that the type of keypoint
49+
sublabels is set to `points`. Accordingly, `keypoint_spec` now sets
50+
this type by default
51+
(<https://github.com/cvat-ai/cvat/pull/9122>)
52+
53+
- Optimized memory usage on export with YOLO and COCO formats for tasks
54+
(<https://github.com/cvat-ai/cvat/pull/9084>)
55+
56+
- Optimized memory usage for project export in YOLO and COCO formats
57+
(<https://github.com/cvat-ai/cvat/pull/9159>)
58+
59+
- Updated Traefik to v3.3.x
60+
(<https://github.com/cvat-ai/cvat/pull/9202>)
61+
62+
- \[Compose\] Traefik access log is now limited to the same fields as in
63+
Helm-based deployments
64+
(<https://github.com/cvat-ai/cvat/pull/9202>)
65+
66+
### Deprecated
67+
68+
- Utilizing `GET /api/projects/id/dataset?action=import_status` API endpoint
69+
to check the status of the import process. Instead, the `GET /api/requests/rq_id`
70+
requests API should be used (<https://github.com/cvat-ai/cvat/pull/9075>)
71+
72+
### Removed
73+
74+
- `GET /api/projects/id/dataset` API endpoint no longer handles dataset export process
75+
(<https://github.com/cvat-ai/cvat/pull/9075>)
76+
- `GET /api/projects/id/annotations` API endpoint no longer handles annotations export process
77+
(<https://github.com/cvat-ai/cvat/pull/9075>)
78+
- `GET /api/projects/id/backup` API endpoint no longer handles project export process
79+
(<https://github.com/cvat-ai/cvat/pull/9075>)
80+
- `GET /api/tasks/id/dataset` API endpoint no longer handles dataset export process
81+
(<https://github.com/cvat-ai/cvat/pull/9075>)
82+
- `GET /api/tasks/id/annotations?format=` API endpoint no longer handles annotations export process
83+
(<https://github.com/cvat-ai/cvat/pull/9075>)
84+
- `GET /api/tasks/id/backup` API endpoint no longer handles task export process
85+
(<https://github.com/cvat-ai/cvat/pull/9075>)
86+
- `GET /api/jobs/id/dataset` API endpoint no longer handles dataset export process
87+
(<https://github.com/cvat-ai/cvat/pull/9075>)
88+
- `GET /api/jobs/id/annotations?format=` API endpoint no longer handles annotations export process
89+
(<https://github.com/cvat-ai/cvat/pull/9075>)
90+
91+
- Existing implementation of analytics reports
92+
(<https://github.com/cvat-ai/cvat/pull/9174>)
93+
94+
### Fixed
95+
96+
- Removed extra sliders on quality control page
97+
(<https://github.com/cvat-ai/cvat/pull/9168>)
98+
99+
- Server returns a 404 status code with details instead of a 500
100+
when cloud storage preview defined by a manifest cannot be downloaded
101+
(<https://github.com/cvat-ai/cvat/pull/9170>)
102+
103+
- Broken styles on Consensus management page
104+
(<https://github.com/cvat-ai/cvat/pull/9178>)
105+
106+
- \[Helm\] Fixed frontend deployment template issue that caused rendering to fail if
107+
additional volumes and volume mounts were defined.
108+
(<https://github.com/cvat-ai/cvat/pull/9181>)
109+
110+
- Incorrect behavior of standard browser back button on the quality page
111+
(<https://github.com/cvat-ai/cvat/pull/9039>)
112+
113+
- Fixed a 500 status code that could occur when listing requests by GET /api/requests
114+
(<https://github.com/cvat-ai/cvat/pull/9236>)
115+
116+
- Memory usage optimization on backup import
117+
(<https://github.com/cvat-ai/cvat/pull/9227>)
118+
19119
<a id='changelog-2.31.0'></a>
20120
## \[2.31.0\] - 2025-03-03
21121

changelog.d/20241212_185016_knotekjaroslav_add_mask_poly_conv_param.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250219_184104_roman_agent_skeletons.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

changelog.d/20250226_153639_klakhov_org_search.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20250304_103133_ravinduwe_extra_slider_fix.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250304_120308_maria_api_to_download_export_results.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

changelog.d/20250304_174229_maria_fix_index_error.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20250304_215108_dmitrii.lavrukhin_stream_export.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250304_215707_dmitrii.lavrukhin_stream_export_project.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250305_104825_sekachev.bs_moved_analytics.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250306_111245_klakhov_fix_consensus_management.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog.d/20250307_155335_andrey_fix_frontend_template.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20250312_181456_roman_upgrade_traefik.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog.d/20250314_163649_roman_superchart_env.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20250317_114443_klakhov_fix_extra_page_in_history.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250320_144532_maria_fix_500_status_code_in_requests_api.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250321_100527_maria_add_timestamp_to_uvicorn_stdout_logs.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250321_123407_dmitrii.lavrukhin_optimise_ram_on_backup_import.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250321_142154_andrey_add_robots_txt.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cvat-cli/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cvat-sdk==2.31.1
1+
cvat-sdk==2.32.0
22

33
attrs>=24.2.0
44
Pillow>=10.3.0

cvat-cli/src/cvat_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.31.1"
1+
VERSION = "2.32.0"

cvat-sdk/gen/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88

99
GENERATOR_VERSION="v6.0.1"
1010

11-
VERSION="2.31.1"
11+
VERSION="2.32.0"
1212
LIB_NAME="cvat_sdk"
1313
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
1414
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"

cvat-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cvat-ui",
3-
"version": "2.31.1",
3+
"version": "2.32.0",
44
"description": "CVAT single-page application",
55
"main": "src/index.tsx",
66
"scripts": {

cvat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from cvat.utils.version import get_version
66

7-
VERSION = (2, 31, 1, "alpha", 0)
7+
VERSION = (2, 32, 0, "final", 0)
88

99
__version__ = get_version(VERSION)

cvat/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: CVAT REST API
4-
version: 2.31.1
4+
version: 2.32.0
55
description: REST API for Computer Vision Annotation Tool (CVAT)
66
termsOfService: https://www.google.com/policies/terms/
77
contact:

docker-compose.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181

8282
cvat_server:
8383
container_name: cvat_server
84-
image: cvat/server:${CVAT_VERSION:-dev}
84+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
8585
restart: always
8686
depends_on:
8787
<<: *backend-deps
@@ -117,7 +117,7 @@ services:
117117

118118
cvat_utils:
119119
container_name: cvat_utils
120-
image: cvat/server:${CVAT_VERSION:-dev}
120+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
121121
restart: always
122122
depends_on: *backend-deps
123123
environment:
@@ -134,7 +134,7 @@ services:
134134

135135
cvat_worker_import:
136136
container_name: cvat_worker_import
137-
image: cvat/server:${CVAT_VERSION:-dev}
137+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
138138
restart: always
139139
depends_on: *backend-deps
140140
environment:
@@ -150,7 +150,7 @@ services:
150150

151151
cvat_worker_export:
152152
container_name: cvat_worker_export
153-
image: cvat/server:${CVAT_VERSION:-dev}
153+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
154154
restart: always
155155
depends_on: *backend-deps
156156
environment:
@@ -166,7 +166,7 @@ services:
166166

167167
cvat_worker_annotation:
168168
container_name: cvat_worker_annotation
169-
image: cvat/server:${CVAT_VERSION:-dev}
169+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
170170
restart: always
171171
depends_on: *backend-deps
172172
environment:
@@ -182,7 +182,7 @@ services:
182182

183183
cvat_worker_webhooks:
184184
container_name: cvat_worker_webhooks
185-
image: cvat/server:${CVAT_VERSION:-dev}
185+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
186186
restart: always
187187
depends_on: *backend-deps
188188
environment:
@@ -198,7 +198,7 @@ services:
198198

199199
cvat_worker_quality_reports:
200200
container_name: cvat_worker_quality_reports
201-
image: cvat/server:${CVAT_VERSION:-dev}
201+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
202202
restart: always
203203
depends_on: *backend-deps
204204
environment:
@@ -214,7 +214,7 @@ services:
214214

215215
cvat_worker_chunks:
216216
container_name: cvat_worker_chunks
217-
image: cvat/server:${CVAT_VERSION:-dev}
217+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
218218
restart: always
219219
depends_on: *backend-deps
220220
environment:
@@ -230,7 +230,7 @@ services:
230230

231231
cvat_worker_consensus:
232232
container_name: cvat_worker_consensus
233-
image: cvat/server:${CVAT_VERSION:-dev}
233+
image: cvat/server:${CVAT_VERSION:-v2.32.0}
234234
restart: always
235235
depends_on: *backend-deps
236236
environment:
@@ -246,7 +246,7 @@ services:
246246

247247
cvat_ui:
248248
container_name: cvat_ui
249-
image: cvat/ui:${CVAT_VERSION:-dev}
249+
image: cvat/ui:${CVAT_VERSION:-v2.32.0}
250250
restart: always
251251
depends_on:
252252
- cvat_server

helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ cvat:
144144
additionalVolumeMounts: []
145145
replicas: 1
146146
image: cvat/server
147-
tag: dev
147+
tag: v2.32.0
148148
imagePullPolicy: Always
149149
permissionFix:
150150
enabled: true
@@ -166,7 +166,7 @@ cvat:
166166
frontend:
167167
replicas: 1
168168
image: cvat/ui
169-
tag: dev
169+
tag: v2.32.0
170170
imagePullPolicy: Always
171171
labels: {}
172172
# test: test

0 commit comments

Comments
 (0)