Skip to content

Commit

Permalink
Update changelog-0.9.x.md (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire authored Dec 19, 2024
1 parent 1bc5f12 commit 8655ff5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/CHANGELOG/changelog-0.9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,19 @@ To further harden Claudie, you may want to deploy our pre-defined network polici
- Longhorn related issues, especially during node deletion resulted in many InputManifest issues, In this release we fixed the issues by switching to a different drain policy for longhorn replicas deployed across the nodes on the cluster, namely `block-for-eviction-if-last-replica`[#1596](https://github.com/berops/claudie/pull/1596) which results in:
- Protecting data by preventing the drain operation from completing until there is a healthy replica available for each volume available on another node.
- Automatically evicts replicas, so the user does not need to do it manually.
- Automatically evicts replicas, so the user does not need to do it manually.
## v0.9.2
## What's Changed
- Node local dns will be deployed on all newly build clusters [#1603](https://github.com/berops/claudie/pull/1603).
For existing clusters that were build using older Claudie version, this change will deploy the `node-local-dns` into the cluster
but it will not automatically work. Manual work needs to done, by first editing the `kubelet-config` ConfigMap in the `kube-system` namespace of the cluster
to change the DNS address to the address of the `node-local-dns` and then on each node the following changes need to be done: [applying-kubelet-configuration-changes](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure/#reflecting-the-kubelet-changes).
## Bug fixes
- Improved validation errors when zero nodes are defined in a nodepool [#1605](https://github.com/berops/claudie/pull/1605)
- Claudie will now correctly recognize a change in the kubernetes version to perform an update [#1607](https://github.com/berops/claudie/pull/1607)
- Kubernetes secrets with provider credentials that contain leading or trailing whitespace will now be trimmed, avoiding issues with generated terraform templates [#1606](https://github.com/berops/claudie/pull/1606)
- Changing the API endpoint will now correctly work, after the recent kubeone version update [#1619](https://github.com/berops/claudie/pull/1619)

0 comments on commit 8655ff5

Please sign in to comment.