Skip to content

Commit f6da43d

Browse files
Bumping up terraform provider version to v0.22.0. (#38)
* Bumping up terraform provider version to v0.22.0. Signed-off-by: Sivaanand Murugesan <sivaanand.m@gmail.com> * chore: bump skip-duplicates action Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com> --------- Signed-off-by: Sivaanand Murugesan <sivaanand.m@gmail.com> Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com> Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
1 parent 139c6e9 commit f6da43d

31 files changed

+2401
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Detect No-op Changes
3333
id: noop
34-
uses: fkirc/skip-duplicate-actions@v2.0.0
34+
uses: fkirc/skip-duplicate-actions@v5.3.1
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
paths_ignore: '["**.md", "**.png", "**.jpg"]'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
77
export TERRAFORM_VERSION := 1.3.3
88
export TERRAFORM_PROVIDER_SOURCE := spectrocloud/spectrocloud
99
export TERRAFORM_PROVIDER_REPO := https://github.com/spectrocloud/terraform-provider-spectrocloud
10-
export TERRAFORM_PROVIDER_VERSION := 0.21.6
10+
export TERRAFORM_PROVIDER_VERSION := 0.22.0
1111
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spectrocloud
1212
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-spectrocloud_$(TERRAFORM_PROVIDER_VERSION)
1313
export TERRAFORM_DOCS_PATH := docs/resources

apis/cluster/v1alpha1/zz_edgenative_types.go

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

apis/cluster/v1alpha1/zz_generated.deepcopy.go

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

apis/cluster/v1alpha1/zz_vsphere_types.go

Lines changed: 10 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)