Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
#### Bug fixes

* Fixed an RBAC error that could prevent the operator from creating secrets in the `tigera-manager` namespace on fresh installs with the `Authentication` resource configured.
* Fixed an issue where the non-cluster host Typha deployment could crashloop on clusters where the host-network Kubernetes API server endpoint is not reachable from pod-networked pods (for example, MKE's `proxy.local`). The pod-network endpoint from the `kubernetes-service-endpoint` ConfigMap is now used when set.

Check failure on line 392 in calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'MKE's'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'MKE's'?", "location": {"path": "calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx", "range": {"start": {"line": 392, "column": 199}}}, "severity": "ERROR"}

Check failure on line 392 in calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'crashloop'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'crashloop'?", "location": {"path": "calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx", "range": {"start": {"line": 392, "column": 68}}}, "severity": "ERROR"}
* Security updates.

#### Known issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@

{/* TODO: fill in subsections for 3.23.0-2.0 — #### Upgrade notes, #### Enhancements, #### Bug fixes, #### Known issues. Omit any subsection with no items. */}

#### Bug fixes

* Fixed an issue where the non-cluster host Typha deployment could crashloop on clusters where the host-network Kubernetes API server endpoint is not reachable from pod-networked pods (for example, MKE's `proxy.local`). The pod-network endpoint from the `kubernetes-service-endpoint` ConfigMap is now used when set.

Check failure on line 193 in calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'MKE's'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'MKE's'?", "location": {"path": "calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx", "range": {"start": {"line": 193, "column": 199}}}, "severity": "ERROR"}

Check failure on line 193 in calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'crashloop'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'crashloop'?", "location": {"path": "calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx", "range": {"start": {"line": 193, "column": 68}}}, "severity": "ERROR"}

#### Known issues

* `clusterinformation` will incorrectly state `calicoVersion` as `v3.31.0`; The correct Calico open-source version this Calico Enterprise release is based on is `v3.32.0`. This is a purely a cosmetic bug with no user impact and can be ignored.
Expand Down