Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrennz committed Dec 4, 2024
1 parent 1b516ff commit be00d0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/cloudzero-agent/docs/releases/1.0.3-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.0.3-beta](https://github.com/Cloudzero/cloudzero-agent/compare/v1.0.1-beta...v1.0.3-beta) (2024-11-20)

Diagnostic KSM check (kube_state_metrics_reachable) run by the Validator now validates all required KSM metrics during the `post-start` phase of the Agent.

### Upgrade Steps
* Upgrade with:
```sh
helm upgrade --install <RELEASE_NAME> cloudzero-beta/cloudzero-agent -n <NAMESPACE> --create-namespace -f configuration.example.yaml --version 1.0.3-beta
```
See the [beta installation instructions](https://github.com/Cloudzero/cloudzero-charts/blob/develop/charts/cloudzero-agent/BETA-INSTALLATION.md) for further detail

### Improvements
* Diagnostic KSM check (kube_state_metrics_reachable) run by the Validator now validates all required KSM metrics during the `post-start` phase of the Agent.

0 comments on commit be00d0d

Please sign in to comment.