Stable version bump.

This commit is contained in:
Buster Neece 2023-01-27 03:41:38 -06:00
parent f57b2e4f41
commit 799f59c4b3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
3 changed files with 16 additions and 7 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';

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: