Skip to content

Commit 006b8be

Browse files
authored
Merge pull request #4334 from k0sproject/calico-3.27.3
Bump calico to 3.27.3
2 parents 469d2ac + 00dd300 commit 006b8be

6 files changed

+150
-12
lines changed

hack/get-calico.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
# on MacOS, we need to use the homebrew coreutils (gnu-utils) version of csplit, named gcsplit by default
1313
case "$(uname -s)" in
14-
darwin*) CSPLIT_BINARY="gcsplit" ;;
14+
Darwin*) CSPLIT_BINARY="gcsplit" ;;
1515
esac
1616

1717
if ! command -v "$CSPLIT_BINARY" > /dev/null; then

pkg/constant/constant.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const (
9292
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
9393
EnvoyProxyImageVersion = "v1.30.1"
9494
CalicoImage = "quay.io/k0sproject/calico-cni"
95-
CalicoComponentImagesVersion = "v3.26.1-1"
95+
CalicoComponentImagesVersion = "v3.27.3-0"
9696
CalicoNodeImage = "quay.io/k0sproject/calico-node"
9797
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
9898
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"

static/manifests/calico/CustomResourceDefinition/bgpfilters.crd.projectcalico.org.yaml

+16-8
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ spec:
4747
type: string
4848
cidr:
4949
type: string
50+
interface:
51+
type: string
5052
matchOperator:
5153
type: string
54+
source:
55+
type: string
5256
required:
5357
- action
54-
- cidr
55-
- matchOperator
5658
type: object
5759
type: array
5860
exportV6:
@@ -66,12 +68,14 @@ spec:
6668
type: string
6769
cidr:
6870
type: string
71+
interface:
72+
type: string
6973
matchOperator:
7074
type: string
75+
source:
76+
type: string
7177
required:
7278
- action
73-
- cidr
74-
- matchOperator
7579
type: object
7680
type: array
7781
importV4:
@@ -85,12 +89,14 @@ spec:
8589
type: string
8690
cidr:
8791
type: string
92+
interface:
93+
type: string
8894
matchOperator:
8995
type: string
96+
source:
97+
type: string
9098
required:
9199
- action
92-
- cidr
93-
- matchOperator
94100
type: object
95101
type: array
96102
importV6:
@@ -104,12 +110,14 @@ spec:
104110
type: string
105111
cidr:
106112
type: string
113+
interface:
114+
type: string
107115
matchOperator:
108116
type: string
117+
source:
118+
type: string
109119
required:
110120
- action
111-
- cidr
112-
- matchOperator
113121
type: object
114122
type: array
115123
type: object

0 commit comments

Comments
 (0)