Skip to content

Commit

Permalink
Prepare release v0.3.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Jun 3, 2021
1 parent 293aede commit 8a8d80e
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.3.0](https://github.com/kobsio/kobs/releases/tag/v0.3.0) (2021-06-03)

### Added

- [#45](https://github.com/kobsio/kobs/pull/45): Add value mappings for `sparkline` charts in the Prometheus plugin.
- [#49](https://github.com/kobsio/kobs/pull/49): Add new chart type `table` for Prometheus plugin, which allows a user to render the results of multiple Prometheus queries in ab table.
- [#51](https://github.com/kobsio/kobs/pull/51): Add new command-line flag to forbid access for resources.
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.4.2
appVersion: v0.2.0
version: 0.4.3
appVersion: v0.3.0
2 changes: 1 addition & 1 deletion deploy/helm/kobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pod:
kobs:
image:
repository: kobsio/kobs
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent

## Specify security settings for the kobs Container. They override settings made at the Pod level via the
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:0.2.0"
image: "kobsio/kobs:v0.3.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 @@ -62,7 +62,7 @@ helm upgrade kobs kobs/kobs
| `pod.annotations` | Specify additional annotations for the created Pods. | `{}` |
| `pod.labels` | Specify additional labels for the created 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.2.0` |
| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.3.0` |
| `kobs.image.pullPolicy` | The image pull policy for the Docker image. | `IfNotPresent` |
| `kobs.securityContext` | Specify security settings for the kobs Container. They override settings made at the Pod level via the `podSecurityContext` when there is overlap. | `{}` |
| `kobs.resources` | Set cpu and memory requests and limits for the kobs container. | `{}` |
Expand Down

0 comments on commit 8a8d80e

Please sign in to comment.