From d390e31b9fcc0e20ef5780d564c1b771c62ebc14 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Thu, 2 May 2019 17:26:18 +0200 Subject: [PATCH] Update Changelog for release 2019-05-02 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944d3af9c61..c792ba52933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 2019-04-09 #746 + +## Documentation changes + +* Improved Cassandra documentation in `docs/README.md` +* Improved documentation on SCIM storage in `docs/README.md` +* Improved documentation on SCIM Tokens in `docs/reference/provisioning/scim-token.md` + +## Bug fixes + +* Sanitize metric names to be valid prometheus names in metrics-core +* Add missing a `.git` suffix on gitlab dependencies in stack.yaml + +## Features + +* Services now provide Prometheus metrics on `/i/metrics` +* Garbage Collection and memory statistics are available alongside other prometheus metrics + +## Internal Changes + +* Scim handlers are now reported according to SCIM error schema +* Alpine Builder is no longer built with `--profile` +* SCIM users now have an additional wire-specific schema attached. + +## Changes (potentially) requiring action +* `/i/monitoring` is *DEPRECATED*. Please use prometheus metrics provided by `/i/metrics` instead. +* On password reset the new password must be different than the old one +* Stern is now available as a new tool for performing adminstrative tasks via API (#720) + # 2019-04-09 #710 ## API changes