Skip to content

Commit 8a8d80e

Browse files
authored
Prepare release v0.3.0 (#70)
1 parent 293aede commit 8a8d80e

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
1010

1111
### Added
1212

13+
### Fixed
14+
15+
### Changed
16+
17+
## [v0.3.0](https://github.com/kobsio/kobs/releases/tag/v0.3.0) (2021-06-03)
18+
19+
### Added
20+
1321
- [#45](https://github.com/kobsio/kobs/pull/45): Add value mappings for `sparkline` charts in the Prometheus plugin.
1422
- [#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.
1523
- [#51](https://github.com/kobsio/kobs/pull/51): Add new command-line flag to forbid access for resources.

deploy/helm/kobs/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Kubernetes Observability Platform
44
type: application
55
home: https://kobs.io
66
icon: https://kobs.io/assets/images/logo.svg
7-
version: 0.4.2
8-
appVersion: v0.2.0
7+
version: 0.4.3
8+
appVersion: v0.3.0

deploy/helm/kobs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pod:
4545
kobs:
4646
image:
4747
repository: kobsio/kobs
48-
tag: v0.2.0
48+
tag: v0.3.0
4949
pullPolicy: IfNotPresent
5050

5151
## Specify security settings for the kobs Container. They override settings made at the Pod level via the

deploy/kustomize/kobs/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: kobs
2323
containers:
2424
- name: kobs
25-
image: "kobsio/kobs:0.2.0"
25+
image: "kobsio/kobs:v0.3.0"
2626
imagePullPolicy: IfNotPresent
2727
args:
2828
- --log.level=info

docs/installation/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ helm upgrade kobs kobs/kobs
6262
| `pod.annotations` | Specify additional annotations for the created Pods. | `{}` |
6363
| `pod.labels` | Specify additional labels for the created Pods. | `{}` |
6464
| `kobs.image.repository` | The repository for the Docker image. | `kobsio/kobs` |
65-
| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.2.0` |
65+
| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.3.0` |
6666
| `kobs.image.pullPolicy` | The image pull policy for the Docker image. | `IfNotPresent` |
6767
| `kobs.securityContext` | Specify security settings for the kobs Container. They override settings made at the Pod level via the `podSecurityContext` when there is overlap. | `{}` |
6868
| `kobs.resources` | Set cpu and memory requests and limits for the kobs container. | `{}` |

0 commit comments

Comments
 (0)