Skip to content

Commit

Permalink
Prepare release v0.7.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Nov 19, 2021
1 parent 31ea86a commit 6f6955a
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.7.0](https://github.com/kobsio/kobs/releases/tag/v0.7.0) (2021-11-19)

### Added

- [#177](https://github.com/kobsio/kobs/pull/177): [istio] Add Istio plugin to get an overview of all applications in the service mesh.
- [#182](https://github.com/kobsio/kobs/pull/182): [istio] Add top and tap commands and add details view for metrics.
- [#183](https://github.com/kobsio/kobs/pull/183): [istio] Add panels and documentation and use the `destination_app` label instead of `destination_workload` for the Prometheus metrics.
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.8.0
appVersion: v0.6.0
version: 0.8.1
appVersion: v0.7.0
2 changes: 1 addition & 1 deletion deploy/helm/kobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kobs:
##
image:
repository: kobsio/kobs
tag: v0.6.0
tag: v0.7.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.6.0"
image: "kobsio/kobs:v0.7.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 @@ -58,7 +58,7 @@ helm upgrade --install kobs kobs/kobs
| `affinity` | Specify a node affinity or inter-pod affinity / anti-affinity for an advanced scheduling of the kobs Pods. | `{}` |
| `volumes` | Specify additional volumes for the kobs deployment. | `[]` |
| `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.6.0` |
| `kobs.image.tag` | The tag of the Docker image which should be used. | `v0.7.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 6f6955a

Please sign in to comment.