Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
# Common versions
GO_VERSION: "1.25.5"
GOLANGCI_VERSION: "v2.4.0"
GO_VERSION: "1.25.6"
GOLANGCI_VERSION: "v2.5.0"
DOCKER_BUILDX_VERSION: "v0.8.2"

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export TERRAFORM_VERSION ?= 1.8.1

export TERRAFORM_PROVIDER_SOURCE ?= ovh/ovh
export TERRAFORM_PROVIDER_REPO ?= https://github.com/ovh/terraform-provider-ovh
export TERRAFORM_PROVIDER_VERSION ?= 2.10.0
export TERRAFORM_PROVIDER_VERSION ?= 2.11.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-ovh
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://releases.hashicorp.com/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v2.10.0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v2.11.0
export TERRAFORM_DOCS_PATH ?= docs/resources


Expand Down Expand Up @@ -40,8 +40,8 @@ NPROCS ?= 1
# to half the number of CPU cores.
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

GO_REQUIRED_VERSION ?= 1.25.0
GOLANGCILINT_VERSION ?= 2.4.0
GO_REQUIRED_VERSION ?= 1.25.6
GOLANGCILINT_VERSION ?= 2.5.0
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
Expand Down
180 changes: 180 additions & 0 deletions apis/cluster/cloud/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions apis/cluster/cloud/v1alpha1/zz_plan_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions apis/cluster/cloud/v1alpha1/zz_projectstorage_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading