Skip to content

Commit 347ed92

Browse files
authored
CP-30788: add release notes for v1.2.4 (#360)
1 parent c959251 commit 347ed92

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

helm/docs/releases/1.2.4.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## [1.2.4](https://github.com/Cloudzero/cloudzero-agent/compare/v1.2.3...v1.2.4) (2025-07-17)
2+
3+
Release 1.2.4 is a maintenance release including **Improved Metrics Filtering**, and **Collector Interval Adjustments** for better performance. This release focuses on operational improvements, build efficiency, and enhanced visibility into metric processing.
4+
5+
### Key Features
6+
7+
- **Optimized Collection Intervals**: Increased cost metrics collection interval from 10 minutes to 30 minutes for better performance in smaller clusters, while reducing observability metrics timeout to 10 minutes to maintain cluster connectivity visibility.
8+
- **Enhanced Scout Auto-Detection**: The confload job now leverages the Scout system to automatically detect cloud environment metadata (region, account ID, cluster name) when these values are not explicitly provided, significantly simplifying deployment configuration.
9+
- **Dramatic Docker Build Performance**: Build times reduced from 2:30-3:00 minutes to ~12 seconds through multi-stage builds with platform-specific caching, selective file copying, and conditional dependency generation.
10+
- **Dropped Metrics Tracking**: The metric filter now provides visibility into filtered-out metrics through debug logging, making it easier to debug filter configurations and understand metric processing behavior.
11+
12+
### Additional Enhancements
13+
14+
- **Backfiller Reliability**: Fixed GroupVersionKind issues and race conditions in namespace and node processing, with comprehensive integration testing.
15+
- **Test Infrastructure**: Improved test reliability by fixing flaky tests related to file monitoring, file locking, and SQL timestamp formatting.
16+
- **Development Tooling**: Added semantic diff targets (`*.{yaml,json}-semdiff`) for better visibility into Helm template changes during development.
17+
- **Dependency Management**: Updated Dependabot to run on Wednesdays instead of Fridays for better alignment with patch release cycles.
18+
19+
### Upgrade Steps
20+
21+
To upgrade to version 1.2.4, run the following command:
22+
23+
```sh
24+
helm upgrade --install <RELEASE_NAME> cloudzero/cloudzero-agent -n <NAMESPACE> --create-namespace -f configuration.example.yaml --version 1.2.4
25+
```

0 commit comments

Comments
 (0)