Skip to content

Commit acba3a8

Browse files
committed
Merge branch 'main' into eks_tag_fix
2 parents fc567b7 + 5f9eb82 commit acba3a8

File tree

1,174 files changed

+3794
-6787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,174 files changed

+3794
-6787
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
env:
9-
BUILD_TAGS: "akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret integration mutationpolicy backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate"
9+
BUILD_TAGS: "akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret mutationpolicy backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate"
1010

1111
permissions:
1212
contents: write

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'README.md'
1010

1111
env:
12-
BUILD_TAGS: 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret integration mutationpolicy backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate'
12+
BUILD_TAGS: 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret mutationpolicy backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate'
1313

1414
jobs:
1515
build:
@@ -33,4 +33,4 @@ jobs:
3333
run: |
3434
go test $(go list ./... | grep -v /internal/client | grep -v /internal/models) -tags $BUILD_TAGS
3535
- name: Upload to Codecov
36-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
36+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ linters:
2626
- asciicheck
2727
- bodyclose
2828
- copyloopvar
29-
- depguard
3029
- dogsled
3130
- dupl
3231
- errcheck

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright © 2021 VMware, Inc. All Rights Reserved.
1+
# © Broadcom. All Rights Reserved.
2+
# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
23
# SPDX-License-Identifier: MPL-2.0
34

45
ifeq ($(VERSION_TAG),)
@@ -22,7 +23,7 @@ ifeq ($(TEST_FLAGS),)
2223
endif
2324

2425
ifeq ($(BUILD_TAGS),)
25-
BUILD_TAGS := 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret integration mutationpolicy helmfeature helmrelease helmcharts helmrepository backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate'
26+
BUILD_TAGS := 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret mutationpolicy helmfeature helmrelease helmcharts helmrepository backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections custompolicytemplate customiamrole permissiontemplate'
2627
endif
2728

2829
.PHONY: build clean-up test gofmt vet lint acc-test website-lint website-lint-fix

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn more:
2828
For general information about Terraform, visit [HashiCorp Developer][terraform-install] and
2929
[the project][terraform-github] on GitHub.
3030

31-
* [Go 1.19][golang-install]
31+
* [Go 1.23.2][golang-install]
3232

3333
Required, if [building][provider-build] and [testing][provider-test].
3434

docs/data-sources/integration.md

-68
This file was deleted.

docs/resources/integration.md

-83
This file was deleted.

examples/data-sources/integration/data-source.tf

-7
This file was deleted.

examples/resources/integration/resource.tf

-22
This file was deleted.

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware/terraform-provider-tanzu-mission-control
22

3-
go 1.19
3+
go 1.23.2
44

55
require (
66
github.com/go-openapi/strfmt v0.23.0
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1010
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
1111
github.com/pkg/errors v0.9.1
12-
github.com/stretchr/testify v1.9.0
12+
github.com/stretchr/testify v1.10.0
1313
go.pinniped.dev v0.23.0
1414
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
1515
k8s.io/apiextensions-apiserver v0.28.2
@@ -81,12 +81,12 @@ require (
8181
github.com/vmihailenco/tagparser v0.1.1 // indirect
8282
github.com/zclconf/go-cty v1.10.0 // indirect
8383
go.mongodb.org/mongo-driver v1.14.0 // indirect
84-
golang.org/x/crypto v0.21.0 // indirect
84+
golang.org/x/crypto v0.31.0 // indirect
8585
golang.org/x/net v0.23.0 // indirect
8686
golang.org/x/oauth2 v0.24.0
87-
golang.org/x/sys v0.18.0 // indirect
88-
golang.org/x/term v0.18.0 // indirect
89-
golang.org/x/text v0.14.0 // indirect
87+
golang.org/x/sys v0.28.0 // indirect
88+
golang.org/x/term v0.27.0 // indirect
89+
golang.org/x/text v0.21.0 // indirect
9090
golang.org/x/time v0.3.0 // indirect
9191
google.golang.org/appengine v1.6.7 // indirect
9292
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect

0 commit comments

Comments
 (0)