chore: release 3.0.2
This commit is contained in:
parent
75bc72be6d
commit
d35ee41bb9
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-analyzer",
|
name="libretime-analyzer",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="Libretime Analyzer",
|
description="Libretime Analyzer",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-api-client",
|
name="libretime-api-client",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="LibreTime API Client",
|
description="LibreTime API Client",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-api",
|
name="libretime-api",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="LibreTime API",
|
description="LibreTime API",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -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.
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-playout",
|
name="libretime-playout",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="LibreTime Playout",
|
description="LibreTime Playout",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-shared",
|
name="libretime-shared",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="LibreTime Shared",
|
description="LibreTime Shared",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-worker",
|
name="libretime-worker",
|
||||||
version="3.0.1",
|
version="3.0.2",
|
||||||
description="LibreTime Worker",
|
description="LibreTime Worker",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
Loading…
Reference in New Issue