Merge commit '799f59c4b31398656ec557faa040a9319df13db6' into feature/meilisearch

This commit is contained in:
Buster Neece 2023-01-27 03:45:33 -06:00
commit ca484c8534
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
43 changed files with 63444 additions and 97272 deletions

View File

@ -5,6 +5,16 @@ release channel, you can take advantage of these new features and fixes.
## New Features/Changes ## New Features/Changes
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.17.7 (Jan 27, 2023)
## New Features/Changes
- **Web Updater**: We're rolling out an initial test of our web updater component for Docker installations. Based on - **Web Updater**: We're rolling out an initial test of our web updater component for Docker installations. Based on
[Watchtower](https://containrrr.dev/watchtower/), our updater sits outside our normal Docker image and can handle [Watchtower](https://containrrr.dev/watchtower/), our updater sits outside our normal Docker image and can handle
pulling the latest image for your installation, spinning down the current version and updating to the newer one, all pulling the latest image for your installation, spinning down the current version and updating to the newer one, all

View File

@ -16,7 +16,7 @@ use Symfony\Component\Process\Process;
final class Version final class Version
{ {
/** @var string Version that is displayed if no Git repository information is present. */ /** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.17.6'; public const FALLBACK_VERSION = '0.17.7';
public const UPDATE_URL = 'https://docs.azuracast.com/en/getting-started/updates'; public const UPDATE_URL = 'https://docs.azuracast.com/en/getting-started/updates';
public const CHANGELOG_URL = 'https://github.com/AzuraCast/AzuraCast/blob/main/CHANGELOG.md'; public const CHANGELOG_URL = 'https://github.com/AzuraCast/AzuraCast/blob/main/CHANGELOG.md';

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ info:
license: license:
name: 'Apache 2.0' name: 'Apache 2.0'
url: 'https://www.apache.org/licenses/LICENSE-2.0.html' url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
version: 0.17.6 version: 0.17.7
servers: servers:
- -
url: 'https://demo.azuracast.com/api' url: 'https://demo.azuracast.com/api'
@ -4641,11 +4641,10 @@ components:
type: string type: string
example: UTC example: UTC
nullable: true nullable: true
default_album_art_url: branding_config:
description: 'The station-specific default album artwork URL.' description: 'An array containing station-specific branding configuration'
type: string type: array
example: 'https://example.com/image.jpg' items: { }
nullable: true
StationHlsStream: StationHlsStream:
type: object type: object
allOf: allOf: