From f0b2eef4a5e5bf98dabf1532379d0b9a0b15b703 Mon Sep 17 00:00:00 2001 From: ricoberger Date: Tue, 3 Aug 2021 20:24:50 +0200 Subject: [PATCH] Prepare release v0.5.0 --- CHANGELOG.md | 8 ++++++++ deploy/helm/kobs/Chart.yaml | 4 ++-- deploy/helm/kobs/values.yaml | 2 +- deploy/kustomize/kobs/deployment.yaml | 2 +- docs/installation/helm.md | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4bfa4ae..bef01799b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan ### Added +### Fixed + +### Changed + +## [v0.5.0](https://github.com/kobsio/kobs/releases/tag/v0.5.0) (2021-08-03) + +### Added + - [#81](https://github.com/kobsio/kobs/pull/81): Add markdown plugin, which can be used to render a markdown formatted text in a dashboard panel. - [#83](https://github.com/kobsio/kobs/pull/83): Extend Kubernetes resource with Teams, Applications and Dashboards via annotations. - [#84](https://github.com/kobsio/kobs/pull/84): Add actions for resource, so that they can be modified or deleted within kobs. diff --git a/deploy/helm/kobs/Chart.yaml b/deploy/helm/kobs/Chart.yaml index ee7f90074..af30fafb7 100644 --- a/deploy/helm/kobs/Chart.yaml +++ b/deploy/helm/kobs/Chart.yaml @@ -4,5 +4,5 @@ description: Kubernetes Observability Platform type: application home: https://kobs.io icon: https://kobs.io/assets/images/logo.svg -version: 0.5.0 -appVersion: v0.4.0 +version: 0.5.1 +appVersion: v0.5.0 diff --git a/deploy/helm/kobs/values.yaml b/deploy/helm/kobs/values.yaml index be0766435..8cbe5e1d4 100644 --- a/deploy/helm/kobs/values.yaml +++ b/deploy/helm/kobs/values.yaml @@ -43,7 +43,7 @@ kobs: ## image: repository: kobsio/kobs - tag: v0.4.0 + tag: v0.5.0 pullPolicy: IfNotPresent ## Specify additional labels and annotations for the created Pods. diff --git a/deploy/kustomize/kobs/deployment.yaml b/deploy/kustomize/kobs/deployment.yaml index a7b24b37c..628204cfc 100644 --- a/deploy/kustomize/kobs/deployment.yaml +++ b/deploy/kustomize/kobs/deployment.yaml @@ -22,7 +22,7 @@ spec: serviceAccountName: kobs containers: - name: kobs - image: "kobsio/kobs:v0.4.0" + image: "kobsio/kobs:v0.5.0" imagePullPolicy: IfNotPresent args: - --log.level=info diff --git a/docs/installation/helm.md b/docs/installation/helm.md index bced67be2..c7367db93 100644 --- a/docs/installation/helm.md +++ b/docs/installation/helm.md @@ -57,7 +57,7 @@ helm upgrade kobs kobs/kobs | `tolerations` | Specify the tolerations for the kobs Pods. | `[]` | | `affinity` | Specify a node affinity or inter-pod affinity / anti-affinity for an advanced scheduling of the kobs Pods. | `{}` | | `kobs.image.repository` | The repository for the Docker image. | `kobsio/kobs` | -| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.4.0` | +| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.5.0` | | `kobs.image.pullPolicy` | The image pull policy for the Docker image. | `IfNotPresent` | | `kobs.annotations` | Specify additional annotations for the created Pods. | `{}` | | `kobs.labels` | Specify additional labels for the created Pods. | `{}` |