Skip to content

Commit baf73ae

Browse files
authored
Bumped TF version v0.23.2 (#52)
* Bumped tf version v0.23.2 Signed-off-by: Sivaanand Murugesan <sivaanand.m@gmail.com> * action cacahe version Signed-off-by: Sivaanand Murugesan <sivaanand.m@gmail.com> --------- Signed-off-by: Sivaanand Murugesan <sivaanand.m@gmail.com>
1 parent f2d9573 commit baf73ae

36 files changed

+3846
-14
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
run: echo "::set-output name=cache::$(make go.cachedir)"
5959

6060
- name: Cache the Go Build Cache
61-
uses: actions/cache@v2
61+
uses: actions/cache@v3
6262
with:
6363
path: ${{ steps.go.outputs.cache }}
6464
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
6565
restore-keys: ${{ runner.os }}-build-lint-
6666

6767
- name: Cache Go Dependencies
68-
uses: actions/cache@v2
68+
uses: actions/cache@v3
6969
with:
7070
path: .work/pkg
7171
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -105,14 +105,14 @@ jobs:
105105
run: echo "::set-output name=cache::$(make go.cachedir)"
106106

107107
- name: Cache the Go Build Cache
108-
uses: actions/cache@v2
108+
uses: actions/cache@v3
109109
with:
110110
path: ${{ steps.go.outputs.cache }}
111111
key: ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
112112
restore-keys: ${{ runner.os }}-build-check-diff-
113113

114114
- name: Cache Go Dependencies
115-
uses: actions/cache@v2
115+
uses: actions/cache@v3
116116
with:
117117
path: .work/pkg
118118
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -148,14 +148,14 @@ jobs:
148148
run: echo "::set-output name=cache::$(make go.cachedir)"
149149

150150
- name: Cache the Go Build Cache
151-
uses: actions/cache@v2
151+
uses: actions/cache@v3
152152
with:
153153
path: ${{ steps.go.outputs.cache }}
154154
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
155155
restore-keys: ${{ runner.os }}-build-unit-tests-
156156

157157
- name: Cache Go Dependencies
158-
uses: actions/cache@v2
158+
uses: actions/cache@v3
159159
with:
160160
path: .work/pkg
161161
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -197,14 +197,14 @@ jobs:
197197
run: echo "::set-output name=cache::$(make go.cachedir)"
198198

199199
- name: Cache the Go Build Cache
200-
uses: actions/cache@v2
200+
uses: actions/cache@v3
201201
with:
202202
path: ${{ steps.go.outputs.cache }}
203203
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
204204
restore-keys: ${{ runner.os }}-build-unit-tests-
205205

206206
- name: Cache Go Dependencies
207-
uses: actions/cache@v2
207+
uses: actions/cache@v3
208208
with:
209209
path: .work/pkg
210210
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -240,14 +240,14 @@ jobs:
240240
run: echo "::set-output name=cache::$(make go.cachedir)"
241241

242242
- name: Cache the Go Build Cache
243-
uses: actions/cache@v2
243+
uses: actions/cache@v3
244244
with:
245245
path: ${{ steps.go.outputs.cache }}
246246
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
247247
restore-keys: ${{ runner.os }}-build-unit-tests-
248248

249249
- name: Cache Go Dependencies
250-
uses: actions/cache@v2
250+
uses: actions/cache@v3
251251
with:
252252
path: .work/pkg
253253
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -310,14 +310,14 @@ jobs:
310310
run: echo "::set-output name=cache::$(make go.cachedir)"
311311

312312
- name: Cache the Go Build Cache
313-
uses: actions/cache@v2
313+
uses: actions/cache@v3
314314
with:
315315
path: ${{ steps.go.outputs.cache }}
316316
key: ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}
317317
restore-keys: ${{ runner.os }}-build-publish-artifacts-
318318

319319
- name: Cache Go Dependencies
320-
uses: actions/cache@v2
320+
uses: actions/cache@v3
321321
with:
322322
path: .work/pkg
323323
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

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.23.0
10+
export TERRAFORM_PROVIDER_VERSION := 0.23.2
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/developer/v1alpha1/zz_generated.conversion_hubs.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.

apis/developer/v1alpha1/zz_generated.deepcopy.go

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