Closed cluster-stack-bot[bot] closed 9 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: mod upgrade --mod-name=github.com/google/go-github/v52 -t=53
err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/sovereignCloudStack/cluster-stack-provider-openstack:
github.com/google/go-github/v53@v53.2.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
go mod vendor
could not load package
github.com/marwan-at-work/mod/major.Run
/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/major/major.go:47
main.upgrade
/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:75
main.main.withExit.func1
/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:88
github.com/urfave/cli/v2.(*Command).Run
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:274
github.com/urfave/cli/v2.(*Command).Run
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:267
github.com/urfave/cli/v2.(*App).RunContext
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:332
github.com/urfave/cli/v2.(*App).Run
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:309
main.main
/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:71
runtime.main
/opt/containerbase/tools/golang/1.21.6/src/runtime/proc.go:267
runtime.goexit
/opt/containerbase/tools/golang/1.21.6/src/runtime/asm_amd64.s:1650
This PR contains the following updates:
v52.0.0
->v53.2.0
Release Notes
google/go-github (github.com/google/go-github/v52)
### [`v53.2.0`](https://togithub.com/google/go-github/releases/tag/v53.2.0) [Compare Source](https://togithub.com/google/go-github/compare/v53.1.0...v53.2.0) This minor release contains the following changes: - Implement rulesets ([#2795](https://togithub.com/google/go-github/issues/2795)) - Support code scanning default setup configuration ([#2808](https://togithub.com/google/go-github/issues/2808)) - Add generate-jitconfig API for self-hosted runners ([#2801](https://togithub.com/google/go-github/issues/2801)) - Initial implementation of codespaces API ([#2803](https://togithub.com/google/go-github/issues/2803)) - Fix missing Include, Exclude fields in RulesetRefConditionParameters ([#2810](https://togithub.com/google/go-github/issues/2810)) - Bump version of go-github to v53.2.0 ([#2811](https://togithub.com/google/go-github/issues/2811)) ### [`v53.1.0`](https://togithub.com/google/go-github/releases/tag/v53.1.0) [Compare Source](https://togithub.com/google/go-github/compare/v53.0.0...v53.1.0) This minor release contains the following changes: - Bump go-github from v52.0.0 to v53.0.0 in /scrape ([#2800](https://togithub.com/google/go-github/issues/2800)) - Add GitHub App event security_advisory ([#2799](https://togithub.com/google/go-github/issues/2799)) - Fix auth vulnerability ([#2805](https://togithub.com/google/go-github/issues/2805)) - Bump version of go-github to v53.1.0 ([#2806](https://togithub.com/google/go-github/issues/2806)) ### [`v53.0.0`](https://togithub.com/google/go-github/releases/tag/v53.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v52.0.0...v53.0.0) This release contains the following breaking API changes: - Update DependabotSecretsSelectedRepoIDs type to \[]int64 ([#2794](https://togithub.com/google/go-github/issues/2794)) and the following additional changes: - Bump go-github from v51.0.0 to v52.0.0 in /scrape ([#2767](https://togithub.com/google/go-github/issues/2767)) - Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#2768](https://togithub.com/google/go-github/issues/2768)) - Change the CreateRequiredWorkflow method from PUT to POST ([#2771](https://togithub.com/google/go-github/issues/2771)) - Add Repository field to DependabotAlert ([#2772](https://togithub.com/google/go-github/issues/2772)) - Add omitempty to CreateOrgInvitationOptions fields ([#2778](https://togithub.com/google/go-github/issues/2778)) - Bump golang.org/x/net from 0.9.0 to 0.10.0 in /scrape ([#2779](https://togithub.com/google/go-github/issues/2779)) - Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 ([#2780](https://togithub.com/google/go-github/issues/2780)) - Support x-ratelimit-reset handling for secondary rate limits ([#2775](https://togithub.com/google/go-github/issues/2775)) - Support deployment protection rule event type ([#2773](https://togithub.com/google/go-github/issues/2773)) - Support array type in go generate with whitelist ([#2776](https://togithub.com/google/go-github/issues/2776)) - Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ([#2781](https://togithub.com/google/go-github/issues/2781)) - Add test for resource JSON marshaling ([#2783](https://togithub.com/google/go-github/issues/2783)) - Bump codecov/codecov-action from 3.1.3 to 3.1.4 ([#2784](https://togithub.com/google/go-github/issues/2784)) - Add missing fields to AuditEntry ([#2786](https://togithub.com/google/go-github/issues/2786)) - Add "new_name" parameter to repo transfer request ([#2788](https://togithub.com/google/go-github/issues/2788)) - Add workflow run display title ([#2792](https://togithub.com/google/go-github/issues/2792)) - Bump version of go-github to v53.0.0 ([#2797](https://togithub.com/google/go-github/issues/2797))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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.