diff --git a/analyzer/setup.py b/analyzer/setup.py index d4bbcac62..f70bd491a 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -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", diff --git a/api-client/setup.py b/api-client/setup.py index 2ab4b5063..229070eae 100644 --- a/api-client/setup.py +++ b/api-client/setup.py @@ -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", diff --git a/api/setup.py b/api/setup.py index 7eb42ae7c..68074cb11 100644 --- a/api/setup.py +++ b/api/setup.py @@ -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", diff --git a/docs/releases/3.0.2.md b/docs/releases/3.0.2.md new file mode 100644 index 000000000..07cfc6ffc --- /dev/null +++ b/docs/releases/3.0.2.md @@ -0,0 +1,32 @@ +--- +title: LibreTime 3.0.2 +--- + +import ReleaseHead from './\_release-head.md'; + + + +## :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. diff --git a/playout/setup.py b/playout/setup.py index 21067a8bf..5e188e210 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -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", diff --git a/shared/setup.py b/shared/setup.py index a486b9ba1..e28de1368 100644 --- a/shared/setup.py +++ b/shared/setup.py @@ -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", diff --git a/worker/setup.py b/worker/setup.py index d99cc5153..764a8c796 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -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",