Skip to content

Commit b9efabf

Browse files
authored
Update changelog-0.9.x.md (#1833)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added release notes for v0.9.12 covering: - Retries when reading output to improve reliability. - Higher concurrency limits to shorten build times (may use up to ~8GB memory). - Autoscaled events now skip refreshing Load Balancer and DNS infrastructure when present. - Cleaned up prior v0.9.11 notes by removing three outdated bug-fix entries. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 51bfeba commit b9efabf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/CHANGELOG/changelog-0.9.x.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,10 @@ kubernetes:
310310
- Return partially updated state instead of always defaulting to current state after error in deletion [#1793](https://github.com/berops/claudie/pull/1793)
311311
- Restarting SSH session after updating environmnet variables, is now part of the ansible workflow, which previosly caused issue in which the updated environment variables were not reflected in a re-used SSH connection [#1792](https://github.com/berops/claudie/pull/1792)
312312
- Fixed a memory leak in the autoscaler service. [#1787](https://github.com/berops/claudie/pull/1787)
313+
314+
## v0.9.12
315+
316+
## What's Changed
317+
- Retries were added to reading the output from OpenTofu, which could occasionally fail. [#1824](https://github.com/berops/claudie/pull/1824)
318+
- 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)
319+
- For autoscaled events, Terraformer will now skip refreshing the LoadBalancers and DNS infrastructure, if present. [#1830](https://github.com/berops/claudie/pull/1830)

0 commit comments

Comments
 (0)