Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.85.0 #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pulumi/pulumi-terraform-bridge/v3 v3.80.0 -> v3.85.0 age adoption passing confidence

Release Notes

pulumi/pulumi-terraform-bridge (github.com/pulumi/pulumi-terraform-bridge/v3)

v3.85.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-terraform-bridge@v3.84.0...v3.85.0

v3.84.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.83.0...v3.84.0

v3.83.0

Compare Source

When upgrading

  • [Breaking] Remove UnknownValue from shim.Schema by @​iwahbe in https://github.com/pulumi/pulumi-terraform-bridge/pull/1974: I don't expect many people to by relying on this interface, but it is public and we have removed a field it previously exposed.

  • Allow large JSON numbers in provider2/upgradeState by @​iwahbe in https://github.com/pulumi/pulumi-terraform-bridge/pull/2001: The fix here was partially in the bridge, but also in Pulumi's fork of terraform-plugin-sdk/v2. To benefit from the fix, you will need to upgrade the replace target used in your provider:

    -replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240229143312-4f60ee4e2975
    +replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.82.0...v3.83.0

v3.82.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.81.0...v3.82.0

v3.81.0

Compare Source

Breaking changes:

https://github.com/pulumi/pulumi-terraform-bridge/pull/1879 introduced a breaking change:

  • tfbridge.MetadataInfo.ExtractRuntimeMetadata has been moved from a method on tfbridge.MetadataInfo (now info.Metdata) to a stand alone function: tfbridge.ExtractRuntimeMetadata.

  • tfbridge.ProviderInfo.(Must)?TraverseProperties has been moved from a method to a standalone function: tfbridge.(Must)?TraverseProperties.

  • tfbridge.ElementStrategy[T Resource | DataSource] func(tfToken string, elem *T) error could not be re-exported since go does not allow type aliases for generic types.

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.80.0...v3.81.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from runlevel5 as a code owner April 23, 2024 18:44
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-terraform-bridge-v3-3.x branch from 4237aa1 to c8d5447 Compare May 10, 2024 01:13
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.81.0 chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.82.0 May 10, 2024
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.82.0 chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.83.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-terraform-bridge-v3-3.x branch from c8d5447 to ff8405d Compare May 23, 2024 22:43
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-terraform-bridge-v3-3.x branch from ff8405d to 2a97cb4 Compare June 4, 2024 23:11
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.83.0 chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.84.0 Jun 4, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: provider/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 62 additional dependencies were updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.113.0 -> v3.121.0
cloud.google.com/go v0.112.0 -> v0.112.1
cloud.google.com/go/compute v1.23.3 -> v1.25.0
cloud.google.com/go/iam v1.1.5 -> v1.1.6
cloud.google.com/go/kms v1.15.5 -> v1.15.7
cloud.google.com/go/longrunning v0.5.4 -> v0.5.5
cloud.google.com/go/storage v1.36.0 -> v1.39.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0 -> v1.11.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 -> v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0 -> v1.8.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 -> v1.2.2
github.com/aws/aws-sdk-go v1.49.0 -> v1.50.36
github.com/aws/aws-sdk-go-v2 v1.24.0 -> v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.26.1 -> v1.27.11
github.com/aws/aws-sdk-go-v2/credentials v1.16.12 -> v1.17.11
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.10 -> v1.16.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.9 -> v1.3.5
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.9 -> v2.6.5
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2 -> v1.8.0
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 -> v1.11.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.9 -> v1.11.7
github.com/aws/aws-sdk-go-v2/service/kms v1.27.5 -> v1.30.1
github.com/aws/aws-sdk-go-v2/service/sso v1.18.5 -> v1.20.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.5 -> v1.23.4
github.com/aws/aws-sdk-go-v2/service/sts v1.26.5 -> v1.28.6
github.com/aws/smithy-go v1.19.0 -> v1.20.2
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/go-jose/go-jose/v3 v3.0.0 -> v3.0.3
github.com/go-logr/logr v1.3.0 -> v1.4.1
github.com/golang-jwt/jwt/v5 v5.1.0 -> v5.2.1
github.com/google/wire v0.5.0 -> v0.6.0
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.12.2
github.com/hashicorp/go-retryablehttp v0.7.4 -> v0.7.5
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 -> v0.1.8
github.com/hashicorp/go-sockaddr v1.0.2 -> v1.0.6
github.com/hashicorp/vault/api v1.9.2 -> v1.12.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 -> v0.0.0-20240102092130-5ac0b6a4141c
github.com/pulumi/esc v0.8.2 -> v0.9.1
github.com/pulumi/pulumi-java/pkg v0.10.0 -> v0.11.0
github.com/pulumi/pulumi-yaml v1.6.0 -> v1.8.0
github.com/pulumi/pulumi/pkg/v3 v3.112.0 -> v3.121.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 -> v0.49.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.49.0
go.opentelemetry.io/otel v1.21.0 -> v1.24.0
go.opentelemetry.io/otel/metric v1.21.0 -> v1.24.0
go.opentelemetry.io/otel/trace v1.21.0 -> v1.24.0
gocloud.dev/secrets/hashivault v0.30.0 -> v0.37.0
golang.org/x/crypto v0.21.0 -> v0.24.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.16.0 -> v0.18.0
golang.org/x/net v0.22.0 -> v0.26.0
golang.org/x/oauth2 v0.16.0 -> v0.18.0
golang.org/x/sync v0.6.0 -> v0.7.0
golang.org/x/sys v0.18.0 -> v0.21.0
golang.org/x/term v0.18.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.19.0 -> v0.22.0
google.golang.org/api v0.155.0 -> v0.169.0
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240311173647-c811ad7063a7
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240311173647-c811ad7063a7
google.golang.org/grpc v1.62.1 -> v1.63.2

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-terraform-bridge-v3-3.x branch from 2a97cb4 to 08709e4 Compare June 24, 2024 20:09
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.84.0 chore(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.85.0 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants