Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v5.35.0 (#409)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-oci
--kind=all --target-bridge-version=latest`.

---

- Updating Java Gen version from 0.9.9 to 0.10.0.
- Upgrading terraform-provider-oci from 5.34.0  to 5.35.0.
	Fixes #408
  • Loading branch information
pulumi-bot authored Mar 28, 2024
1 parent 18eb68b commit cc7e6e2
Show file tree
Hide file tree
Showing 1,143 changed files with 232,651 additions and 59,043 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.10.0
1,881 changes: 1,735 additions & 146 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json

Large diffs are not rendered by default.

10,665 changes: 10,554 additions & 111 deletions provider/cmd/pulumi-resource-oci/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (
)

require (
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13 // indirect
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668 // indirect
github.com/oracle/terraform-provider-oci/shim v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.78.0
github.com/pulumi/pulumi/pkg/v3 v3.111.1 // indirect
Expand Down Expand Up @@ -174,7 +174,7 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/oracle/oci-go-sdk/v65 v65.61.2 // indirect
github.com/oracle/oci-go-sdk/v65 v65.62.0 // indirect
github.com/pgavlin/fx v0.1.6 // indirect
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2686,10 +2686,10 @@ github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxS
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/oracle/oci-go-sdk/v65 v65.61.2 h1:NiwGl+g1r1ibBbntqBeYWgP8GuSDPYRevpM4MUkBFpg=
github.com/oracle/oci-go-sdk/v65 v65.61.2/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13 h1:PBKdM3OhtBjknKgPxlQ7aR6b16ksE11UpvrHar/aAUc=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13/go.mod h1:oZaLtwK08iEPtcdoxNiYdxebeeyi5Xk5Ee7pm971N4U=
github.com/oracle/oci-go-sdk/v65 v65.62.0 h1:A+3n6e4TanUK94yvZBqUyK62mvDZ2YC29lJebVKsmcg=
github.com/oracle/oci-go-sdk/v65 v65.62.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668 h1:Lm/lgM1gsRO0PET5drJ4Lj8xxrLK2sOd+Obc/frDXuU=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668/go.mod h1:VR/+GElQSb4aBVPS5wu0RAztk14WF4EBydGxABCH3tM=
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=
Expand Down
4 changes: 2 additions & 2 deletions provider/shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.22.0
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668
)

replace github.com/hashicorp/terraform-exec => github.com/hashicorp/terraform-exec v0.14.0
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/oracle/oci-go-sdk/v65 v65.61.2 // indirect
github.com/oracle/oci-go-sdk/v65 v65.62.0 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/shim/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce h1:RPclfga2SEJmgMmz2k
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce/go.mod h1:uFMI8w+ref4v2r9jz+c9i1IfIttS/OkmLfrk1jne5hs=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/oracle/oci-go-sdk/v65 v65.61.2 h1:NiwGl+g1r1ibBbntqBeYWgP8GuSDPYRevpM4MUkBFpg=
github.com/oracle/oci-go-sdk/v65 v65.61.2/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13 h1:PBKdM3OhtBjknKgPxlQ7aR6b16ksE11UpvrHar/aAUc=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240319185311-e95fac9bee13/go.mod h1:oZaLtwK08iEPtcdoxNiYdxebeeyi5Xk5Ee7pm971N4U=
github.com/oracle/oci-go-sdk/v65 v65.62.0 h1:A+3n6e4TanUK94yvZBqUyK62mvDZ2YC29lJebVKsmcg=
github.com/oracle/oci-go-sdk/v65 v65.62.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668 h1:Lm/lgM1gsRO0PET5drJ4Lj8xxrLK2sOd+Obc/frDXuU=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240327080738-b0ade528b668/go.mod h1:VR/+GElQSb4aBVPS5wu0RAztk14WF4EBydGxABCH3tM=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
287 changes: 287 additions & 0 deletions sdk/dotnet/DataIntegration/GetWorkspaceTask.cs

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

Loading

0 comments on commit cc7e6e2

Please sign in to comment.