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
12 changes: 12 additions & 0 deletions calico_versioned_docs/version-3.31/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,16 @@ April 14, 2026

#### Updating

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

### Calico Open Source 3.31.6 bug fix release

June 17, 2026

#### Bug fixes

- TBD
Comment on lines +350 to +352

#### Updating

To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx).
100 changes: 99 additions & 1 deletion calico_versioned_docs/version-3.31/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,102 @@
[
{
"title": "v3.31.6",
"tigera-operator": {
"image": "tigera/operator",
"registry": "quay.io",
"version": "v1.40.8"
},
"components": {
"calico/typha": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/ctl": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/node": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/node-windows": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/cni": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/cni-windows": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/apiserver": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/kube-controllers": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/envoy-gateway": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/envoy-proxy": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/envoy-ratelimit": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/flannel-migration-controller": {
"version": "v3.31.6",
"registry": "quay.io"
},
"flannel": {
"version": "v0.24.4",
"registry": "docker.io"
},
"calico/dikastes": {
"version": "v3.31.6",
"registry": "quay.io"
},
"flexvol": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/csi": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/node-driver-registrar": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/pod2daemon-flexvol": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/key-cert-provisioner": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/goldmane": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/whisker": {
"version": "v3.31.6",
"registry": "quay.io"
},
"calico/whisker-backend": {
"version": "v3.31.6",
"registry": "quay.io"
}
}
},
{
"title": "v3.31.5",
"tigera-operator": {
Expand Down Expand Up @@ -587,4 +685,4 @@
}
}
}
]
]
4 changes: 2 additions & 2 deletions calico_versioned_docs/version-3.31/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.31.5',
releaseTitle: 'v3.31.6',
prodname: 'Calico',
prodnamedash: 'calico',
version: 'v3.31',
Expand All @@ -16,7 +16,7 @@ const variables = {
noderunning: 'calico-node',
rootDirWindows: 'C:\\CalicoWindows',
ppa_repo_name: 'calico-3.31',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.31.5',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.31.6',
releases,
registry: '',
vppbranch: 'v3.31.0',
Expand Down