File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 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
1717ARG BASE_IMAGE=gcr.io/distroless/static@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # nonroot
1818
1919# Build the manager binary on golang image
Original file line number Diff line number Diff 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
48481 . Install Metal3 provider. This will install the latest version of Cluster API Provider Metal3 CRDs and controllers.
Original file line number Diff line number Diff 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
130130tilt_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
134134RUN 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 && \
Original file line number Diff line number Diff 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
7474replace github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.17
Original file line number Diff line number Diff line change @@ -634,8 +634,8 @@ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt
634634rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
635635rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
636636rsc.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 =
639639sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s =
640640sigs.k8s.io/controller-runtime v0.14.5 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
641641sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ echo "Generated ${METAL3PLANE_GENERATED_FILE}"
117117echo " 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
121121echo " Downloaded ${COMPONENTS_CERT_MANAGER_GENERATED_FILE} "
122122
123123# Generate Cluster API provider components file.
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1
4848cat << 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}
5454EOF
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
2626replace github.com/metal3-io/cluster-api-provider-metal3/api => ./../api
2727
You can’t perform that action at this time.
0 commit comments