Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v50 require major v50.1.0 -> v51.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

google/go-github

v51.0.0

Compare Source

This release contains the following breaking API changes:

  • Add ListOptions to GetAdvancedSecurityActiveCommittersOrg (#​2720)
  • Change PrivateRepos from int to int64 (#​2738)

and the following additional changes:

  • Bump actions/setup-go from 3 to 4 (#​2713)
  • Bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 in /scrape (#​2714)
  • Add added_by and last_used fields to keys (#​2718)
  • Add CanAdminsBypass to Environment (#​2721)
  • Add download capability for workflow run attempt logs (#​2716)
  • Add CanAdminsBypass to CreateUpdateEnvironment (#​2727)
  • Add BuildType to GitHub Repo Pages (#​2724)
  • Set authenticated user's email visibility (#​2711)
  • Add support for deleting an org (#​2728)
  • verify payload signature if present (#​2732)
  • Implement the actions required workflows APIs (#​2730)
  • Add options for listing workflow runs (#​2735)
  • Bump version of go-github to v51.0.0 (#​2739)

v50.2.0

Compare Source

This minor release contains the following interesting changes:

  • Add ListExternalGroupsForTeamBySlug to Teams API (#​2674)
  • Add DicussionCommentEvent Webhook (#​2678)
  • Add head_sha for ListWorkflowRunsOptions (#​2703)
  • Support HTTP Proxy from environment (#​2686)
  • Update custom repo roles URL (#​2702)
  • Move to Protonmail PGP (#​2666)
  • Fix SCIM query params (#​2680)
  • Add fields to update repository API and create branch protection API to match GitHub APIs (#​2709)

in addition to these more maintenance-type changes:

  • Bump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 in /example (#​2676)
  • Bump github.com/xlzd/gotp from 0.0.0-20181030022105-c8557ba2c119 to 0.1.0 in /scrape (#​2684)
  • Update golangci-lint-action (#​2694)
  • Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 in /scrape (#​2683)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /example (#​2689)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 in /example (#​2691)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 (#​2692)
  • Run go mod tidy -compat=1.17 (#​2696)
  • Fix golangci-lint (#​2697)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.7.0 (#​2693)
  • Bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.6.0 (#​2695)
  • Remove example subdirs in GitHub Actions linter workflow (#​2701)
  • Bump golang.org/x/net from 0.7.0 to 0.8.0 in /scrape (#​2698)
  • Bump version of go-github to v50.2.0 (#​2710)

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 a team as a code owner April 5, 2023 19:07
@renovate renovate bot added the dependencies Indicates a change to dependencies label Apr 5, 2023
@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Merging #805 (7343d28) into main (7a0afdd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #805   +/-   ##
=======================================
  Coverage   57.73%   57.73%           
=======================================
  Files         263      263           
  Lines       15911    15911           
=======================================
  Hits         9187     9187           
  Misses       6310     6310           
  Partials      414      414           
Impacted Files Coverage Δ
compiler/registry/github/github.go 100.00% <ø> (ø)
compiler/registry/github/template.go 58.53% <ø> (ø)
scm/github/access.go 82.17% <ø> (ø)
scm/github/authentication.go 80.95% <ø> (ø)
scm/github/changeset.go 87.03% <ø> (ø)
scm/github/deployment.go 87.74% <ø> (ø)
scm/github/github.go 100.00% <ø> (ø)
scm/github/repo.go 76.42% <ø> (ø)
scm/github/webhook.go 86.30% <ø> (ø)

@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-google-go-github-v50-51.x branch 5 times, most recently from 53d457b to c425a95 Compare April 12, 2023 21:16
@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-google-go-github-v50-51.x branch 8 times, most recently from 0e00a6d to cfde542 Compare April 17, 2023 21:14
@renovate renovate bot force-pushed the renovate/github.amrom.workers.dev-google-go-github-v50-51.x branch from cfde542 to a2bf33c Compare April 17, 2023 21:22
@renovate
Copy link
Contributor Author

renovate bot commented Apr 18, 2023

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.

timhuynh94
timhuynh94 previously approved these changes Apr 18, 2023
@wass3rw3rk wass3rw3rk merged commit 3b38779 into main Apr 18, 2023
@wass3rw3rk wass3rw3rk deleted the renovate/github.amrom.workers.dev-google-go-github-v50-51.x branch April 18, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants