Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Terraform 1.8.x
Terraform provider 0.48.0 (Remove deprecated resources)
Crossplane deps

Signed-off-by: ekarlso <endre.karlson@xait.com>
  • Loading branch information
ekarlso authored and ekarlso committed Sep 11, 2024
1 parent 201ae92 commit ec40850
Show file tree
Hide file tree
Showing 343 changed files with 12,206 additions and 4,775 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
PROJECT_NAME ?= provider-ovh
PROJECT_REPO ?= github.com/edixos/$(PROJECT_NAME)

export TERRAFORM_VERSION ?= 1.2.1
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 ?= 0.40.0
export TERRAFORM_PROVIDER_VERSION ?= 0.48.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_v0.40.0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v0.48.0
export TERRAFORM_DOCS_PATH ?= website/docs


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.19
GOLANGCILINT_VERSION ?= 1.56.2
GO_REQUIRED_VERSION ?= 1.22
GOLANGCILINT_VERSION ?= 1.60.1
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 All @@ -51,9 +51,9 @@ GO_SUBDIRS += cmd internal apis
# Setup Kubernetes tools

KIND_VERSION = v0.15.0
UP_VERSION = v0.18.0
UP_VERSION = v0.32.1
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
UPTEST_VERSION = v0.13.1
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down

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

116 changes: 116 additions & 0 deletions apis/additionalip/v1alpha1/zz_firewall_types.go

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

Loading

0 comments on commit ec40850

Please sign in to comment.