Skip to content

Commit

Permalink
Prepare release v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvat-bot[bot] committed Feb 14, 2025
1 parent 90417f9 commit 719d496
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 39 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- scriv-insert-here -->

<a id='changelog-2.30.0'></a>
## \[2.30.0\] - 2025-02-14

### Added

- Gamma filter settings are now automatically saved and restored upon reload
(<https://github.com/cvat-ai/cvat/pull/9032>)

- Ability to customize `api/sever/about` endpoint via settings including logo and sign-in page subtitle
(<https://github.com/cvat-ai/cvat/pull/9052>)

### Changed

- Client settings are now saved automatically
(<https://github.com/cvat-ai/cvat/pull/9032>)

### Fixed

- \[SDK\] `skeleton_label_spec` now correctly forwards `kwargs` to
`PatchedLabelRequest`
(<https://github.com/cvat-ai/cvat/pull/9087>)

- Error: Cannot read properties of undefined (reading 'width') that occurs when changing frames in a video-based GT job
(<https://github.com/cvat-ai/cvat/pull/9095>)

<a id='changelog-2.29.0'></a>
## \[2.29.0\] - 2025-02-10

Expand Down
8 changes: 0 additions & 8 deletions changelog.d/20250203_125000_klakhov_refactor_settings.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250205_141639_klakhov_setup_logo.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20250210_172119_roman_missing_kwargs.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250212_154930_klakhov_frame_regression.md

This file was deleted.

2 changes: 1 addition & 1 deletion cvat-cli/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cvat-sdk==2.29.1
cvat-sdk==2.30.0

attrs>=24.2.0
Pillow>=10.3.0
Expand Down
2 changes: 1 addition & 1 deletion cvat-cli/src/cvat_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.29.1"
VERSION = "2.30.0"
2 changes: 1 addition & 1 deletion cvat-sdk/gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

GENERATOR_VERSION="v6.0.1"

VERSION="2.29.1"
VERSION="2.30.0"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"
Expand Down
2 changes: 1 addition & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "2.29.1",
"version": "2.30.0",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (2, 29, 1, "alpha", 0)
VERSION = (2, 30, 0, "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.29.1
version: 2.30.0
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:

cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on:
<<: *backend-deps
Expand Down Expand Up @@ -115,7 +115,7 @@ services:

cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -132,7 +132,7 @@ services:

cvat_worker_import:
container_name: cvat_worker_import
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -148,7 +148,7 @@ services:

cvat_worker_export:
container_name: cvat_worker_export
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -164,7 +164,7 @@ services:

cvat_worker_annotation:
container_name: cvat_worker_annotation
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -180,7 +180,7 @@ services:

cvat_worker_webhooks:
container_name: cvat_worker_webhooks
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -196,7 +196,7 @@ services:

cvat_worker_quality_reports:
container_name: cvat_worker_quality_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -212,7 +212,7 @@ services:

cvat_worker_analytics_reports:
container_name: cvat_worker_analytics_reports
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -228,7 +228,7 @@ services:

cvat_worker_chunks:
container_name: cvat_worker_chunks
image: cvat/server:${CVAT_VERSION:-dev}
image: cvat/server:${CVAT_VERSION:-v2.30.0}
restart: always
depends_on: *backend-deps
environment:
Expand All @@ -244,7 +244,7 @@ services:

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

0 comments on commit 719d496

Please sign in to comment.