Skip to content

Commit

Permalink
Merge pull request #7171 from opencv/dev-release-2.9.0
Browse files Browse the repository at this point in the history
Update develop after v2.9.0
  • Loading branch information
SpecLad authored Nov 23, 2023
2 parents d9a9a29 + 4d0a852 commit 26e89f4
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 87 deletions.
82 changes: 80 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,84 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

### Added

- CVAT now supports serverless Nuclio functions that return skeleton annotations.
We've added a keypoint detector that supports skeletons for the following classes:
body, head, foot, and hands. Deployment command: `./deploy_cpu.sh pytorch/mmpose/hrnet32/nuclio/`
(<https://github.com/opencv/cvat/pull/7033>)

- Implemented a feature that allows slicing one polygon/mask shape into two parts
(<https://github.com/opencv/cvat/pull/7084>)

- Implemented a feature that allows joining several masks into a single one
(<https://github.com/opencv/cvat/pull/7084>)

- \[Helm\] Introduced values that apply to all backend deployments/jobs
(<https://github.com/opencv/cvat/pull/7148>)

### Changed

- The "use cache" option on the server is now ignored when creating a
task with cloud storage data (<https://github.com/opencv/cvat/pull/7087>)

- The Docker Compose file and Helm chart have been updated to enable Traefik
access logs by default and change the log format to JSON
(<https://github.com/opencv/cvat/pull/7109>)

- \[Helm\] The PersistentVolumeClaim for the volume used to hold application
data is now retained after uninstall
(<https://github.com/opencv/cvat/pull/7123>)

- \[Helm\] All backend-related deployments now
use `cvat-app` as the value for the `app` label
(<https://github.com/opencv/cvat/pull/7127>)

- \[Helm\] The minimum compatible Kubernetes version
is now 1.19.0 (<https://github.com/opencv/cvat/pull/7132>)

- \[Helm\] The CVAT hostname can now be configured with `ingress.hostname` option
(<https://github.com/opencv/cvat/pull/7132>)

- \[Helm\] The `ingress.tls` configuration has been reworked.
(<https://github.com/opencv/cvat/pull/7132>)

- \[Helm\] The Traefik subchart updated to 25.0.0 (appVersion v2.10.5)
(<https://github.com/opencv/cvat/pull/7132>)

- \[Docker Compose\] Traefik updated to v2.10.\*
(<https://github.com/opencv/cvat/pull/7150>)

### Removed

- Support for V1 cloudstorages/id/content endpoint
(<https://github.com/opencv/cvat/pull/6946>)

- \[Helm\] `ingress.hosts` has been removed, use `ingress.hostname` instead.
(<https://github.com/opencv/cvat/pull/7132>)

### Fixed

- Fixed a data race condition during GT job creation
(<https://github.com/opencv/cvat/pull/7096>)

- Resolved an issue where the job state could not be changed
multiple times without reloading the annotation view
(<https://github.com/opencv/cvat/pull/7158>)

- Corrected an issue where compressed chunks did not
utilize the Exif rotation tag
(<https://github.com/opencv/cvat/pull/7162>)

- Minor styling issues on empty models page
(<https://github.com/opencv/cvat/pull/7164>)

- Fixed minor issue when brush marker is appended to a final mask
(<https://github.com/opencv/cvat/pull/7168>)

<a id='changelog-2.8.2'></a>
## \[2.8.2\] - 2023-11-06

Expand Down Expand Up @@ -61,8 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/opencv/cvat/pull/7025>)

- Bug with viewing dependent RQ jobs for downloading resources from
cloud storage when file path contains sub-directories.
This is relevant for admins that can view detailed information about RQ queues.
cloud storage when file path contains sub-directories.
This is relevant for admins that can view detailed information about RQ queues.
(<https://github.com/opencv/cvat/pull/6975>)

- OpenCV.js memory leak with TrackerMIL
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231024_123046_boris_keypoints.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231104_113802_mzhiltsov_fix_atomic_uses.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231107_183551_roman_traefik_logs.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231108_134600_boris_join_slice.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231110_134452_roman_helm_keep_pvc.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231113_174833_roman_refactor_values.md

This file was deleted.

17 changes: 0 additions & 17 deletions changelog.d/20231115_110934_andrey_update_helm.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231116_140728_roman_backend_settings.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231116_153601_andrey_update_traefik.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231122_111559_sekachev.bs_fixed_exif.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231123_093015_sekachev.bs_fixed_drawn_marker.md

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.9.0
cvat-sdk~=2.10.0
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.9.0"
VERSION = "2.10.0"
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.9.0"
VERSION="2.10.0"
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, 9, 0, 'alpha', 0)
VERSION = (2, 10, 0, 'alpha', 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.9.0
version: 2.10.0
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down

0 comments on commit 26e89f4

Please sign in to comment.