From 4b4bbafc539f74f6800ecb62fc17bf29c2581e40 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 15 Nov 2018 15:11:53 +0000 Subject: [PATCH 1/2] Bump baked-in kubectl to 1.11.3 Now that Kubernetes 1.12 is GA, we are running into problems where YAMLs that are valid for 1.12 are rejected by kubectl. For example, it doesn't like validation of custom resources -- something we use ourselves in the HelmRelease CRD. kubectl versions are officially compatible with one version behind and one version ahead; this effectively drops support for Kubernetes 1.9, though I would expect it to still work. (For reference, Kubernetes 1.10 was released in March 2018.) --- docker/kubectl.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/kubectl.version b/docker/kubectl.version index 431b93ae0..47d4ecef5 100644 --- a/docker/kubectl.version +++ b/docker/kubectl.version @@ -1,2 +1,2 @@ -KUBECTL_VERSION=v1.9.0 -KUBECTL_CHECKSUM=ba96c8e71dba68b1b3abcad769392fb4df53e402cb65ef25cd176346ee2c39e8 +KUBECTL_VERSION=v1.11.3 +KUBECTL_CHECKSUM=14a70ac05c00fcfd7d632fc9e7a5fbc6615ce1b370bb1a0e506a24972d461493 From cf715a36bec52dc19a01108794ba63a2fcf94031 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 15 Nov 2018 15:29:13 +0000 Subject: [PATCH 2/2] Add note re kubectl version to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee162814..7a4568323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ operator is in [./CHANGELOG-helmop.md](./CHANGELOG-helmop.md). This release completes the support for `HelmRelease` resources as used by the Helm operator from v0.5 onwards. +**Note** This release bakes in `kubectl` v.1.11.3, while previous +releases used v1.9.0. Officially, `kubectl` is compatible with one +minor version before and one minor version after its own, i.e., now +v1.10-1.12. In practice, it may work fine for most purposes in a wider +range. If you run into difficulties relating to the `kubectl` version, +[contact us](README.md#help). + ### Fixes - Deal correctly with port numbers in images, when updating