Skip to content

Commit

Permalink
Prepare release v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvat-bot[bot] committed Nov 11, 2024
1 parent d315485 commit 333df35
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 63 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- scriv-insert-here -->

<a id='changelog-2.22.0'></a>
## \[2.22.0\] - 2024-11-11

### Added

- Feature to hide a mask during editing (<https://github.com/cvat-ai/cvat/pull/8554>)

- A quality setting to compare point groups without using bbox
(<https://github.com/cvat-ai/cvat/pull/8634>)

- A quality check option to consider empty frames matching
(<https://github.com/cvat-ai/cvat/pull/8652>)

### Changed

- Reduced memory usage of the utils container
(<https://github.com/cvat-ai/cvat/pull/8672>)

### Removed

- Removed unused business group
(<https://github.com/cvat-ai/cvat/pull/8607>)

### Fixed

- Propagation creates copies on non-existing frames in a ground truth job
(<https://github.com/cvat-ai/cvat/pull/8550>)

- Exporting projects with tasks containing honeypots. Honeypots are no longer exported.
(<https://github.com/cvat-ai/cvat/pull/8597>)

- Error after creating GT job on Create job page with frame selection method `random_per_job`
(<https://github.com/cvat-ai/cvat/pull/8623>)

- Fixed issue 'Cannot read properties of undefined (reading 'push')'
(<https://github.com/cvat-ai/cvat/pull/8648>)

- Re-newed import/export request failed immediately if the previous failed
(<https://github.com/cvat-ai/cvat/pull/8649>)

- Fixed automatic zooming in attribute annotation mode for masks
(<https://github.com/cvat-ai/cvat/pull/8657>)

- Export dataset in CVAT format misses frames in tasks with non-default frame step
(<https://github.com/cvat-ai/cvat/pull/8662>)

- Incorrect progress representation on `Requests` page
(<https://github.com/cvat-ai/cvat/pull/8668>)

<a id='changelog-2.21.3'></a>
## \[2.21.3\] - 2024-10-31

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20241016_133802_sekachev.bs_fixed_propagation.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20241018_142148_klakhov_hide_mask.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241031_152803_klakhov_fix_create_job.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241106_095739_sekachev.bs_fixed_exception_1.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241106_112907_sekachev.bs_fixed_exception_2.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241106_170626_mzhiltso_match_empty_frames.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241107_125333_sekachev.bs_fixed_aam_zoom.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241107_165701_sekachev.bs_fixed_export.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241108_115707_klakhov_fix_requests_progress.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241108_202308_roman.md

This file was deleted.

2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (2, 22, 0, "alpha", 0)
VERSION = (2, 22, 0, "final", 0)

__version__ = get_version(VERSION)
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:

cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on:
<<: *backend-deps
Expand Down Expand Up @@ -113,7 +113,7 @@ services:

cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -130,7 +130,7 @@ services:

cvat_worker_import:
container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -146,7 +146,7 @@ services:

cvat_worker_export:
container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -162,7 +162,7 @@ services:

cvat_worker_annotation:
container_name: cvat_worker_annotation
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -178,7 +178,7 @@ services:

cvat_worker_webhooks:
container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -194,7 +194,7 @@ services:

cvat_worker_quality_reports:
container_name: cvat_worker_quality_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -210,7 +210,7 @@ services:

cvat_worker_analytics_reports:
container_name: cvat_worker_analytics_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -226,7 +226,7 @@ services:

cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-dev}
image: cvat/ui:${CVAT_VERSION:-v2.22.0}
restart: always
depends_on:
- cvat_server
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cvat:
additionalVolumeMounts: []
replicas: 1
image: cvat/server
tag: dev
tag: v2.22.0
imagePullPolicy: Always
permissionFix:
enabled: true
Expand All @@ -153,7 +153,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: dev
tag: v2.22.0
imagePullPolicy: Always
labels: {}
# test: test
Expand Down

0 comments on commit 333df35

Please sign in to comment.