Skip to content

Commit c9521ac

Browse files
authored
Bump terraform 2.29.0 (#44)
1 parent e9de81a commit c9521ac

28 files changed

+1082
-132
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
env:
2020
# Common versions
2121
GO_VERSION: '1.22'
22-
GOLANGCI_VERSION: 'v1.54.2'
22+
GOLANGCI_VERSION: 'v1.61.0'
2323
DOCKER_BUILDX_VERSION: 'v0.8.2'
2424

2525
# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
@@ -78,6 +78,7 @@ jobs:
7878
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
7979
with:
8080
version: ${{ env.GOLANGCI_VERSION }}
81+
args: --timeout 3m
8182

8283
check-diff:
8384
runs-on: ubuntu-22.04

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROJECT_REPO := github.com/linode/$(PROJECT_NAME)
66

77
export TERRAFORM_VERSION := 1.5.5
88
export TERRAFORM_PROVIDER_SOURCE := linode/linode
9-
export TERRAFORM_PROVIDER_VERSION := 2.25.0
9+
export TERRAFORM_PROVIDER_VERSION := 2.29.0
1010
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-linode
1111
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-linode_v$(TERRAFORM_PROVIDER_VERSION)
1212
export TERRAFORM_PROVIDER_REPO := https://github.com/linode/terraform-provider-linode
@@ -47,7 +47,7 @@ export GOPRIVATE = github.com/upbound/*
4747
GO_REQUIRED_VERSION ?= 1.21
4848
# GOLANGCILINT_VERSION is inherited from build submodule by default.
4949
# Uncomment below if you need to override the version.
50-
# GOLANGCILINT_VERSION ?= 1.54.0
50+
GOLANGCILINT_VERSION ?= 1.61.0
5151

5252
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
5353
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)

apis/firewall/v1alpha1/zz_firewall_types.go

Lines changed: 29 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/firewall/v1alpha1/zz_generated.deepcopy.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)