chore: release 3.0.2

This commit is contained in:
jo 2023-02-20 12:18:33 +01:00 committed by Jonas L
parent 75bc72be6d
commit d35ee41bb9
7 changed files with 38 additions and 6 deletions

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-analyzer",
version="3.0.1",
version="3.0.2",
description="Libretime Analyzer",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-api-client",
version="3.0.1",
version="3.0.2",
description="LibreTime API Client",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-api",
version="3.0.1",
version="3.0.2",
description="LibreTime API",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",

32
docs/releases/3.0.2.md Normal file
View File

@ -0,0 +1,32 @@
---
title: LibreTime 3.0.2
---
import ReleaseHead from './\_release-head.md';
<ReleaseHead date='2023-02-21' version='3.0.2'/>
## :sparkling_heart: Contributors
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
- @jooola
- @paddatrapper
## :bug: Bug fixes
- **legacy:** advanced search by track type id
- **legacy:** refresh lock files
- **legacy:** move forked deps to the libretime namespace
- **legacy:** improve error messages and logs
- **installer:** allow different actions on template_file
- **installer:** print diff on file deployment
- **installer:** only setup nginx on first install
- **installer:** print unsupported distribution error ([#2368](https://github.com/libretime/libretime/issues/2368))
- **installer:** create systemd dirs if missing ([#2379](https://github.com/libretime/libretime/issues/2379))
## :arrow_up: Upgrading
### Nginx configuration deployment
The installer now only deploy the Nginx configuration during the first installation. This is to prevent overwriting changes made by Certbot for example. If you need to update the Nginx configuration, you need to pass the `--update-nginx` flag to the installer.

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-playout",
version="3.0.1",
version="3.0.2",
description="LibreTime Playout",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-shared",
version="3.0.1",
version="3.0.2",
description="LibreTime Shared",
url="https://github.com/libretime/libretime",
author="LibreTime Contributors",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="libretime-worker",
version="3.0.1",
version="3.0.2",
description="LibreTime Worker",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",