From 47148a660b3e501973637ec1bfe3f9224671a7ff Mon Sep 17 00:00:00 2001
From: Ryan Garcia <garcia.ryan@solute.us>
Date: Mon, 25 Jan 2021 22:09:04 +0000
Subject: [PATCH] feat: allow sso for kiali, jaeger, prometheus and
 alertmanager via authservice

---
 CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44baf1d9a4..e5eb7f4d8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [1.0.6]
+
+* Added [HAProxy Addon](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/haproxy)
+* Added support for automatically populating configs and settings for the following placing SSO in front of apps without support:
+```
+istio:
+  sso:
+    enabled: true
+    prometheus:
+      client_id:
+      client_secret:
+    alertmanager:
+      client_id:
+      client_secret:
+
+monitoring:
+  sso:
+    enabled: true
+    kiali:
+      client_id:
+      client_secret:
+    jaeger:
+      client_id:
+      client_secret:
+```
+* Added authservice namespace where authservice addon and haproxy deployment will be created.
+* Added global sso options for umbrella which will be applied to all configured authservice chains:
+```
+sso:
+  oidc:
+    host: login.dso.mil
+    realm: baby-yoda
+  certificate_authority: ''
+  jwks: ""
+  client_id: ""
+  client_secret: ""
+```
+* Updated syntax for authservice chains definition.
+
 ## [1.0.5]
 
 * Bumped monitoring chart to consume kiwigrid/sidecar from IronBank
@@ -88,4 +127,4 @@ for setting ingressgateway to use nodeports
 
 * Initial release of Big Bang
 
----
\ No newline at end of file
+---
-- 
GitLab