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

fix(deps): update dependency @pulumi/github to v6 #160

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/github (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

pulumi/pulumi-github (@​pulumi/github)

v6.0.1

Compare Source

Changelog

v6.0.0

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Brussels, 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 changed the title Update dependency @pulumi/github to v6 fix(deps): update dependency @pulumi/github to v6 Mar 7, 2024
@dirien
Copy link
Contributor

dirien commented Apr 19, 2024

@ringods is there anything to do from our side to get this merged?

@tmeckel
Copy link
Member

tmeckel commented May 11, 2024

@dirien there seems to be an issue with the V6 of @pulumi/github
@ringods

     Type                              Name                     Plan     Info
     pulumi:pulumi:Stack               infra-prod                        26 messages
     └─ github:index:BranchProtection  pulumi-vra_protect_main           1 error
 
Diagnostics:
  pulumi:pulumi:Stack (infra-prod):
    panic: interface conversion: interface {} is nil, not bool
    goroutine 179 [running]:
    github.com/integrations/terraform-provider-github/v6/github.resourceGithubBranchProtectionUpgradeV1({0xb100000000000000?, 0x0?}, 0x2?, {0xc0003a6b20?, 0x0?})
    	/home/runner/go/pkg/mod/github.com/integrations/terraform-provider-github/[email protected]/github/migrate_github_branch_protection.go:67 +0x233
    github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.UpgradeJSONState({0x170d6d0, 0x2253720}, 0x1?, 0xc000335e90?, 0xc000165ce0?, {0x11dbb00, 0xc0002067c0})
    	/home/runner/go/pkg/mod/github.com/pulumi/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:485 +0x70
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2.upgradeResourceState(0xc0003a0240, 0xc0005eb770?, 0xc0007be680)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/tfshim/sdk-v2/upgrade_state.go:45 +0x1f2
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2.v2Provider.Diff({0xc0003a0240?, {0x0?, 0x0?, 0x0?}}, {0x170d740, 0xc000446c30}, {0x14e5fb2, 0x18}, {0x170dde0, 0xc00055bc80}, ...)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/tfshim/sdk-v2/provider_diff.go:69 +0x24f
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.(*Provider).Diff(0xc000385980, {0x170d740?, 0xc0004467b0?}, 0xc0004bc600)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/tfbridge/provider.go:883 +0x8e9
    github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Diff_Handler.func1({0x170d740, 0xc0004467b0}, {0x1410140?, 0xc0004bc600})
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/proto/go/provider_grpc.pb.go:575 +0x72
    github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x170d740, 0xc0004464b0}, {0x1410140, 0xc0004bc600}, 0xc0005e0060, 0xc0005d60a8)
    	/home/runner/go/pkg/mod/github.com/grpc-ecosystem/[email protected]/go/otgrpc/server.go:57 +0x3d0
    github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Diff_Handler({0x148fb20?, 0xc000385980}, {0x170d740, 0xc0004464b0}, 0xc0004bc580, 0xc00063cc20)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/proto/go/provider_grpc.pb.go:577 +0x135
    google.golang.org/grpc.(*Server).processUnaryRPC(0xc000106800, {0x170d740, 0xc000446420}, {0x1716720, 0xc0001bcea0}, 0xc0005dc000, 0xc000446030, 0x2213188, 0x0)
    	/home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go:1385 +0xe03
    google.golang.org/grpc.(*Server).handleStream(0xc000106800, {0x1716720, 0xc0001bcea0}, 0xc0005dc000)
    	/home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go:1796 +0xfec
    google.golang.org/grpc.(*Server).serveStreams.func2.1()
    	/home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go:1029 +0x8b
    created by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 14
    	/home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go:1040 +0x135
 
  github:index:BranchProtection (pulumi-vra_protect_main):
    error: error reading from server: EOF

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

6 participants