diff --git a/docs/canonicalk8s/.custom_wordlist.txt b/docs/canonicalk8s/.custom_wordlist.txt index 3f762f7af9..cc7cd5994b 100644 --- a/docs/canonicalk8s/.custom_wordlist.txt +++ b/docs/canonicalk8s/.custom_wordlist.txt @@ -418,12 +418,14 @@ PreInitChecks prev proc programmatically +proxied provisioner PRs PSP Pushgateway PV PVCs +py Pydantic Python qdisc diff --git a/docs/canonicalk8s/charm/reference/versions/1.32.md b/docs/canonicalk8s/charm/reference/versions/1.32.md index c86b3a9d55..0bbb394f30 100644 --- a/docs/canonicalk8s/charm/reference/versions/1.32.md +++ b/docs/canonicalk8s/charm/reference/versions/1.32.md @@ -54,6 +54,61 @@ relevant sections of the [upstream release notes][upstream-changelog-1.32]. ## Patch notices +Aug 25, 2025 + +- Provide immutability for charm's bootstrap-* config +[#629](https://github.com/canonical/k8s-operator/pull/629) +- Update k8s snap revisions to amd64-4176 and arm64-4180 +[#635](https://github.com/canonical/k8s-operator/pull/635) +- Address Vale errors in our docs +[#631](https://github.com/canonical/k8s-operator/pull/631) +- Fix issues with etcd simultaneous join +[#627](https://github.com/canonical/k8s-operator/pull/627) +- Stop the charm from managing service restarts when performing a snap refresh +[#625](https://github.com/canonical/k8s-operator/pull/625) +- Update Juju provider version constraint for Terraform +[#622](https://github.com/canonical/k8s-operator/pull/622) +- Bump Cilium to v1.17.1-ck2 +[#617](https://github.com/canonical/k8s-operator/pull/617) +- Provide fix to regenerate tokens when node-join fails +[#616](https://github.com/canonical/k8s-operator/pull/616) +- Update k8s snaps revision to change the default datastore to etcd 3.6 +[#600](https://github.com/canonical/k8s-operator/pull/600) . Existing clusters +deployed with k8s-dqlite will not be affected. +- Sort keys in proxied systemd environment files +[#605](https://github.com/canonical/k8s-operator/pull/605) +- Use `ops_test.fast_forwards` to speed up testing +[#597](https://github.com/canonical/k8s-operator/pull/597) +- Wait for public IP address to be assigned to confirm it is not clashing with +the LB IP address [#593](https://github.com/canonical/k8s-operator/pull/593) +- Catch a broader `httpx` exception to signal a failure during cluster +inspection [#589](https://github.com/canonical/k8s-operator/pull/589) +- Allow extra-args to remove args +[#583](https://github.com/canonical/k8s-operator/pull/583) +- Check pods across a configurable set of namespaces to declare workloads +'active/idle' [#584](https://github.com/canonical/k8s-operator/pull/584) +- Add support to apply charm extra-args at runtime +[#485](https://github.com/canonical/k8s-operator/pull/485) +- Add managed-etcd to the list of valid datastores +[#574](https://github.com/canonical/k8s-operator/pull/574) +- Check features when the node status is in not ready state +[#549](https://github.com/canonical/k8s-operator/pull/549) +- Improve cluster name logic +[#547](https://github.com/canonical/k8s-operator/pull/547) +- Restore testing with py38 to continue Focal support +[#544](https://github.com/canonical/k8s-operator/pull/544) +- Improve COS integration and add a kubectl timeout +[#538](https://github.com/canonical/k8s-operator/pull/538) +- Update k8s snap revision to include feature controller fixes +[#521](https://github.com/canonical/k8s-operator/pull/521) +- Fix bug when reading quoted argument for containerd config path +[#469](https://github.com/canonical/k8s-operator/pull/469) +- Add configurable timeout to tests +[#458](https://github.com/canonical/k8s-operator/pull/458) +- Address issue of multiple workers joining the cluster at once +[#440](https://github.com/canonical/k8s-operator/commit/3edf37461b8a503ec7d93cef3788e48baedf1241) + + Mar 25, 2025 - Bypass operator-workflows promote task which is limited to Charmcraft 2 base