Skip to content

Commit

Permalink
Prepare release v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cvat-bot[bot] committed Dec 11, 2023
1 parent e472fad commit 6263ba1
Show file tree
Hide file tree
Showing 25 changed files with 80 additions and 88 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.9.2'></a>
## \[2.9.2\] - 2023-12-11

### Added

- Introduced CVAT actions. Actions allow performing different
predefined scenarios on annotations automatically (e.g. shape converters)
(<https://github.com/opencv/cvat/pull/7172>)

- The UI will now retry requests that were rejected due to rate limiting
(<https://github.com/opencv/cvat/pull/7216>)

### Changed

- Update nvidia/cuda image version from 11.7.0 to 11.7.1 in transt serverless function.
(<https://github.com/opencv/cvat/pull/7124>)

- \[Helm\] Allow pre-release versions in kubernetes requirement to include AWS EKS versions (<https://github.com/opencv/cvat/pull/7183>)

- GPU versions of serverless functions now use the `latest-gpu` Docker tag
rather than `latest`
(<https://github.com/opencv/cvat/pull/7215>)

- \[Compose, Helm\] Downgraded KeyDB to 6.3.2
(<https://github.com/opencv/cvat/pull/7236>)

### Fixed

- The GPU version of the YOLOv7 serverless function not actually using the GPU
(<https://github.com/opencv/cvat/pull/6940>)

- It is now possible to create Ground Truth jobs containing all frames in the task
(<https://github.com/opencv/cvat/pull/7126>)
- Incorrect Ground Truth chunks saving
(<https://github.com/opencv/cvat/pull/7126>)

- Reset source/target storage if related cloud storage has been deleted
(<https://github.com/opencv/cvat/pull/6801>)

- Prevent possible cyclic dependencies when enqueuing a rq job when ONE_RUNNING_JOB_IN_QUEUE_PER_USER is used
(<https://github.com/opencv/cvat/pull/7139>)
- Enqueue deferred jobs when their dependencies are moved to the failed job registry due to AbandonedJobError
(<https://github.com/opencv/cvat/pull/7139>)

- Reduce the number of requests to the server for task details
(<https://github.com/opencv/cvat/pull/7167>)

- Shape settings **opacity** and **selected opacity** reset on each frame change
(<https://github.com/opencv/cvat/pull/7186>)

- Server error in list quality settings API, when called in an org
(<https://github.com/opencv/cvat/pull/7190>)

- Incorrect handling of the hidden points in skeletons in quality comparisons
(<https://github.com/opencv/cvat/pull/7191>)

- \[Helm\] Fixed installing Traefik Middleware even if Traefik is disabled in the values (<https://github.com/opencv/cvat/pull/7184>)

- Error code 500 when send `change:frame` event without `duration`.
(<https://github.com/opencv/cvat/pull/7211>)

- Added workaround for corrupted cached chunks
(<https://github.com/opencv/cvat/pull/7243>, <https://github.com/opencv/cvat/pull/7251>)

<a id='changelog-2.9.1'></a>
## \[2.9.1\] - 2023-11-23

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20231009_140340_roman_HEAD.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231110_183941_mzhiltsov_fix_gt_jobs.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231111_000533_yta56116_patch_1.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231117_123912_maria_fix_cs_deletion_handling.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231123_130853_maria_fix_rq_issues.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231127_123423_klakhov_fix_opacity_reset.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231129_111831_boris_fix_opacity_reset.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231201_134050_sekachev.bs_duration_val.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231204_124652_roman.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231204_141903_roman_ui_retry_429.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231207_143832_roman_revert_keydb.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion cvat-cli/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cvat-sdk~=2.10.0
cvat-sdk~=2.9.2
Pillow>=10.0.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion cvat-cli/src/cvat_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.10.0"
VERSION = "2.9.2"
2 changes: 1 addition & 1 deletion cvat-sdk/gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

GENERATOR_VERSION="v6.0.1"

VERSION="2.10.0"
VERSION="2.9.2"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"
Expand Down
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, 10, 0, 'alpha', 0)
VERSION = (2, 9, 2, 'final', 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion cvat/schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: CVAT REST API
version: 2.10.0
version: 2.9.2
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand Down Expand Up @@ -77,7 +77,7 @@ services:

cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -97,7 +97,7 @@ services:

cvat_worker_import:
container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -115,7 +115,7 @@ services:

cvat_worker_export:
container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -133,7 +133,7 @@ services:

cvat_worker_annotation:
container_name: cvat_worker_annotation
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -152,7 +152,7 @@ services:

cvat_worker_webhooks:
container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -171,7 +171,7 @@ services:

cvat_worker_quality_reports:
container_name: cvat_worker_quality_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -189,7 +189,7 @@ services:

cvat_worker_analytics_reports:
container_name: cvat_worker_analytics_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.9.2}
restart: always
depends_on:
- cvat_redis
Expand All @@ -207,7 +207,7 @@ services:

cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-dev}
image: cvat/ui:${CVAT_VERSION:-v2.9.2}
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 @@ -113,7 +113,7 @@ cvat:
additionalVolumeMounts: []
replicas: 1
image: cvat/server
tag: dev
tag: v2.9.2
imagePullPolicy: Always
permissionFix:
enabled: true
Expand All @@ -137,7 +137,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: dev
tag: v2.9.2
imagePullPolicy: Always
labels: {}
# test: test
Expand Down

0 comments on commit 6263ba1

Please sign in to comment.