Skip to content

Commit

Permalink
Merge pull request #16 from smcavallo/provider-v3.36.0
Browse files Browse the repository at this point in the history
Update to the latest go, crossplane and terraform depedencies - provider-newrelic v3.36.0
  • Loading branch information
smcavallo committed May 13, 2024
2 parents 0a2dbdc + d5253bb commit e4aaa56
Show file tree
Hide file tree
Showing 68 changed files with 5,680 additions and 4,669 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
PROJECT_NAME ?= crossplane-provider-newrelic
PROJECT_REPO ?= github.com/crossplane-contrib/$(PROJECT_NAME)

export TERRAFORM_VERSION ?= 1.6.6
export TERRAFORM_VERSION ?= 1.8.3

export TERRAFORM_PROVIDER_SOURCE ?= newrelic/newrelic
export TERRAFORM_PROVIDER_REPO ?= https://github.com/newrelic/terraform-provider-newrelic
export TERRAFORM_PROVIDER_VERSION ?= 3.28.1
export TERRAFORM_PROVIDER_VERSION ?= 3.36.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-newrelic
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/newrelic/terraform-provider-newrelic/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-newrelic_v3.28.1
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-newrelic_v3.36.0
export TERRAFORM_DOCS_PATH ?= website/docs/r

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

KIND_VERSION = v0.15.0
UP_VERSION = v0.20.0
KIND_VERSION = v0.22.0
UP_VERSION = v0.28.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.6.1
UPTEST_VERSION = v0.11.1
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down
129 changes: 129 additions & 0 deletions apis/alert/v1alpha1/zz_channel_terraformed.go

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

9 changes: 3 additions & 6 deletions apis/alert/v1alpha1/zz_channel_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/alert/v1alpha1/zz_destination_terraformed.go

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

0 comments on commit e4aaa56

Please sign in to comment.