From ddd7c9e38e9288ce2d205f4bf554a32d00d4b69c Mon Sep 17 00:00:00 2001 From: Jeff Pihach Date: Thu, 22 Aug 2019 11:43:55 -0600 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d828a1df..33a4c8adc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ 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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.15.0] - 2019-08-22 ### Changed +- Upgraded jaaslib to remove request for `revision-info` on Charmstore requests. +- Series list has been updated to include new OS series. - Added Prettier to the codebase to format `.scss` files. - Update to Xterm 3.8.0. - Browserify has been replaced with Webpack which also now builds the SCSS files. @@ -16,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace components with juju-react-components. ### Fixed +- Forced Cloud facade to v2 to support UpdateCredentials method. +- Updated broken links in deployment flow. - Broken GCP cloud logo in Firefox. - Repeating port values on Status pane. - Broken styles on the Status pane. @@ -24,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Entity details pages no longer have sticky headers. +- It's no longer possible to deploy k8s charms via the GUI. ## [2.14.1] - 2018-10-26 ### Changed