diff --git a/RELEASE-NOTES.adoc b/RELEASE-NOTES.adoc index ff3c591..2102988 100644 --- a/RELEASE-NOTES.adoc +++ b/RELEASE-NOTES.adoc @@ -19,6 +19,12 @@ endif::[] == Table of Contents toc::[] +== v1.0.0-rc1 + +=== Bug fixes + +* Fix EdgeLB pool name when 63 character limit is reached. The Kubernetes cluster name is now properly truncated to not hit the EdgeLB pool name length limit. + == v0.1.0-alpha.13 === Improvements diff --git a/docs/deployment/10-deployment.yaml b/docs/deployment/10-deployment.yaml index 6124865..576927e 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.13 + image: mesosphere/dklb:v1.0.0-rc1 imagePullPolicy: Always args: - /dklb