From afaac41842b6d9dc03f3b9f5c3df092cfecafa5c Mon Sep 17 00:00:00 2001 From: Daniel Turner Date: Mon, 19 Aug 2019 11:25:21 -0400 Subject: [PATCH] readme/changelog --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b164051c6..0affab02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,16 @@ *Important!* - The next release will be 1.0.0, which means that master will contain breaking changes. +*Other* +- We now require Ruby 2.4.x since Ruby 2.3 is past EoL. + ## 0.28.0 *Enhancements* - Officially support Kubernetes 1.15 ([#546](https://github.com/Shopify/kubernetes-deploy/pull/546)) - Make sure that we only declare a Service of type LoadBalancer as deployed after its IP address is published. [#547](https://github.com/Shopify/kubernetes-deploy/pull/547) - Add more validations to `RunnerTask`. [#554](https://github.com/Shopify/kubernetes-deploy/pull/554) -- Validate secrets with `--server-dry-run` on supported clusters. [#553](https://github.com/Shopify/kubernetes-deploy/pull/553) +- Validate secrets with `--server-dry-run` on supported clusters. [#553](https://github.com/Shopify/kubernetes-deploy/pull/553) *Bug Fixes* - Fix a bug in rendering where we failed to add a yaml doc separator (`---`) to an implicit document if there are multiple documents in the file. diff --git a/README.md b/README.md index 70589ce97..c969e933e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This repo also includes related tools for [running tasks](#kubernetes-run) and [ ## Prerequisites -* Ruby 2.3+ +* Ruby 2.4+ * Your cluster must be running Kubernetes v1.11.0 or higher1 * Each app must have a deploy directory containing its Kubernetes templates (see [Templates](#using-templates-and-variables))