Skip to content

Commit

Permalink
chore: release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Feb 21, 2023
1 parent 75bc72b commit d35ee41
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion analyzer/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="libretime-analyzer",
version="3.0.1",
version="3.0.2",
description="Libretime Analyzer",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
Expand Down
2 changes: 1 addition & 1 deletion api-client/setup.py
Expand Up @@ -2,7 +2,7 @@

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",
Expand Down
2 changes: 1 addition & 1 deletion api/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="libretime-api",
version="3.0.1",
version="3.0.2",
description="LibreTime API",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
Expand Down
32 changes: 32 additions & 0 deletions docs/releases/3.0.2.md
@@ -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 changes: 1 addition & 1 deletion playout/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="libretime-playout",
version="3.0.1",
version="3.0.2",
description="LibreTime Playout",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
Expand Down
2 changes: 1 addition & 1 deletion shared/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="libretime-shared",
version="3.0.1",
version="3.0.2",
description="LibreTime Shared",
url="https://github.com/libretime/libretime",
author="LibreTime Contributors",
Expand Down
2 changes: 1 addition & 1 deletion worker/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="libretime-worker",
version="3.0.1",
version="3.0.2",
description="LibreTime Worker",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
Expand Down

0 comments on commit d35ee41

Please sign in to comment.