Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v5.29.0 (#358)
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`.

---

- Upgrading terraform-provider-oci from 5.28.0  to 5.29.0.
	Fixes #357
  • Loading branch information
pulumi-bot authored Feb 15, 2024
1 parent 99f75d0 commit f851f8c
Show file tree
Hide file tree
Showing 124 changed files with 5,824 additions and 96 deletions.
117 changes: 107 additions & 10 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json

Large diffs are not rendered by default.

402 changes: 388 additions & 14 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.20240207025119-ed18573523b6 // indirect
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877 // indirect
github.com/oracle/terraform-provider-oci/shim v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.74.0
github.com/pulumi/pulumi/pkg/v3 v3.105.0 // indirect
Expand Down Expand Up @@ -171,7 +171,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.58.0 // indirect
github.com/oracle/oci-go-sdk/v65 v65.58.1 // 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 @@ -2087,10 +2087,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.58.0 h1:NnHfeuJThlWXBAI09+2mH7WpeUk6krx4tbz+ECZ7vEU=
github.com/oracle/oci-go-sdk/v65 v65.58.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240207025119-ed18573523b6 h1:LJZpBX3VZc8i3bvCvaU5mIqxF71NUlELMYBVkuJzgFI=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240207025119-ed18573523b6/go.mod h1:Lja3JGPDcIVgSUvGu/nP4TKN6K302PzLcNwYhq2QQ3A=
github.com/oracle/oci-go-sdk/v65 v65.58.1 h1:4GuF0rN+FPS6b2iPbL1qgjwi0ylkhuGNJolDH/cRNpg=
github.com/oracle/oci-go-sdk/v65 v65.58.1/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877 h1:FRYtjb2EWOYVfaP0BOyUpzIxlm/53O7bNGZTDm9GC+w=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877/go.mod h1:r7MZqsutzKhZ3xdSlAaVhkAZvbRLhoEU/vCMCTqW2MI=
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.20240207025119-ed18573523b6
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877
)

replace github.com/hashicorp/terraform-exec => github.com/hashicorp/terraform-exec v0.14.0
Expand Down Expand Up @@ -46,7 +46,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.58.0 // indirect
github.com/oracle/oci-go-sdk/v65 v65.58.1 // 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 @@ -491,10 +491,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.58.0 h1:NnHfeuJThlWXBAI09+2mH7WpeUk6krx4tbz+ECZ7vEU=
github.com/oracle/oci-go-sdk/v65 v65.58.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240207025119-ed18573523b6 h1:LJZpBX3VZc8i3bvCvaU5mIqxF71NUlELMYBVkuJzgFI=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240207025119-ed18573523b6/go.mod h1:Lja3JGPDcIVgSUvGu/nP4TKN6K302PzLcNwYhq2QQ3A=
github.com/oracle/oci-go-sdk/v65 v65.58.1 h1:4GuF0rN+FPS6b2iPbL1qgjwi0ylkhuGNJolDH/cRNpg=
github.com/oracle/oci-go-sdk/v65 v65.58.1/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877 h1:FRYtjb2EWOYVfaP0BOyUpzIxlm/53O7bNGZTDm9GC+w=
github.com/oracle/terraform-provider-oci v1.0.19-0.20240214044622-8cd2a1745877/go.mod h1:r7MZqsutzKhZ3xdSlAaVhkAZvbRLhoEU/vCMCTqW2MI=
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
18 changes: 18 additions & 0 deletions sdk/dotnet/Database/AutonomousDatabase.cs

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

7 changes: 7 additions & 0 deletions sdk/dotnet/Database/GetAutonomousDatabase.cs

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

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

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

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

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

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

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

Loading

0 comments on commit f851f8c

Please sign in to comment.