Skip to content

Commit 8655ff5

Browse files
authored
Update changelog-0.9.x.md (#1620)
1 parent 1bc5f12 commit 8655ff5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/CHANGELOG/changelog-0.9.x.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,19 @@ To further harden Claudie, you may want to deploy our pre-defined network polici
120120
121121
- 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:
122122
- Protecting data by preventing the drain operation from completing until there is a healthy replica available for each volume available on another node.
123-
- Automatically evicts replicas, so the user does not need to do it manually.
123+
- Automatically evicts replicas, so the user does not need to do it manually.
124+
125+
126+
## v0.9.2
127+
128+
## What's Changed
129+
- Node local dns will be deployed on all newly build clusters [#1603](https://github.com/berops/claudie/pull/1603).
130+
For existing clusters that were build using older Claudie version, this change will deploy the `node-local-dns` into the cluster
131+
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
132+
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).
133+
134+
## Bug fixes
135+
- Improved validation errors when zero nodes are defined in a nodepool [#1605](https://github.com/berops/claudie/pull/1605)
136+
- Claudie will now correctly recognize a change in the kubernetes version to perform an update [#1607](https://github.com/berops/claudie/pull/1607)
137+
- 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)
138+
- Changing the API endpoint will now correctly work, after the recent kubeone version update [#1619](https://github.com/berops/claudie/pull/1619)

0 commit comments

Comments
 (0)