Skip to content

Commit 159b095

Browse files
authored
Update changelog-0.9.x.md (#1851)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added changelog entry for v0.9.13 describing: configurable concurrency limits; autoscaled nodepools capped at 256 nodes; metadata secret updated after node deletion; builder TTL configurable via BUILDER_TTL (default 2 hours). * Documented a bug fix improving accuracy of the Prometheus metric for currently deleted nodes. * Clarified these are documentation-only updates with no functional changes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f006ce5 commit 159b095

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/CHANGELOG/changelog-0.9.x.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,14 @@ kubernetes:
317317
- Retries were added to reading the output from OpenTofu, which could occasionally fail. [#1824](https://github.com/berops/claudie/pull/1824)
318318
- Increased concurrency limits to decrease the build time of larger clusters. This change also affects Claudie's memory requirements, which should fit within 8 GB. [#1819](https://github.com/berops/claudie/pull/1819)
319319
- For autoscaled events, Terraformer will now skip refreshing the LoadBalancers and DNS infrastructure, if present. [#1830](https://github.com/berops/claudie/pull/1830)
320+
321+
## v0.9.13
322+
323+
## What's Changed
324+
- Concurrency limits are now configurable [#1838](https://github.com/berops/claudie/pull/1838)
325+
- Autoscaled nodepools are now limited to 256 nodes [#1839](https://github.com/berops/claudie/pull/1839)
326+
- Metadata secret will now be updated after node deletion [#1841](https://github.com/berops/claudie/pull/1841)
327+
- Builder TTL has been made configurable via the `BUILDER_TTL` env, with a default value of 2 hours [#1850](https://github.com/berops/claudie/pull/1850)
328+
329+
## Bug fixes
330+
- Prometheus metric for currently deleted nodes has been fixed [#1849](https://github.com/berops/claudie/pull/1849)

0 commit comments

Comments
 (0)