File tree Expand file tree Collapse file tree 4 files changed +31481
-31213
lines changed
calico_versioned_docs/version-3.30
static/calico/3.30/licenses Expand file tree Collapse file tree 4 files changed +31481
-31213
lines changed Original file line number Diff line number Diff 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+
418428To update a previous version of Calico, see [ our upgrade guides] ( ../operations/upgrading/index.mdx )
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11const releases = require ( './releases.json' ) ;
22
33const 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' ,
You can’t perform that action at this time.
0 commit comments