提交 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.
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).
## \[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
### Added
- \[SDK\] An arg to wait for data processing in the task data uploading function
......
......@@ -4,6 +4,6 @@
from cvat.utils.version import get_version
VERSION = (2, 4, 0, 'final', 0)
VERSION = (2, 4, 1, 'final', 0)
__version__ = get_version(VERSION)
......@@ -25,7 +25,7 @@ services:
cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-v2.4.0}
image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always
depends_on:
- cvat_redis
......@@ -63,7 +63,7 @@ services:
cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-v2.4.0}
image: cvat/server:${CVAT_VERSION:-v2.4.1}
restart: always
depends_on:
- cvat_redis
......@@ -84,7 +84,7 @@ services:
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
depends_on:
- cvat_redis
......@@ -106,7 +106,7 @@ services:
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
depends_on:
- cvat_redis
......@@ -127,7 +127,7 @@ services:
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
depends_on:
- cvat_redis
......@@ -148,7 +148,7 @@ services:
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
depends_on:
- cvat_redis
......@@ -169,7 +169,7 @@ services:
cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-v2.4.0}
image: cvat/ui:${CVAT_VERSION:-v2.4.1}
restart: always
depends_on:
- cvat_server
......
......@@ -75,7 +75,7 @@ cvat:
additionalVolumeMounts: []
replicas: 1
image: cvat/server
tag: v2.4.0
tag: v2.4.1
imagePullPolicy: Always
permissionFix:
enabled: true
......@@ -95,7 +95,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: v2.4.0
tag: v2.4.1
imagePullPolicy: Always
labels: {}
# test: test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册