Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/canonicalk8s/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,14 @@ PreInitChecks
prev
proc
programmatically
proxied
provisioner
PRs
PSP
Pushgateway
PV
PVCs
py
Pydantic
Python
qdisc
Expand Down
55 changes: 55 additions & 0 deletions docs/canonicalk8s/charm/reference/versions/1.32.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 embedded-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
Expand Down
Loading