Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-2388: Publishes Calico Open Source 3.29.1 #1773

Merged
merged 2 commits into from
Nov 21, 2024
Merged
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
22 changes: 22 additions & 0 deletions calico_versioned_docs/version-3.29/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,26 @@

#### Updating

To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)

### Calico Open Source 3.29.1 bug fix release

November 20, 2024

#### Bug fixes

- 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

To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)
52 changes: 52 additions & 0 deletions calico_versioned_docs/version-3.29/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@
[
{
"title": "v3.29.1",
"tigera-operator": {
"image": "tigera/operator",
"registry": "quay.io",
"version": "v1.36.2"
},
"components": {
"typha": {
"version": "v3.29.1"
},
"calicoctl": {
"version": "v3.29.1"
},
"calico/node": {
"version": "v3.29.1"
},
"calico/cni": {
"version": "v3.29.1"
},
"calico/apiserver": {
"version": "v3.29.1"
},
"calico/kube-controllers": {
"version": "v3.29.1"
},
"calico/flannel-migration-controller": {
"version": "v3.29.1"
},
"calico/windows": {
"version": "v3.29.1"
},
"networking-calico": {
"version": "v3.29.1"
},
"flannel": {
"version": "v0.16.3"
},
"calico/dikastes": {
"version": "v3.29.1"
},
"flexvol": {
"version": "v3.29.1"
},
"csi-driver": {
"version": "v3.29.1"
},
"csi-node-driver-registrar": {
"version": "v3.29.1"
}
}
},
{
"title": "v3.29.0",
"tigera-operator": {
Expand Down
4 changes: 2 additions & 2 deletions calico_versioned_docs/version-3.29/variables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const releases = require('./releases.json');

const variables = {
releaseTitle: 'v3.29.0',
releaseTitle: 'v3.29.1',
prodname: 'Calico',
prodnamedash: 'calico',
version: 'v3.29',
Expand All @@ -17,7 +17,7 @@ const variables = {
noderunning: 'calico-node',
rootDirWindows: 'C:\\CalicoWindows',
ppa_repo_name: 'calico-3.29',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.29.0',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.29.1',
releases,
registry: '',
vppbranch: 'v3.29.0',
Expand Down
Loading