Releases: Cloudzero/cloudzero-charts
1.0.0-beta-5
1.0.0-beta-5 (2024-12-19)
New Features
- Automatic detection and reconfiguration of secrets rotation
- Automatic detection and reconfiguration of TLS Certificate rotation
- Default insights controller logging level set to "info"
- AntiAffinity support for insights replicaset (best effort)
- Insights controller cleans Cloud Account ID configuration value upon start
Upgrade Steps
To upgrade, run the following command:
helm upgrade --install <RELEASE_NAME> cloudzero-beta/cloudzero-agent -n <NAMESPACE> --create-namespace -f configuration.example.yaml --version 1.0.0-beta-5
For more details, see the beta installation instructions.
Improvements
- Availability Enhancement: Healthcheck support ensures that requests are only forwarded to replica instances that are ready to accept work.
- Security Policy Enhancements: The application can now react to changes in the Cloudzero API Secret or TLS Certificates. In production environments, these secret values will rotate and update periodically. Instead of restarting the service, which can be costly, the application can now react to key changes and reinitialize the related layer.
- Monitoring Statistics: Added monitoring statistics on the insights controller.
- Performance Improvements: Various performance improvements have been made.
- Metrics Service: Now possible to override if required by a customer.
Security Scan Results
Image | Scanner | Scan Date | Critical | High | Medium | Low | Negligible |
---|---|---|---|---|---|---|---|
ghcr.io/cloudzero/cloudzero-insights-controller/cloudzero-insights-controller:0.0.6 | Grype | 2024-12-19 | 0 | 0 | 0 | 0 | 0 |
ghcr.io/cloudzero/cloudzero-agent-validator/cloudzero-agent-validator:0.10.0 | Grype | 2024-12-19 | 0 | 0 | 0 | 0 | 0 |
[DEPRECATED] 0.0.29-beta
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
Release 0.0.29-beta Changes
- add new cloudzero-metrics-service
0.0.28
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
Release 0.0.28 Changes
b9aee9f Update Chart.yaml to version 0.0.28
0.0.27
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
Release 0.0.27 Changes
- Pins the version of the CloudZero Agent Validator container image, which fixes the issue in which the
env-validator
container prevents the server pod from starting and results in a CrashLoopBackoff state
e7338cc Update Chart.yaml to version 0.0.27
0.0.26
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
Release 0.0.26 Changes
- Update README.md by @wreckedred in #73
- updated scrape intervals to default to 120s by @roberthocking in #74
Full Changelog: 0.0.25...0.0.26
0.0.25
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
What's Changed
- trim all special characters from provided input value strings by @josephbarnett in #72
Full Changelog: 0.0.24...0.0.25
0.0.24
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
What's Changed
- refactor release process
- update default label filters
- sanitize whitespace from input variables
Full Changelog: 0.0.21...0.0.24
0.0.23
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
What's Changed
- refactor release process
- update default label filters
- sanitize whitespace from input variables
Full Changelog: 0.0.21...0.0.23
0.0.22
Installation Instructions
Please follow the Installation Instructions provided in this releases README.
What's Changed
- refactor release process
- update default label filters
- sanitize whitespace from input variables
Full Changelog: 0.0.21...0.0.22
0.0.21
What's Changed
- CP-20643 sanitize parameters for whitespace before use by @josephbarnett in #66
Full Changelog: 0.0.20...0.0.21
Installation Instructions
Please follow the Installation Instructions provided in this releases README.