Skip to content

Commit

Permalink
release notes update
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Donchenko <roman@cvat.ai>
  • Loading branch information
mdacoca and SpecLad committed Nov 23, 2023
1 parent 41dd850 commit e465c1e
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,68 +21,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- CVAT now supports serverless Nuclio functions returning skeleton annotations.
Added keypoint detector supporting skeletons with following classes: body, head, foot, hands.
Deployment command: `./deploy_cpu.sh pytorch/mmpose/hrnet32/nuclio/`
- 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 allowing to slice one polygon/mask shape into two parts
- Implemented a feature that allows slicing one polygon/mask shape into two parts
(<https://github.com/opencv/cvat/pull/7084>)
- Implemented a feature allowing to join several masks into a single one

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

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

### Changed

- Ignore the "use cache" option on the server when creating a task with cloud storage data (except images)
(<https://github.com/opencv/cvat/pull/7087>)
- 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 now enable Traefik access logs by
default, and change the log format to JSON
- 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
- \[Helm\] All backend-related deployments now
use `cvat-app` as the value for the `app` label
(<https://github.com/opencv/cvat/pull/7127>)

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

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

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

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

- \[Docker Compose\] Update Traefik to v2.10.*
- \[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.
- \[Helm\] `ingress.hosts` has been removed, use `ingress.hostname` instead.
(<https://github.com/opencv/cvat/pull/7132>)

### Fixed

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

- Job state can not be changed many time without reloading annotation view.
- 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>)

- Compressed chunks do not use exif rotation tag
- 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
Expand Down Expand Up @@ -136,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

0 comments on commit e465c1e

Please sign in to comment.