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.12
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 Jul 3, 2019
1 parent 8630870 commit 4f92a25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ endif::[]
== Table of Contents
toc::[]

== v0.1.0-alpha.12

=== Breaking changes

* The EdgeLB pool configuration was renamed from cloudProvider.aws.elb to cloudProvider.aws.elbs in version 1.4.0. To use NLB functionality we now require EdgeLB built from master (commit https://github.com/mesosphere/dcos-edge-lb/commit/d3547ca23ba9b4a07b91e33562868b731330c855[d3547ca]) or version 1.4.0.

=== Improvements

* EdgeLB version bump

== v0.1.0-alpha.11

=== Bug fixes
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.11
image: mesosphere/dklb:v0.1.0-alpha.12
imagePullPolicy: Always
args:
- /dklb
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/00-installing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install `dklb`, the following prerequisites must be met:
** DC/OS must be v1.12.0 or later.
** EdgeLB must be built and installed from the https://github.com/mesosphere/dcos-edge-lb/tree/master[`master`] branch.
A stub-universe is available, see https://github.com/mesosphere/dcos-edge-lb#stub-universe[here] for details.
*** EdgeLB https://docs.mesosphere.com/services/edge-lb/1.3/[`v1.3.0`] may be used instead, but some functionality will be missing.
*** EdgeLB https://docs.mesosphere.com/services/edge-lb/1.4/[`v1.4.0`] may be used instead, but some functionality might be missing.
* An https://mesosphere.com/product/kubernetes-engine/[MKE] https://docs.mesosphere.com/services/kubernetes/2.2.0-1.13.3/[`v2.2.0-1.13.3`] (or later) cluster.
** The current kubeconfig context must be configured to point at this cluster.

Expand Down

0 comments on commit 4f92a25

Please sign in to comment.