From 8a386107173c4b523702b07eb1940a82e7c4187a Mon Sep 17 00:00:00 2001 From: Jonas Keinholz Date: Sat, 22 Jun 2019 14:52:58 +0200 Subject: [PATCH] chore: release build 14 --- CHANGELOG.md | 6 ++++++ src/config/autoload/global.php | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d58a1f..5a0651ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [Build 14] - 2019-06-22 + +### Internal + +- Use versionized `assets_host` and `bundle_host` + ## [Build 13] - 2019-06-19 ### Added diff --git a/src/config/autoload/global.php b/src/config/autoload/global.php index d4a37a3b..1232e6f9 100644 --- a/src/config/autoload/global.php +++ b/src/config/autoload/global.php @@ -21,7 +21,7 @@ * @link https://github.com/serlo-org/athene2 for the canonical source repository */ return [ - 'version' => '13', + 'version' => '14', 'brand' => [ 'instances' => [ 'deutsch' => [ @@ -112,8 +112,8 @@ ], ], 'assets' => [ - 'bundle_host' => 'https://packages.serlo.org/athene2-assets@b/', - 'assets_host' => 'https://assets.serlo.org/athene2-assets/', + 'assets_host' => 'https://packages.serlo.org/static-assets@1/', + 'bundle_host' => 'https://packages.serlo.org/athene2-assets@4/', 'editor_renderer' => 'https://europe-west1-serlo-assets.cloudfunctions.net/editor-renderer-a', ], ];