Skip to content

Commit

Permalink
Prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Aug 3, 2021
1 parent 9fda0cd commit f0b2eef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/kobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/helm/kobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomize/kobs/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `{}` |
Expand Down

0 comments on commit f0b2eef

Please sign in to comment.