Skip to content

Commit

Permalink
Update dependencies (#18)
Browse files Browse the repository at this point in the history
* Update dependencies

Terraform 1.8.x
Terraform provider 0.48.0 (Remove deprecated resources)
Crossplane deps

Signed-off-by: ekarlso <[email protected]>

* Update to terraform-plugin 0.49.0 and crossplane 1.17.0

* Add back ratelimiter from post debugging

* rebase from main after release v0.40.1

Signed-off-by: Ismail KABOUBI <[email protected]>

---------

Signed-off-by: ekarlso <[email protected]>
Signed-off-by: Ismail KABOUBI <[email protected]>
Co-authored-by: ekarlso <[email protected]>
Co-authored-by: Ismail KABOUBI <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent e858aeb commit ca2736f
Show file tree
Hide file tree
Showing 246 changed files with 9,267 additions and 4,464 deletions.
10 changes: 5 additions & 5 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.49.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.49.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 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.

129 changes: 129 additions & 0 deletions apis/additionalip/v1alpha1/zz_firewallrule_terraformed.go

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

Loading

0 comments on commit ca2736f

Please sign in to comment.