Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vultr terraform provider v2.21 and update build module #12

Closed
wants to merge 3 commits into from
Closed
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 .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
13 changes: 7 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
PROJECT_NAME ?= provider-vultr
PROJECT_REPO ?= github.com/crossplane-contrib/$(PROJECT_NAME)

export TERRAFORM_VERSION ?= 1.3.3
export TERRAFORM_VERSION ?= 1.8.5

export TERRAFORM_PROVIDER_SOURCE ?= vultr/vultr
export TERRAFORM_PROVIDER_REPO ?= https://github.com/vultr/terraform-provider-vultr
export TERRAFORM_PROVIDER_VERSION ?= 2.16.4
export TERRAFORM_PROVIDER_VERSION ?= 2.21.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-vultr
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-vultr_2.16.4
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-vultr_2.21.0
export TERRAFORM_DOCS_PATH ?= website/docs/r

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down Expand Up @@ -48,10 +48,11 @@ GO_SUBDIRS += cmd internal apis
# ====================================================================================
# Setup Kubernetes tools

KIND_VERSION = v0.15.0
UP_VERSION = v0.18.0
KIND_VERSION = v0.23.0
UP_VERSION = v0.28.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
CROSSPLANE_VERSION = 1.16.0
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down Expand Up @@ -198,4 +199,4 @@ crossplane.help:

help-special: crossplane.help

.PHONY: crossplane.help help-special
.PHONY: crossplane.help help-special
38 changes: 33 additions & 5 deletions apis/database/v1alpha1/zz_database_types.go

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

Loading
Loading