提交 451c539e 编写于 作者: A Andrey Zhavoronkov

Bump version to 2.4.7

上级 5c006ea3
......@@ -5,30 +5,15 @@ 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.5.0] - Unreleased
## \[2.4.7] - 2023-06-16
### Added
- \[API\] API Now supports the creation and removal of Ground Truth jobs. (<https://github.com/opencv/cvat/pull/6204>)
- \[API\] We've introduced task quality estimation endpoints. (<https://github.com/opencv/cvat/pull/6204>)
### Changed
- TDB
### Changed
- TDB
### Deprecated
- TDB
### Removed
- TDB
### Fixed
- Issues with running serverless models for EXIF-rotated images. (<https://github.com/opencv/cvat/pull/6275/>)
- File uploading issues when using https configuration. (<https://github.com/opencv/cvat/pull/6308>)
### Security
- TDB
## \[2.4.6] - 2023-06-09
### Added
- \[Server API\] An option to supply custom file ordering for task data uploads (<https://github.com/opencv/cvat/pull/5083>)
......
......@@ -4,6 +4,6 @@
from cvat.utils.version import get_version
VERSION = (2, 5, 0, 'alpha', 0)
VERSION = (2, 4, 7, 'final', 0)
__version__ = get_version(VERSION)
openapi: 3.0.3
info:
title: CVAT REST API
version: '2.5'
version: 2.4.7
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
......
......@@ -25,7 +25,7 @@ services:
cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -63,7 +63,7 @@ services:
cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -88,7 +88,7 @@ services:
cvat_worker_import:
container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -110,7 +110,7 @@ services:
cvat_worker_export:
container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -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.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -156,7 +156,7 @@ services:
cvat_worker_webhooks:
container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -179,7 +179,7 @@ services:
cvat_worker_quality_reports:
container_name: cvat_worker_quality_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_redis
......@@ -201,7 +201,7 @@ services:
cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-dev}
image: cvat/ui:${CVAT_VERSION:-v2.4.7}
restart: always
depends_on:
- cvat_server
......
......@@ -85,7 +85,7 @@ cvat:
additionalVolumeMounts: []
replicas: 1
image: cvat/server
tag: dev
tag: v2.4.7
imagePullPolicy: Always
permissionFix:
enabled: true
......@@ -105,7 +105,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: dev
tag: v2.4.7
imagePullPolicy: Always
labels: {}
# test: test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册