Skip to content

Commit 1b617ff

Browse files
authored
Prepare v0.1.0 release (#8)
Move all Unreleased entries to v0.1.0 with 2025-05-26 date. Remove duplicate empty [0.1.0] section at bottom. Closes #3 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 62841b9 commit 1b617ff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2025-05-26
11+
1012
### Added
1113

1214
- Support for Kubernetes 1.32 with `InPlacePodVerticalScaling` alpha feature gate; the operator now falls back to the deprecated `pod.Status.Resize` field for resize status on clusters without the 1.33+ pod conditions
@@ -97,7 +99,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799
- k3d image import retry loops with pre-cleanup for macOS containerd storage flakes
98100
- Confidence factor formula `(1+M/C)^E` produced a 4x multiplier at maximum confidence (7 days of data), inflating all recommendations well beyond the user's configured overhead. A workload with P95=200m and `overhead: "20"` converged to ~960m instead of the expected ~240m. Replaced with `1 + M*(1-C)^E` which gives factor=1.0 at full confidence and up to 1.8x at minimum confidence.
99101
- `memoryFromCpuRatio` values above 10.0 (e.g., `"16.0"` for in-memory databases) were silently rejected by the shared `parseFloat64` parser, disabling the feature without any error or warning. The ratio now uses a dedicated parser with a 1000.0 ceiling.
100-
101-
## [0.1.0] - Unreleased
102-
103-
Initial release.

0 commit comments

Comments
 (0)