Skip to content

Commit 8ff18b5

Browse files
Merge pull request #1226 from Nordix/bump-capi-1.4.7/adil
🌱 Bumping CAPI to 1.4.7
2 parents 072c710 + b2c5bcd commit 8ff18b5

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Support FROM override
16-
ARG BUILD_IMAGE=docker.io/golang:1.19.9@sha256:86af5649fa1d9265d3fe7caf633231340b93e4164b96e14bc4e1131a191c1ddd
16+
ARG BUILD_IMAGE=docker.io/golang:1.20.8@sha256:6b29720c5598cb40b23dd38f522050a698d427c3a5696c5efe1ed22bd45b1396
1717
ARG BASE_IMAGE=gcr.io/distroless/static@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # nonroot
1818

1919
# Build the manager binary on golang image

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ provider:
4141
when running the clusterctl and set the level of the logging verbose with a positive integer number, ie. -v5.
4242

4343
```shell
44-
clusterctl init --core cluster-api:v1.4.6 --bootstrap kubeadm:v1.4.6 \
45-
--control-plane kubeadm:v1.4.6 -v5
44+
clusterctl init --core cluster-api:v1.4.7 --bootstrap kubeadm:v1.4.7 \
45+
--control-plane kubeadm:v1.4.7 -v5
4646
```
4747

4848
1. Install Metal3 provider. This will install the latest version of Cluster API Provider Metal3 CRDs and controllers.

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ settings = {
1515
"kind_cluster_name": "capm3",
1616
"capi_version": "$CAPIRELEASE",
1717
"kubernetes_version": "$KUBERNETES_VERSION",
18-
"cert_manager_version": "v1.12.3",
18+
"cert_manager_version": "v1.13.0",
1919
"enable_providers": [],
2020
}
2121

@@ -129,7 +129,7 @@ def fixup_yaml_empty_arrays(yaml_str):
129129

130130
tilt_helper_dockerfile_header = """
131131
# Tilt image
132-
FROM golang:1.19 as tilt-helper
132+
FROM golang:1.20 as tilt-helper
133133
# Support live reloading with Tilt
134134
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
135135
wget --output-document /start.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/start.sh && \

api/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
k8s.io/apimachinery v0.26.1
1313
k8s.io/client-go v0.26.1
1414
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
15-
sigs.k8s.io/cluster-api v1.4.6
15+
sigs.k8s.io/cluster-api v1.4.7
1616
sigs.k8s.io/controller-runtime v0.14.5
1717

1818
)
@@ -69,6 +69,6 @@ require (
6969
sigs.k8s.io/yaml v1.3.0 // indirect
7070
)
7171

72-
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.6
72+
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.7
7373

7474
replace github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.17

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt
634634
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
635635
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
636636
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
637-
sigs.k8s.io/cluster-api v1.4.6 h1:ZOAtQsPW7zh2iY7RdvvUozPR7OYRDCPSFEBS0979Vys=
638-
sigs.k8s.io/cluster-api v1.4.6/go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0=
637+
sigs.k8s.io/cluster-api v1.4.7 h1:24UFXLDy6eiL37wquWSofKJAmFP691PLKBIA9VSUX2A=
638+
sigs.k8s.io/cluster-api v1.4.7/go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0=
639639
sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s=
640640
sigs.k8s.io/controller-runtime v0.14.5/go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0=
641641
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=

examples/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ echo "Generated ${METAL3PLANE_GENERATED_FILE}"
117117
echo "Generated ${MACHINEDEPLOYMENT_GENERATED_FILE}"
118118

119119
# Get Cert-manager provider components file
120-
curl --fail -Ss -L -o "${COMPONENTS_CERT_MANAGER_GENERATED_FILE}" https://github.com/cert-manager/cert-manager/releases/download/v1.12.3/cert-manager.yaml
120+
curl --fail -Ss -L -o "${COMPONENTS_CERT_MANAGER_GENERATED_FILE}" https://github.com/cert-manager/cert-manager/releases/download/v1.13.0/cert-manager.yaml
121121
echo "Downloaded ${COMPONENTS_CERT_MANAGER_GENERATED_FILE}"
122122

123123
# Generate Cluster API provider components file.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
k8s.io/component-base v0.26.1
2121
k8s.io/klog/v2 v2.80.1
2222
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
23-
sigs.k8s.io/cluster-api v1.4.6
23+
sigs.k8s.io/cluster-api v1.4.7
2424
sigs.k8s.io/controller-runtime v0.14.5
2525
sigs.k8s.io/yaml v1.3.0
2626
)

hack/gen_tilt_settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1
4848
cat << EOF > tilt-settings.json
4949
{
5050
"capi_version": "${CAPIRELEASE}",
51-
"cert_manager_version": "v1.12.3",
51+
"cert_manager_version": "v1.13.0",
5252
"kubernetes_version": "${KUBERNETES_VERSION:-v1.26.4}"
5353
}
5454
EOF

test/e2e/config/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ variables:
135135
# Pin Calico version
136136
CALICO_PATCH_RELEASE: "v3.24.1"
137137
# Pin CertManager for upgrade tests
138-
CERT_MANAGER_RELEASE: v1.12.3
138+
CERT_MANAGER_RELEASE: v1.13.0
139139
# Default vars for the template, those values could be overridden by the env-vars.
140140
CAPI_VERSION: "v1beta1"
141141
CAPM3_VERSION: "v1beta1"

test/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ require (
1414
k8s.io/apimachinery v0.26.1
1515
k8s.io/client-go v0.26.1
1616
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
17-
sigs.k8s.io/cluster-api v1.4.6
17+
sigs.k8s.io/cluster-api v1.4.7
1818
sigs.k8s.io/cluster-api/test v1.4.6
1919
sigs.k8s.io/controller-runtime v0.14.5
2020
)
2121

22-
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.6
22+
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.7
2323

24-
replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.4.6
24+
replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.4.7
2525

2626
replace github.com/metal3-io/cluster-api-provider-metal3/api => ./../api
2727

0 commit comments

Comments
 (0)