Hello community, here is the log from the commit of package kured for openSUSE:Factory checked in at 2020-08-16 20:26:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kured (Old) and /work/SRC/openSUSE:Factory/.kured.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kured" Sun Aug 16 20:26:26 2020 rev:15 rq:826666 version:1.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/kured/kured.changes 2020-07-01 18:22:41.229948619 +0200 +++ /work/SRC/openSUSE:Factory/.kured.new.3399/kured.changes 2020-08-16 20:27:16.654098202 +0200 @@ -1,0 +2,18 @@ +Fri Aug 14 11:35:54 UTC 2020 - [email protected] + +- Update to version 1.4.5: + * document how releases are town wrt Helm bits + * bump versions for 1.4.5 release + * Use nindent, not indent + * chart: update readme + * Bump chart version + * Add missing 'end' + * Chart: Support extraEnvVars + * update install instructions to use latest + * update chart version + * Prep for 1.4.4 release + * bump and fix + * split matchLabels template + * restructured and improved service + +------------------------------------------------------------------- Old: ---- kured-1.4.3.tar.gz New: ---- kured-1.4.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kured.spec ++++++ --- /var/tmp/diff_new_pack.bJ3Wfz/_old 2020-08-16 20:27:21.134100680 +0200 +++ /var/tmp/diff_new_pack.bJ3Wfz/_new 2020-08-16 20:27:21.138100681 +0200 @@ -22,9 +22,9 @@ # Project name when using go tooling. %define project github.com/weaveworks/kured # Project upstream commit. -%define commit 2afd04d +%define commit b024898 Name: kured -Version: 1.4.3 +Version: 1.4.5 Release: 0 Summary: Kubernetes daemonset to perform safe automatic node reboots License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bJ3Wfz/_old 2020-08-16 20:27:21.170100699 +0200 +++ /var/tmp/diff_new_pack.bJ3Wfz/_new 2020-08-16 20:27:21.174100701 +0200 @@ -6,7 +6,7 @@ <param name="filename">kured</param> <param name="changesgenerate">enable</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">1.4.3</param> + <param name="revision">1.4.5</param> </service> <service name="set_version" mode="disabled"/> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.bJ3Wfz/_old 2020-08-16 20:27:21.194100712 +0200 +++ /var/tmp/diff_new_pack.bJ3Wfz/_new 2020-08-16 20:27:21.194100712 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/weaveworks/kured.git</param> - <param name="changesrevision">59b078f38d6fc30976bc401e3ae144b453fbc543</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">19b177372ea30d5407e2aac94cd31c5c2bd62fe0</param></service></servicedata> \ No newline at end of file ++++++ kured-1.4.3.tar.gz -> kured-1.4.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/DEVELOPMENT.md new/kured-1.4.5/DEVELOPMENT.md --- old/kured-1.4.3/DEVELOPMENT.md 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/DEVELOPMENT.md 2020-08-05 11:21:15.000000000 +0200 @@ -91,8 +91,14 @@ sed -i "s#docker.io/weaveworks/kured#docker.io/weaveworks/kured:$VERSION#g" "$MANIFEST" ``` -The last thing you need to do is update the `image:` to point to the release -tag, e.g. `docker.io/weaveworks/kured:1.3.0`. +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. + +Finally bump the `version` in `charts/kured/Chart.yaml` and you should be +all set. Now you can head to the Github UI, use the version number as tag and upload the `kured-<release>-dockerhub.yaml` file. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/README.md new/kured-1.4.5/README.md --- old/kured-1.4.3/README.md 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/README.md 2020-08-05 11:21:15.000000000 +0200 @@ -45,7 +45,7 @@ | kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | |--------|---------|------------------|---------------------|-----------------------------------| | master | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x | -| 1.4.2 | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.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 | | 1.1.0 | 1.12.1 | v9.0.0 | release-1.12 | 1.11.x, 1.12.x, 1.13.x | @@ -64,7 +64,8 @@ or Slack notifications: ```console -kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.3.0/kured-1.3.0-dockerhub.yaml +latest=$(curl -s https://api.github.com/repos/weaveworks/kured/releases | jq -r .[0].tag_name) +kubectl apply -f "https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml ``` If you want to customise the installation, download the manifest and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/charts/kured/Chart.yaml new/kured-1.4.5/charts/kured/Chart.yaml --- old/kured-1.4.3/charts/kured/Chart.yaml 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/charts/kured/Chart.yaml 2020-08-05 11:21:15.000000000 +0200 @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.4.3" +appVersion: "1.4.5" description: A Helm chart for kured name: kured -version: 2.0.2 +version: 2.1.1 home: https://github.com/weaveworks/kured maintainers: - name: dholbach diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/charts/kured/README.md new/kured-1.4.5/charts/kured/README.md --- old/kured-1.4.3/charts/kured/README.md 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/charts/kured/README.md 2020-08-05 11:21:15.000000000 +0200 @@ -36,12 +36,13 @@ | Config | Description | Default | | ------ | ----------- | ------- | | `image.repository` | Image repository | `weaveworks/kured` | -| `image.tag` | Image tag | `1.4.3` | +| `image.tag` | Image tag | `1.4.4` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `updateStrategy` | Daemonset update strategy | `OnDelete` | | `podAnnotations` | Annotations to apply to pods (eg to add Prometheus annotations) | `{}` | | `extraArgs` | Extra arguments to pass to `/usr/bin/kured`. See below. | `{}` | +| `extraEnvVars` | Array of environment variables to pass to the daemonset. | `{}` | | `configuration.annotationTtl` | cli-parameter `--annotation-ttl` | `0` | | `configuration.alertFilterRegexp` | cli-parameter `--alert-filter-regexp` | `""` | | `configuration.blockingPodSelector` | Array of selectors for multiple cli-parameters `--blocking-pod-selector` | `[]` | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/charts/kured/templates/daemonset.yaml new/kured-1.4.5/charts/kured/templates/daemonset.yaml --- old/kured-1.4.3/charts/kured/templates/daemonset.yaml 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/charts/kured/templates/daemonset.yaml 2020-08-05 11:21:15.000000000 +0200 @@ -104,6 +104,9 @@ valueFrom: fieldRef: fieldPath: spec.nodeName + {{- if .Values.extraEnvVars }} + {{ toYaml .Values.extraEnvVars | nindent 12 }} + {{- end }} {{- with .Values.tolerations }} tolerations: {{ toYaml . | indent 8 }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kured-1.4.3/charts/kured/values.yaml new/kured-1.4.5/charts/kured/values.yaml --- old/kured-1.4.3/charts/kured/values.yaml 2020-06-30 20:28:30.000000000 +0200 +++ new/kured-1.4.5/charts/kured/values.yaml 2020-08-05 11:21:15.000000000 +0200 @@ -1,6 +1,6 @@ image: repository: weaveworks/kured - tag: 1.4.3 + tag: 1.4.5 pullPolicy: IfNotPresent pullSecrets: [] @@ -10,6 +10,15 @@ extraArgs: {} +extraEnvVars: +# - name: slackHookUrl +# valueFrom: +# secretKeyRef: +# name: secret_name +# key: secret_key +# - name: regularEnvVariable +# value: 123 + configuration: annotationTtl: 0 # force clean annotation after this ammount of time (default 0, disabled) alertFilterRegexp: "" # alert names to ignore when checking for active alerts ++++++ vendor.tar.gz ++++++
