From 19d7dee4aa6ede9083d6bc4520d571ccb5b4e114 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 1 Sep 2020 11:38:17 +0200 Subject: [PATCH] Prepare 1.5.0 release - update chart versions - update release documentation - Christian and David are the chart maintainers --- DEVELOPMENT.md | 5 +++-- README.md | 1 + charts/kured/Chart.yaml | 8 ++++---- charts/kured/README.md | 2 +- charts/kured/values.yaml | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d66151f..7207e0a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -94,8 +94,9 @@ sed -i "s#docker.io/weaveworks/kured#docker.io/weaveworks/kured:$VERSION#g" "$MA To make this available for our Helm users, please make sure you update the image version in -- `charts/kured/values.yaml` (`tag`) and -- `charts/kured/Chart.yaml` (`appVersion`) as well. +- `charts/kured/values.yaml` (`tag`), +- `charts/kured/Chart.yaml` (`appVersion`) and +- `charts/kured/README.md` (`image.tag`) as well. Finally bump the `version` in `charts/kured/Chart.yaml` and you should be all set. diff --git a/README.md b/README.md index 7756b76..2ddd20e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ compatibility of one minor version between client and server: | kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | |--------|---------|------------------|---------------------|-----------------------------------| | master | 1.18.8 | v0.18.8 | v0.18.8 | 1.17.x, 1.18.x, 1.19.x | +| 1.5.0 | 1.18.8 | v0.18.8 | v0.18.8 | 1.17.x, 1.18.x, 1.19.x | | 1.4.4 | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x | | 1.3.0 | 1.15.10 | v12.0.0 | release-1.15 | 1.15.x, 1.16.x, 1.17.x | | 1.2.0 | 1.13.6 | v10.0.0 | release-1.13 | 1.12.x, 1.13.x, 1.14.x | diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 24d667c..bea2821 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v1 -appVersion: "1.4.5" +appVersion: "1.5.0" description: A Helm chart for kured name: kured -version: 2.1.1 +version: 2.2.0 home: https://github.com/weaveworks/kured maintainers: - - name: dholbach - email: daniel@weave.works - name: ckotzbauer email: christian.kotzbauer@gmail.com + - name: davidkarlsen + email: david@davidkarlsen.com sources: - https://github.com/weaveworks/kured icon: https://raw.githubusercontent.com/weaveworks/kured/master/img/logo.png diff --git a/charts/kured/README.md b/charts/kured/README.md index fbe2854..a5839da 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -36,7 +36,7 @@ The following changes have been made compared to the stable chart: | Config | Description | Default | | ------ | ----------- | ------- | | `image.repository` | Image repository | `weaveworks/kured` | -| `image.tag` | Image tag | `1.4.4` | +| `image.tag` | Image tag | `1.5.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `updateStrategy` | Daemonset update strategy | `OnDelete` | diff --git a/charts/kured/values.yaml b/charts/kured/values.yaml index ca60d57..7785cd3 100644 --- a/charts/kured/values.yaml +++ b/charts/kured/values.yaml @@ -1,6 +1,6 @@ image: repository: weaveworks/kured - tag: 1.4.5 + tag: 1.5.0 pullPolicy: IfNotPresent pullSecrets: []