Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti committed Nov 21, 2024
1 parent 4bc618d commit c0a37c9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions calico_versioned_docs/version-3.29/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,21 @@ To update a previous version of Calico, see [our upgrade guides](../operations/u

### Calico Open Source 3.29.1 bug fix release

November 18, 2024
November 20, 2024

#### Bug fixes

TBD
- Fix that the new tiers resource was omitted from etcd->Kubernetes migration. [calico 9494](https://github.com/projectcalico/calico/pull/9494) (@fasaxc)
- Fix a panic in Felix when accessing a nil address in flushing host addresses, i.e. flushHostIPUpdates function. [calico 9488](https://github.com/projectcalico/calico/pull/9488) (@mazdakn)
- Add permission to Calico API server to create tier resources. [calico 9484](https://github.com/projectcalico/calico/pull/9484) (@mazdakn)
- Do not fail data store initialisation when unauthorised error happen while creating default and adminnetworkpolicy tiers. Those tiers eventually get created by another component. [calico 9454](https://github.com/projectcalico/calico/pull/9454) (@mazdakn)

Check failure on line 147 in calico_versioned_docs/version-3.29/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'adminnetworkpolicy'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'adminnetworkpolicy'?", "location": {"path": "calico_versioned_docs/version-3.29/release-notes/index.mdx", "range": {"start": {"line": 147, "column": 99}}}, "severity": "ERROR"}
- Helm: Fix that uninstall Job had duplicate k8s-app labels [calico 9439](https://github.com/projectcalico/calico/pull/9439) (@caseydavenport)
- Fix missing routes when vxlan mode is cross-subnet and the environment is purely V6 (no V4 host addresses) [calico 9430](https://github.com/projectcalico/calico/pull/9430) (@tomastigera)

Check failure on line 149 in calico_versioned_docs/version-3.29/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'vxlan'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'vxlan'?", "location": {"path": "calico_versioned_docs/version-3.29/release-notes/index.mdx", "range": {"start": {"line": 149, "column": 27}}}, "severity": "ERROR"}

#### Other changes

- ebpf: real IPs in bpf debug output with co-re enabled kernels [calico 9465](https://github.com/projectcalico/calico/pull/9465) (@tomastigera)

Check failure on line 153 in calico_versioned_docs/version-3.29/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'ebpf'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'ebpf'?", "location": {"path": "calico_versioned_docs/version-3.29/release-notes/index.mdx", "range": {"start": {"line": 153, "column": 3}}}, "severity": "ERROR"}

Check failure on line 153 in calico_versioned_docs/version-3.29/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'bpf'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'bpf'?", "location": {"path": "calico_versioned_docs/version-3.29/release-notes/index.mdx", "range": {"start": {"line": 153, "column": 21}}}, "severity": "ERROR"}
- Add setting to enable wireguard NAPI threading [calico 9414](https://github.com/projectcalico/calico/pull/9414) (@jrcichra)

Check failure on line 154 in calico_versioned_docs/version-3.29/release-notes/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'wireguard'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'wireguard'?", "location": {"path": "calico_versioned_docs/version-3.29/release-notes/index.mdx", "range": {"start": {"line": 154, "column": 25}}}, "severity": "ERROR"}

#### Updating

Expand Down

0 comments on commit c0a37c9

Please sign in to comment.