Skip to content

Commit

Permalink
Bumping up terraform provider version to v0.22.0. (#38)
Browse files Browse the repository at this point in the history
* Bumping up terraform provider version to v0.22.0.

Signed-off-by: Sivaanand Murugesan <[email protected]>

* chore: bump skip-duplicates action

Signed-off-by: Tyler Gillson <[email protected]>

---------

Signed-off-by: Sivaanand Murugesan <[email protected]>
Signed-off-by: Tyler Gillson <[email protected]>
Co-authored-by: Tyler Gillson <[email protected]>
  • Loading branch information
SivaanandM and TylerGillson authored Nov 12, 2024
1 parent 139c6e9 commit f6da43d
Show file tree
Hide file tree
Showing 31 changed files with 2,401 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Detect No-op Changes
id: noop
uses: fkirc/skip-duplicate-actions@v2.0.0
uses: fkirc/skip-duplicate-actions@v5.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
paths_ignore: '["**.md", "**.png", "**.jpg"]'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
export TERRAFORM_VERSION := 1.3.3
export TERRAFORM_PROVIDER_SOURCE := spectrocloud/spectrocloud
export TERRAFORM_PROVIDER_REPO := https://github.com/spectrocloud/terraform-provider-spectrocloud
export TERRAFORM_PROVIDER_VERSION := 0.21.6
export TERRAFORM_PROVIDER_VERSION := 0.22.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spectrocloud
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-spectrocloud_$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_DOCS_PATH := docs/resources
Expand Down
67 changes: 61 additions & 6 deletions apis/cluster/v1alpha1/zz_edgenative_types.go

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

93 changes: 93 additions & 0 deletions apis/cluster/v1alpha1/zz_generated.deepcopy.go

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

10 changes: 10 additions & 0 deletions apis/cluster/v1alpha1/zz_vsphere_types.go

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

Loading

0 comments on commit f6da43d

Please sign in to comment.