提交 8f2de468 编写于 作者: N Nikita Manovich

Updated versions, clenaup the changelog.

上级 3216bd39
...@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## \[2.4.1] - 2023-04-05
### Fixed
- Optimized annotation fetching up to 10 times (<https://github.com/opencv/cvat/pull/5974>)
## \[2.4.0] - 2023-03-16 ## \[2.4.0] - 2023-03-16
### Added ### Added
- \[SDK\] An arg to wait for data processing in the task data uploading function - \[SDK\] An arg to wait for data processing in the task data uploading function
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
from cvat.utils.version import get_version from cvat.utils.version import get_version
VERSION = (2, 4, 0, 'final', 0) VERSION = (2, 4, 1, 'final', 0)
__version__ = get_version(VERSION) __version__ = get_version(VERSION)
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
cvat_server: cvat_server:
container_name: cvat_server container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -63,7 +63,7 @@ services: ...@@ -63,7 +63,7 @@ services:
cvat_utils: cvat_utils:
container_name: cvat_utils container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -84,7 +84,7 @@ services: ...@@ -84,7 +84,7 @@ services:
cvat_worker_import: cvat_worker_import:
container_name: cvat_worker_import container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -106,7 +106,7 @@ services: ...@@ -106,7 +106,7 @@ services:
cvat_worker_export: cvat_worker_export:
container_name: cvat_worker_export container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -127,7 +127,7 @@ services: ...@@ -127,7 +127,7 @@ services:
cvat_worker_annotation: cvat_worker_annotation:
container_name: cvat_worker_annotation container_name: cvat_worker_annotation
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -148,7 +148,7 @@ services: ...@@ -148,7 +148,7 @@ services:
cvat_worker_webhooks: cvat_worker_webhooks:
container_name: cvat_worker_webhooks container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-v2.4.0} image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_redis - cvat_redis
...@@ -169,7 +169,7 @@ services: ...@@ -169,7 +169,7 @@ services:
cvat_ui: cvat_ui:
container_name: cvat_ui container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-v2.4.0} image: cvat/ui:${CVAT_VERSION:-v2.4.1}
restart: always restart: always
depends_on: depends_on:
- cvat_server - cvat_server
......
...@@ -75,7 +75,7 @@ cvat: ...@@ -75,7 +75,7 @@ cvat:
additionalVolumeMounts: [] additionalVolumeMounts: []
replicas: 1 replicas: 1
image: cvat/server image: cvat/server
tag: v2.4.0 tag: v2.4.1
imagePullPolicy: Always imagePullPolicy: Always
permissionFix: permissionFix:
enabled: true enabled: true
...@@ -95,7 +95,7 @@ cvat: ...@@ -95,7 +95,7 @@ cvat:
frontend: frontend:
replicas: 1 replicas: 1
image: cvat/ui image: cvat/ui
tag: v2.4.0 tag: v2.4.1
imagePullPolicy: Always imagePullPolicy: Always
labels: {} labels: {}
# test: test # test: test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册