Skip to content

Commit

Permalink
update changelog & roadmap (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire authored Aug 3, 2023
1 parent a752cb7 commit 565fa5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/CHANGELOG/changelog-0.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,21 @@ To deploy the Claudie `v0.4.X`, please:
### Known issues

No known issues since the last release


## v0.4.2

### Features

- Improved error logging when Claudie is deployed without debug logging.
- All resources created by claudie now have the `app.kubernetes.io/part-of: claudie` label.
- SecurityContext was added to Claudie deployed services.
- A limit was introduced to how many terraform, ansible, kubeone processes can be spawn at a given time when building multiple clusters.

### Bugfixes

- Fixed correct deletion of a InputManifests with multiple clusters where one of them failed.

### KnownIssues

No new known issues since the last release
2 changes: 1 addition & 1 deletion docs/roadmap/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
- [x] Cloudflare
- [ ] Periodic health checks & sync loops for the managed clusters
- [x] Hybrid-cloud support (on-premises)
- [ ] `arm64` support for the nodepools
- [x] `arm64` support for the nodepools
- [ ] Support for Spot instances
- [x] Autoscaler

0 comments on commit 565fa5d

Please sign in to comment.