Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.5.1 #6520

Merged
merged 3 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version to 2.5.1
azhavoro committed Jul 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3c8a76878cf75c888db8df40a2b4a1afe1af0001
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (2, 5, 0, 'final', 0)
VERSION = (2, 5, 1, 'final', 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.5'
version: 2.5.1
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ services:

cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -64,7 +64,7 @@ services:

cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -89,7 +89,7 @@ services:

cvat_worker_import:
container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -112,7 +112,7 @@ services:

cvat_worker_export:
container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -135,7 +135,7 @@ services:

cvat_worker_annotation:
container_name: cvat_worker_annotation
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -158,7 +158,7 @@ services:

cvat_worker_webhooks:
container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -182,7 +182,7 @@ services:

cvat_worker_quality_reports:
container_name: cvat_worker_quality_reports
image: cvat/server:${CVAT_VERSION:-v2.5.0}
image: cvat/server:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_redis
@@ -204,7 +204,7 @@ services:

cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-v2.5.0}
image: cvat/ui:${CVAT_VERSION:-v2.5.1}
restart: always
depends_on:
- cvat_server
4 changes: 2 additions & 2 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ cvat:
additionalVolumeMounts: []
replicas: 1
image: cvat/server
tag: v2.5.0
tag: v2.5.1
imagePullPolicy: Always
permissionFix:
enabled: true
@@ -105,7 +105,7 @@ cvat:
frontend:
replicas: 1
image: cvat/ui
tag: v2.5.0
tag: v2.5.1
imagePullPolicy: Always
labels: {}
# test: test