Skip to content

Commit faf2cd4

Browse files
committed
Merge branch 'master' into migration-PR-sdk-test-donot-delete
2 parents 6bb48b1 + 71c26e1 commit faf2cd4

File tree

144 files changed

+5926
-2092
lines changed

Some content is hidden

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

144 files changed

+5926
-2092
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.77.1 (Apr 14, 2025)
2+
Enhancements
3+
* feat(partner center sell): less restriction on global catalog object names ([6122](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6122))
4+
* fix(Cloud Databases): Fix for importing read replicas ([6126](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6126))
5+
* fix(patner-center-sell): remove required flag on tag fields ([6055](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6055))
6+
* enhancement: improved error handling for is (ike/ipsec) policy ([6128](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6128))
7+
* enhancement: improved error handling for is_ssh_key ([6124](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6124))
8+
* fix: set previously unset attribute on is_ssh_key datasource ([6123](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6123))
9+
* Added tests for tdx confidential compute mode ([6121](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6121))
10+
* fix: update issue on is_volume name update ([6127](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6127))
11+
* Added acceptance test for sgx confidential compute mode ([6120](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6120))
112

213
# 1.77.0 (Apr 06, 2025)
314
* Support for IAM

GNUmakefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ TEST_TIMEOUT?=700m
55
VERSION ?= 0.0.1
66
OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH)
77
PLUGIN_DIR := $(HOME)/.terraform.d/plugins/registry.terraform.io/ibm-cloud/ibm/$(VERSION)/$(OS_ARCH)
8+
TEST_NAME ?= ""
89

910
default: build
1011

@@ -36,6 +37,14 @@ test: fmtcheck
3637
testacc: fmtcheck
3738
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout $(TEST_TIMEOUT)
3839

40+
test-vpc:
41+
@if [ "$(TEST_NAME)" = "" ]; then \
42+
echo "Error: Please provide a test name using TEST_NAME=YourTestName"; \
43+
exit 1; \
44+
fi
45+
@echo "Running VPC test: $(TEST_NAME)"
46+
@$(MAKE) testacc TEST=./ibm/service/vpc TESTARGS='-run=$(TEST_NAME)'
47+
3948
testrace: fmtcheck
4049
TF_ACC= go test -race $(TEST) $(TESTARGS)
4150

go.mod

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/IBM/logs-go-sdk v0.4.0
3333
github.com/IBM/logs-router-go-sdk v1.0.7
3434
github.com/IBM/mqcloud-go-sdk v0.2.0
35-
github.com/IBM/networking-go-sdk v0.51.3
35+
github.com/IBM/networking-go-sdk v0.51.4
3636
github.com/IBM/platform-services-go-sdk v0.78.0
3737
github.com/IBM/project-go-sdk v0.3.5
3838
github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5
@@ -43,15 +43,15 @@ require (
4343
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.10
4444
github.com/IBM/vmware-go-sdk v0.1.3
4545
github.com/IBM/vpc-beta-go-sdk v0.8.0
46-
github.com/IBM/vpc-go-sdk v0.66.0
46+
github.com/IBM/vpc-go-sdk v0.67.1
4747
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
4848
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2
4949
github.com/akamai/AkamaiOPEN-edgegrid-golang/v5 v5.0.0
5050
github.com/apache/openwhisk-client-go v0.0.0-20200201143223-a804fb82d105
5151
github.com/apparentlymart/go-cidr v1.1.0
5252
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
5353
github.com/go-openapi/strfmt v0.23.0
54-
github.com/golang-jwt/jwt v3.2.2+incompatible
54+
github.com/golang-jwt/jwt/v5 v5.2.2
5555
github.com/google/go-cmp v0.7.0
5656
github.com/google/uuid v1.6.0
5757
github.com/hashicorp/go-uuid v1.0.3
@@ -79,7 +79,6 @@ require (
7979
require github.com/BurntSushi/toml v1.2.0 // indirect
8080

8181
require (
82-
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
8382
github.com/Logicalis/asn1 v0.0.0-20190312173541-d60463189a56 // indirect
8483
github.com/Masterminds/semver/v3 v3.2.1 // indirect
8584
github.com/PromonLogicalis/asn1 v0.0.0-20190312173541-d60463189a56 // indirect
@@ -95,7 +94,6 @@ require (
9594
github.com/containernetworking/cni v1.2.0-rc1 // indirect
9695
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9796
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
98-
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
9997
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
10098
github.com/eapache/go-resiliency v1.7.0 // indirect
10199
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
@@ -123,12 +121,12 @@ require (
123121
github.com/go-playground/validator/v10 v10.24.0 // indirect
124122
github.com/go-test/deep v1.1.0 // indirect
125123
github.com/gogo/protobuf v1.3.2 // indirect
124+
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
126125
github.com/golang/protobuf v1.5.4 // indirect
127126
github.com/golang/snappy v0.0.4 // indirect
128127
github.com/google/gnostic-models v0.6.8 // indirect
129128
github.com/google/go-querystring v1.1.0 // indirect
130129
github.com/google/gofuzz v1.2.0 // indirect
131-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
132130
github.com/gorilla/websocket v1.5.0 // indirect
133131
github.com/hashicorp/errwrap v1.1.0 // indirect
134132
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -168,7 +166,6 @@ require (
168166
github.com/josharian/intern v1.0.0 // indirect
169167
github.com/json-iterator/go v1.1.12 // indirect
170168
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0 // indirect
171-
github.com/kardianos/govendor v1.0.9 // indirect
172169
github.com/klauspost/compress v1.17.11 // indirect
173170
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1 // indirect
174171
github.com/leodido/go-urn v1.4.0 // indirect
@@ -179,8 +176,6 @@ require (
179176
github.com/mitchellh/copystructure v1.2.0 // indirect
180177
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
181178
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
182-
github.com/mitchellh/gox v1.0.1 // indirect
183-
github.com/mitchellh/iochan v1.0.0 // indirect
184179
github.com/mitchellh/mapstructure v1.5.0 // indirect
185180
github.com/mitchellh/reflectwalk v1.0.2 // indirect
186181
github.com/moby/spdystream v0.4.0 // indirect
@@ -212,19 +207,18 @@ require (
212207
go.opentelemetry.io/otel/metric v1.28.0 // indirect
213208
go.opentelemetry.io/otel/trace v1.28.0 // indirect
214209
go.uber.org/atomic v1.9.0 // indirect
210+
go.uber.org/automaxprocs v1.6.0 // indirect
215211
go.uber.org/ratelimit v0.2.0 // indirect
216212
go.uber.org/zap v1.27.0 // indirect
217213
golang.org/x/mod v0.21.0 // indirect
218-
golang.org/x/net v0.37.0 // indirect
214+
golang.org/x/net v0.38.0 // indirect
219215
golang.org/x/oauth2 v0.22.0 // indirect
220216
golang.org/x/sync v0.12.0 // indirect
221217
golang.org/x/sys v0.32.0 // indirect
222218
golang.org/x/term v0.30.0 // indirect
223219
golang.org/x/text v0.23.0 // indirect
224220
golang.org/x/time v0.3.0 // indirect
225221
golang.org/x/tools v0.26.0 // indirect
226-
golang.org/x/tools/cmd/cover v0.1.0-deprecated // indirect
227-
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
228222
google.golang.org/appengine v1.6.8 // indirect
229223
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
230224
google.golang.org/grpc v1.67.1 // indirect

0 commit comments

Comments
 (0)