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 go modules #2046

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
cloud.google.com/go/asset v1.15.3 -> v1.16.0 age adoption passing confidence require minor
cloud.google.com/go/storage v1.35.1 -> v1.36.0 age adoption passing confidence require minor
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.2 -> v0.11.0 age adoption passing confidence require minor v0.11.1
github.com/gomarkdown/markdown a660076 -> 1d6d208 age adoption passing confidence require digest
github.com/google/go-github/v55 v55.0.0 -> v57.0.0 age adoption passing confidence require major
github.com/spf13/viper v1.18.1 -> v1.18.2 age adoption passing confidence require patch
golang.org/x/exp aacd6d4 -> 02704c9 age adoption passing confidence require digest
google.golang.org/api v0.153.0 -> v0.154.0 age adoption passing confidence require minor

Release Notes

google/go-github (github.com/google/go-github/v55)

v57.0.0

Compare Source

This release contains the following breaking API change:

  • Change PushEvent.Pusher type to CommitAuthor (#​2999)

...and the following additional changes:

  • Bump go-github from v55 to v56 in /scrape (#​2962)
  • Add support for packages IP address for APIMeta (#​2964)
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#​2967)
  • Move RateLimits method to a service (#​2969)
  • Add nil check in ErrorResponse.Error method (#​2971)
  • Lint godoc comments (#​2972)
  • Add referenced workflows to WorkflowRun (#​2975)
  • Use metadata to reconcile go-github with GitHub's OpenAPI descriptions (#​2919)
  • Fix branch protection request fields (#​2977)
  • Add dependabot alert update endpoint (#​2981)
  • Bump golang.org/x/sync from 0.4.0 to 0.5.0 in /tools (#​2990)
  • Deprecate RepositoriesService.List (#​2988)
  • Add support for Required Workflows (#​2979)
  • Implement Custom Properties (#​2986)
  • Bump golang.org/x/net from 0.17.0 to 0.18.0 in /scrape (#​2991)
  • Add default branch to repository edit event (#​2995)
  • Add Draft to Issue type (#​2997)
  • Fix secondary rate limits URL (#​3001)
  • Bump golang.org/x/net from 0.18.0 to 0.19.0 in /scrape (#​3003)
  • Implement global security advisories API (#​2993)
  • Bump version of go-github to v57.0.0 (#​3009)

v56.0.0

Compare Source

This release contains the following breaking API changes:

  • Remove ListServiceHooks (#​2917)
  • Fix SecretScanning API by switching arguments from url to json (#​2934)
  • Remove openpgp and change CreateCommit signature (#​2935)
  • Allow up to maxRedirects upon receiving HTTP 301 status (#​2939)
  • Escape branch string before inserting it in URL (#​2948)
  • Create MarkdownService, EmojisService, CodesOfConductService and MetaService (#​2937)
  • Support options for GetCodeownersErrors (#​2953)

(NOTE: In particular, please play close attention to #​2948 as it may affect the code around the call.
Specifically, you may be required to remove any escaping that you perform prior to calling the modified methods.)

...and the following additional changes:

  • Bump go-github from v54 to v55 in /scrape (#​2915)
  • Add enterprise runner group operations (#​2891)
  • Add GenerateEnterpriseJITConfig (#​2890)
  • Fix linting (#​2903)
  • Handle encoding value of "none" (#​2924)
  • Correct NewEnterpriseClient deprecation message (#​2923)
  • Fix golangci-lint timeout failures (#​2931)
  • Bump golang.org/x/net from 0.14.0 to 0.15.0 in /scrape (#​2925)
  • Add missing secret scanning alert fields (#​2930)
  • Add development scripts (#​2928)
  • Add enterprise actions permissions endpoints and reorg files (#​2920)
  • Add SAML SSO audit log fields (#​2941)
  • Add test for resource JSON marshaling - ActionVariable (#​2942)
  • Add json marshaling tests for action usage and OIDC types (#​2944)
  • Add List Installation Requests API (#​2947)
  • Add support for "performed_via_github_app" and "requested_team" in IssueEvent (#​2946)
  • Add "organization" field to more events (#​2949)
  • Add Repository Security Advisories APIs (#​2902)
  • Bump golang.org/x/net from 0.15.0 to 0.16.0 in /scrape (#​2954)
  • Add prevent_self_review on repo environments (#​2951)
  • Add type field to DeploymentBranchPolicy (#​2957)
  • Bump golang.org/x/net from 0.16.0 to 0.17.0 in /scrape (#​2958)
  • Bump golang.org/x/net from 0.10.0 to 0.17.0 in /example (#​2960)
  • Bump version of go-github to v56.0.0 (#​2961)
spf13/viper (github.com/spf13/viper)

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

googleapis/google-api-go-client (google.golang.org/api)

v0.154.0

Compare Source

Features

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Dec 15, 2023
@dpebot
Copy link
Collaborator

dpebot commented Dec 15, 2023

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update module github.com/google/go-github/v55 to v57 chore(deps): update go modules Dec 16, 2023
@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 67f3ea9 to 6eb5b63 Compare December 16, 2023 00:56
@dpebot
Copy link
Collaborator

dpebot commented Dec 16, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 6eb5b63 to 3fbe4d8 Compare December 19, 2023 00:40
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 3fbe4d8 to 0b52116 Compare December 19, 2023 00:45
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 0b52116 to 977ea37 Compare December 19, 2023 01:02
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 977ea37 to 0b09db2 Compare December 19, 2023 19:16
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 0b09db2 to cbc3b59 Compare December 19, 2023 22:41
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from cbc3b59 to fd445fd Compare December 19, 2023 22:50
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from fd445fd to 42cb80f Compare December 19, 2023 23:29
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 42cb80f to c7ed538 Compare December 20, 2023 02:39
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from c7ed538 to 333d75d Compare December 20, 2023 19:27
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 333d75d to e323953 Compare December 21, 2023 01:39
@dpebot
Copy link
Collaborator

dpebot commented Dec 21, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e323953 to 2e6edb3 Compare December 21, 2023 06:24
@dpebot
Copy link
Collaborator

dpebot commented Dec 21, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 2e6edb3 to fb3d4cd Compare December 21, 2023 18:06
@dpebot
Copy link
Collaborator

dpebot commented Dec 21, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from fb3d4cd to 16cd3b1 Compare December 22, 2023 21:53
@dpebot
Copy link
Collaborator

dpebot commented Dec 22, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 16cd3b1 to e4ccdd3 Compare December 25, 2023 19:26
@dpebot
Copy link
Collaborator

dpebot commented Dec 25, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e4ccdd3 to 36072f5 Compare December 26, 2023 01:53
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 36072f5 to 57c4991 Compare December 26, 2023 19:30
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@apeabody apeabody changed the title chore(deps): update go modules fix(deps): update go modules Dec 26, 2023
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@apeabody apeabody merged commit 5da1b46 into GoogleCloudPlatform:master Dec 26, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants