Skip to content

Commit 4518aa9

Browse files
ctauchenclaude
andcommitted
Prepare for Calico OSS v3.30.7 patch release
Update variables.js, releases.json, release notes, and attribution report for the v3.30.7 patch release. Release notes content and operator version (v1.38.13) are placeholders pending confirmation from the release engineer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b052cb commit 4518aa9

File tree

4 files changed

+31481
-31213
lines changed

4 files changed

+31481
-31213
lines changed

calico_versioned_docs/version-3.30/release-notes/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,14 @@ January 23, 2026
415415

416416
#### Updating
417417

418+
To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)
419+
420+
### Calico Open Source 3.30.7 bug fix release
421+
422+
March 18, 2026
423+
424+
Release notes to be added.
425+
426+
#### Updating
427+
418428
To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)

calico_versioned_docs/version-3.30/releases.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,102 @@
11
[
2+
{
3+
"title": "v3.30.7",
4+
"tigera-operator": {
5+
"image": "tigera/operator",
6+
"registry": "quay.io",
7+
"version": "v1.38.13"
8+
},
9+
"components": {
10+
"calico/typha": {
11+
"version": "v3.30.7",
12+
"registry": "quay.io"
13+
},
14+
"calico/ctl": {
15+
"version": "v3.30.7",
16+
"registry": "quay.io"
17+
},
18+
"calico/node": {
19+
"version": "v3.30.7",
20+
"registry": "quay.io"
21+
},
22+
"calico/node-windows": {
23+
"version": "v3.30.7",
24+
"registry": "quay.io"
25+
},
26+
"calico/cni": {
27+
"version": "v3.30.7",
28+
"registry": "quay.io"
29+
},
30+
"calico/cni-windows": {
31+
"version": "v3.30.7",
32+
"registry": "quay.io"
33+
},
34+
"calico/apiserver": {
35+
"version": "v3.30.7",
36+
"registry": "quay.io"
37+
},
38+
"calico/kube-controllers": {
39+
"version": "v3.30.7",
40+
"registry": "quay.io"
41+
},
42+
"calico/envoy-gateway": {
43+
"version": "v3.30.7",
44+
"registry": "quay.io"
45+
},
46+
"calico/envoy-proxy": {
47+
"version": "v3.30.7",
48+
"registry": "quay.io"
49+
},
50+
"calico/envoy-ratelimit": {
51+
"version": "v3.30.7",
52+
"registry": "quay.io"
53+
},
54+
"calico/flannel-migration-controller": {
55+
"version": "v3.30.7",
56+
"registry": "quay.io"
57+
},
58+
"flannel": {
59+
"version": "v0.24.4",
60+
"registry": "docker.io"
61+
},
62+
"calico/dikastes": {
63+
"version": "v3.30.7",
64+
"registry": "quay.io"
65+
},
66+
"flexvol": {
67+
"version": "v3.30.7",
68+
"registry": "quay.io"
69+
},
70+
"calico/csi": {
71+
"version": "v3.30.7",
72+
"registry": "quay.io"
73+
},
74+
"calico/node-driver-registrar": {
75+
"version": "v3.30.7",
76+
"registry": "quay.io"
77+
},
78+
"calico/pod2daemon-flexvol": {
79+
"version": "v3.30.7",
80+
"registry": "quay.io"
81+
},
82+
"calico/key-cert-provisioner": {
83+
"version": "v3.30.7",
84+
"registry": "quay.io"
85+
},
86+
"calico/goldmane": {
87+
"version": "v3.30.7",
88+
"registry": "quay.io"
89+
},
90+
"calico/whisker": {
91+
"version": "v3.30.7",
92+
"registry": "quay.io"
93+
},
94+
"calico/whisker-backend": {
95+
"version": "v3.30.7",
96+
"registry": "quay.io"
97+
}
98+
}
99+
},
2100
{
3101
"title": "v3.30.6",
4102
"tigera-operator": {

calico_versioned_docs/version-3.30/variables.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const releases = require('./releases.json');
22

33
const variables = {
4-
releaseTitle: 'v3.30.6',
4+
releaseTitle: 'v3.30.7',
55
prodname: 'Calico',
66
prodnamedash: 'calico',
77
version: 'v3.30',
@@ -17,7 +17,7 @@ const variables = {
1717
noderunning: 'calico-node',
1818
rootDirWindows: 'C:\\CalicoWindows',
1919
ppa_repo_name: 'calico-3.30',
20-
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.30.6',
20+
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.30.7',
2121
releases,
2222
registry: '',
2323
vppbranch: 'v3.30.0',

0 commit comments

Comments
 (0)