Skip to content

Commit

Permalink
Prepare release v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvat-bot[bot] committed Oct 10, 2024
1 parent d315d78 commit 61270d9
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 81 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

### Added

- New task mode: Honeypots (GT pool)
(<https://github.com/cvat-ai/cvat/pull/8348>)
- New task creation options for quality control: Honeypots (GT pool), GT job
(<https://github.com/cvat-ai/cvat/pull/8348>)
- New GT job frame selection method: `random_per_job`,
which guarantees each job will have GT overlap
(<https://github.com/cvat-ai/cvat/pull/8348>)
- \[Server API\] POST `/jobs/`: new frame selection parameters,
which accept percentages, instead of absolute values
(<https://github.com/cvat-ai/cvat/pull/8348>)
- \[Server API\] GET `/api/tasks/{id}/` got a new `validation_mode` field,
reflecting the current validation configuration (immutable)
(<https://github.com/cvat-ai/cvat/pull/8348>)
- \[Server API\] POST `/api/tasks/{id}/data` got a new `validation_params` field,
which allows to enable `GT` and `GT_POOL` validation for a task on its creation
(<https://github.com/cvat-ai/cvat/pull/8348>)

- Added custom certificates documentation
(<https://github.com/cvat-ai/cvat/pull/7508>)

- Support for YOLOv8 Classification format
(<https://github.com/cvat-ai/cvat/pull/8475>)

- \[Server API\] An option to change real frames for honeypot frames in tasks with honeypots
(<https://github.com/cvat-ai/cvat/pull/8471>)
- \[Server API\] New endpoints for validation configuration management in tasks and jobs
`/api/tasks/{id}/validation_layout`, `/api/jobs/{id}/validation_layout`
(<https://github.com/cvat-ai/cvat/pull/8471>)

- \[Helm\] Readiness and liveness probes
(<https://github.com/cvat-ai/cvat/pull/8488>)

### Changed

- \[Server API\] POST `/jobs/` `.frames` field now expects relative frame numbers
instead of absolute (source data) ones
(<https://github.com/cvat-ai/cvat/pull/8348>)

- \[Server API\] Now chunks in tasks can be changed.
There are new API elements to check chunk relevancy, if they are cached:
`/api/tasks/{id}/data/meta` got a new field `chunks_updated_date`,
`/api/tasks/{id}/data/?type=chunk` got 2 new headers: `X-Updated-Date`, `X-Checksum`
(<https://github.com/cvat-ai/cvat/pull/8471>)

- Made the `PATCH` endpoints for projects, tasks, jobs and memberships check
the input more strictly
(<https://github.com/cvat-ai/cvat/pull/8493>):

- unknown fields are rejected;
- updating a field now requires the same level of permissions regardless of
whether the new value is the same as the old value.

- \[Server API\] Quality report computation is now allowed to regular users
(<https://github.com/cvat-ai/cvat/pull/8511>)

### Fixed

- Invalid chunks for GT jobs when `?number` is used in the request and task frame step > 1
(<https://github.com/cvat-ai/cvat/pull/8510>)
- Invalid output of frames for specific GT frame requests with `api/jobs/{id}/data/?type=frame`
(<https://github.com/cvat-ai/cvat/pull/8510>)

<a id='changelog-2.20.0'></a>
## \[2.20.0\] - 2024-10-01

Expand Down
24 changes: 0 additions & 24 deletions changelog.d/20240819_210200_mzhiltso_validation_api.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240919_114257_echowxsy.md

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions changelog.d/20240930_171153_mzhiltso_validation_management_core.md

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20241001_142106_roman_patch_scopes_hardening.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20241009_164505_andrey_k8s_probes.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, 21, 0, 'alpha', 0)
VERSION = (2, 21, 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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.0
imagePullPolicy: Always
permissionFix:
enabled: true
Expand All @@ -153,7 +153,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: dev
tag: v2.21.0
imagePullPolicy: Always
labels: {}
# test: test
Expand Down

0 comments on commit 61270d9

Please sign in to comment.