Merge branch 'pre-release/1.3.0' into develop
This commit is contained in:
commit
c48b62da94
41 changed files with 2504 additions and 1687 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -9,6 +9,22 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
|||
|
||||
<!-- towncrier -->
|
||||
|
||||
## 1.3.0-rc6 (2023-05-12)
|
||||
|
||||
Updates since 1.3.0-rc5
|
||||
|
||||
- Add systemd update instructions to Debian upgrade instructions (#1966)
|
||||
- Fix broken links in CHANGELOG (#1976)
|
||||
- Add generic upgrade instructions to Docker postgres documentation (#2049)
|
||||
- Added Nginx regeneration instructions to Debian update guide (#2050)
|
||||
- Fixed mobile player element widths (#2054)
|
||||
- Allow summary field of actors to be blank. This leaves actors valid that have a blank (`""`) summary field and allows follows from those.
|
||||
- Fix front album tracks count translation
|
||||
- Prefer str over dict for the CACHE_URL api setting\
|
||||
This fix the ability to reuse the CACHE_URL with other settings such as\
|
||||
CELERY_BROKER_URL.\
|
||||
Move api docker hardcoded env vars in the settings module\
|
||||
|
||||
## 1.3.0-rc5 (2023-03-26)
|
||||
|
||||
Updates since 1.3.0-rc4
|
||||
|
|
@ -98,7 +114,7 @@ Update instructions:
|
|||
|
||||
After this you can continue to use the **docker compose** syntax for all Docker management tasks.
|
||||
|
||||
- Upgrade Postgres to version 15. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container)
|
||||
- Upgrade Postgres to version 15. [Make sure to migrate!](https://docs.funkwhale.audio/administrator/upgrade/docker.html#upgrade-the-postgres-container)
|
||||
- With this update Funkwhale starts using poetry to maintain its dependencies. We therefore recommend
|
||||
removing the old virtualenv by running `rm -rf /srv/funkwhale/virtualenv`.
|
||||
|
||||
|
|
@ -685,9 +701,7 @@ Committers:
|
|||
|
||||
Upgrade instructions are available at https://docs.funkwhale.audio/admin/upgrading.html
|
||||
|
||||
Due to a bug in our CI Pipeline frontend artifacts are not available at
|
||||
https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.0/download?job=build_front as they would usually.
|
||||
Please use this URL to get your frontend build: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81069/artifacts/download
|
||||
Due to a bug in our CI Pipeline, you need to download the frontend artifact here: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81069/artifacts/download
|
||||
|
||||
If you are running the All-in-One-Container since a longer time, you probably need to manually migrate your database information. If that's the case, you will get a message like this:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue