Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
GOLANGCI_VERSION: 'v2.1'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-advanced-deployment-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_CLUSTER_NAME: 'ci-testing'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-advanced-deployment-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.18.0'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-advanced-deployment-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cloneset-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cloneset-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cloneset-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.18.0'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daemonset-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daemonset-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daemonset-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-deployment-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-deployment-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-deployment-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-multi-network-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.18.0'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-native-daemonset-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-native-daemonset-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-native-daemonset-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-others-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-others-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-others-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-statefulset-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-statefulset-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-statefulset-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-bluegreen-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-bluegreen-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-bluegreen-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-jump-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-jump-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-v1beta1-jump-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.20'
GO_VERSION: '1.23'
KIND_VERSION: 'v0.22.0'
KIND_IMAGE: 'kindest/node:v1.28.7'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.14-alpine3.19 AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_multiarch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build the manager binary
ARG BASE_IMAGE=alpine
ARG BASE_IMAGE_VERION=3.17
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.17 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder

WORKDIR /workspace

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $(TESTBIN):

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
# Run `setup-envtest list` to list available versions.
ENVTEST_K8S_VERSION ?= 1.28.0
ENVTEST_K8S_VERSION ?= 1.32.0

ENVTEST ?= $(TESTBIN)/setup-envtest

Expand Down Expand Up @@ -109,7 +109,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi


CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
CONTROLLER_GEN_VERSION = v0.14.0
CONTROLLER_GEN_VERSION = v0.17.2
controller-gen: ## Download controller-gen locally if necessary.
ifeq ("$(shell $(CONTROLLER_GEN) --version)", "Version: ${CONTROLLER_GEN_VERSION}")
else
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/rollouts.kruise.io_batchreleases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.17.2
name: batchreleases.rollouts.kruise.io
spec:
group: rollouts.kruise.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/rollouts.kruise.io_rollouthistories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.17.2
name: rollouthistories.rollouts.kruise.io
spec:
group: rollouts.kruise.io
Expand Down
Loading
Loading