From a952203ff4f84208866e575b5e61680e37bd0591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sima=CC=83o=20Reis?= Date: Thu, 27 Jun 2019 15:45:37 +0000 Subject: [PATCH] project: Release v0.1.0-alpha.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simão Reis --- RELEASE-NOTES.adoc | 18 ++++++++++++++++++ docs/deployment/10-deployment.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.adoc b/RELEASE-NOTES.adoc index 7709d49..84d816b 100644 --- a/RELEASE-NOTES.adoc +++ b/RELEASE-NOTES.adoc @@ -19,6 +19,24 @@ endif::[] == Table of Contents toc::[] +== v0.1.0-alpha.10 + +=== Breaking changes + +* The EdgeLB frontend created for the HTTP listener and currently named according to the :: format will be renamed to match :::. + +=== Improvements + +* TLS for Ingress + +=== Bug fixes + +* Fix a bug which caused `dklb` to pick up Ingresses without the required annotation (https://github.com/mesosphere/dklb/pull/32[#32]). + +=== Documentation + +* Add example to show how to deploy an Ingress with TLS enabled https://github.com/mesosphere/dklb/pull/32[#32]). + == v0.1.0-alpha.9 === Breaking changes diff --git a/docs/deployment/10-deployment.yaml b/docs/deployment/10-deployment.yaml index a4f0098..26082f3 100644 --- a/docs/deployment/10-deployment.yaml +++ b/docs/deployment/10-deployment.yaml @@ -37,7 +37,7 @@ spec: priorityClassName: system-node-critical containers: - name: dklb - image: mesosphere/dklb:v0.1.0-alpha.9 + image: mesosphere/dklb:v0.1.0-alpha.10 imagePullPolicy: Always args: - /dklb