Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
project: Release v0.1.0-alpha.10
Browse files Browse the repository at this point in the history
Signed-off-by: Simão Reis <[email protected]>
  • Loading branch information
Simão Reis authored and sreis committed Jun 28, 2019
1 parent 4d73088 commit a952203
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE-NOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cluster-name>:<namespace>:<name> format will be renamed to match <cluster-name>:<namespace>:<name>:<http or https>.

=== 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
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/10-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a952203

Please sign in to comment.