From b011e19ada9fcf696cad76e4084bfcd0cb554ad6 Mon Sep 17 00:00:00 2001 From: Pires Date: Fri, 7 Jun 2019 11:20:55 +0100 Subject: [PATCH] project: bump to 0.11.0 Signed-off-by: Pires --- RELEASE-NOTES.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.adoc b/RELEASE-NOTES.adoc index 95aaad3..84a7260 100644 --- a/RELEASE-NOTES.adoc +++ b/RELEASE-NOTES.adoc @@ -10,12 +10,23 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] -== Changes in `HEAD` +== Changes in `0.11.0` -=== Breaking changes +=== Deprecations + +* Added support for Kubernetes 1.13+, and dropped support for previous versions. + +=== Improvements * Added support for Kubernetes 1.13+, and dropped support for previous versions. * Docker images are now based off of `gcr.io/distroless/static` instead of Alpine whenever possible. +* Added support for defining Aerospike server resource limits. +* Miscellaneous improvements to build and runtime, including bump to Go 1.12.5 and adopt Go modules. + + +=== Bug Fixes + +* None == Changes in `0.10.1`