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 module github.com/google/go-github/v63 to v64 #34881

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/go-github/v63 v63.0.0 -> v64.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

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

v64.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add support for multi-select Custom Properties (#​3200)
    BREAKING CHANGE: CustomPropertyValue.Value is changed from *string to interface{} to support string and []string values.
  • feat!: Replace ListCursorOptions with ListIDPGroupsOptions in TeamsService.ListIDPGroupsInOrganization (#​3197)
    BREAKING CHANGE: Replace ListCursorOptions with ListIDPGroupsOptions in TeamsService.ListIDPGroupsInOrganization
  • feat!: Add support for creating GitHub App with organizations (#​3222)
    BREAKING CHANGE: The CreateApp function now requires two arguments: AppManifest and orgName, to support creating apps with organizations.
  • feat!: Widen CustomProperties type to map[string]interface{} to align with GitHub API (#​3230)
    BREAKING CHANGE: PushEventRepository.CustomProperties is changed from map[string]string to map[string]interface{}.

...and the following additional changes:

  • Bump go-github from v61 to v63 in /scrape (#​3206)
  • Add doc for NewPullRequest (#​3208)
  • Add Iterators section in README.md (#​3212)
  • Update CustomOrgRoles and CustomRepoRoles to include all fields returned by the GitHub API (#​3216)
  • Revert "Add CommitID, InReplyTo, and SubjectType to DraftReviewComment" (#​3218)
  • Add List fine-grained personal access tokens with access to organization resources API (#​3215)
  • Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 in /tools (#​3223)
  • Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /tools (#​3224)
  • Bump golang.org/x/net from 0.27.0 to 0.28.0 in /scrape (#​3234)
  • Allow create custom repository/organization roles without permission (#​3235)
  • Add support for filepath repository rules (#​3233)
  • Bump version of go-github to v64.0.0 (#​3240)

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Aug 27, 2024
@renovate renovate bot requested a review from crobert-1 as a code owner August 27, 2024 15:05
@renovate renovate bot requested a review from a team August 27, 2024 15:05
@renovate renovate bot requested a review from atoulme as a code owner August 27, 2024 15:05
@github-actions github-actions bot requested a review from adrielp August 27, 2024 15:07
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v63-64.x branch 2 times, most recently from 74b58f8 to 9dddc31 Compare August 27, 2024 21:08
@renovate renovate bot changed the title Update module github.com/google/go-github/v63 to v64 fix(deps): update module github.com/google/go-github/v63 to v64 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v63-64.x branch from 9dddc31 to 77a933c Compare August 30, 2024 16:13
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v63-64.x branch from 77a933c to 32d2455 Compare August 30, 2024 17:10
@renovate renovate bot changed the title fix(deps): update module github.com/google/go-github/v63 to v64 Update module github.com/google/go-github/v63 to v64 Sep 3, 2024
@renovate renovate bot changed the title Update module github.com/google/go-github/v63 to v64 fix(deps): update module github.com/google/go-github/v63 to v64 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v63-64.x branch from 32d2455 to 3d36bd3 Compare September 4, 2024 14:40
@TylerHelmuth TylerHelmuth added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 4, 2024
Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update doesn't look right, it is additive instead of replacing. Will need manual intervention.

@adrielp
Copy link
Contributor

adrielp commented Sep 4, 2024

@TylerHelmuth - i can go ahead and just make a separate PR to main like i did last time. i'd fix the branch directly but don't have perms so easier to just create a new branch for me and save y'all some work

@adrielp
Copy link
Contributor

adrielp commented Sep 4, 2024

@TylerHelmuth - just opened PR for the fix to main, superseding this. #35016

@crobert-1 crobert-1 closed this Sep 4, 2024
Copy link
Contributor Author

renovate bot commented Sep 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 64.x releases. But if you manually upgrade to 64.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/github.com-google-go-github-v63-64.x branch September 4, 2024 19:51
mx-psi pushed a commit that referenced this pull request Sep 5, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/githubgen dependency-major-update Indicates a dependency major version bump receiver/github receiver/gitprovider Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants