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

Update module github.com/google/go-github/v57 to v58 #30607

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

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

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


Release Notes

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

v58.0.0

Compare Source

This release contains the following breaking API changes:

  • Fix broken CreateOrUpdateRepoCustomPropertyValues (#​3023)
  • Remove ambiguous fields from AuditEntry (#​3017)

...and the following additional changes:

  • Bump go-github from v56 to v57 in /scrape (#​3010)
  • Update metadata (#​3012)
  • Bump actions/setup-go from 4 to 5 (#​3027)
  • Add scanning validity checks (#​3026)
  • Add Referrer field to AuditEntry (#​3032)
  • Add code_search and dependency_snapshots for RateLimits (#​3019)
  • Support temporary private fork creation via API (#​3025)
  • Escape package names to support names which include a slash (#​3002)
  • Don't update httpClient passed to NewClient (#​3011)
  • Add GetAllCustomPropertyValues for repositories (#​3020)
  • Add Copilot endpoints (#​2973)
  • Fix copilot API payload (#​3034)
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /example (#​3033)
  • Fix example/go.sum (#​3035)
  • Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 in /tools (#​3015)
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /example (#​3039)
  • Add Repo and Action to IssueEvent (#​3040)
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /tools (#​3041)
  • Bump golang.org/x/net from 0.19.0 to 0.20.0 in /scrape (#​3042)
  • Bump version of go-github to v58.0.0 (#​3045)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Jan 16, 2024
@renovate renovate bot requested review from a team and atoulme as code owners January 16, 2024 15:05
Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 16, 2024
@codeboten codeboten merged commit 071bf3c into main Jan 16, 2024
82 of 83 checks passed
@codeboten codeboten deleted the renovate/github.com-google-go-github-v57-58.x branch January 16, 2024 16:57
@github-actions github-actions bot added this to the next release milestone Jan 16, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
…30607)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/google/go-github/v57](https://togithub.com/google/go-github)
| `v57.0.0` -> `v58.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv57/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-github%2fv57/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-github%2fv57/v57.0.0/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv57/v57.0.0/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

:warning: MAJOR VERSION UPDATE :warning: - please manually update this
package

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v57)</summary>

###
[`v58.0.0`](https://togithub.com/google/go-github/releases/tag/v58.0.0)

[Compare
Source](https://togithub.com/google/go-github/compare/v57.0.0...v58.0.0)

This release contains the following breaking API changes:

- Fix broken CreateOrUpdateRepoCustomPropertyValues
([#&open-telemetry#8203;3023](https://togithub.com/google/go-github/issues/3023))
- Remove ambiguous fields from AuditEntry
([#&open-telemetry#8203;3017](https://togithub.com/google/go-github/issues/3017))

...and the following additional changes:

- Bump go-github from v56 to v57 in /scrape
([#&open-telemetry#8203;3010](https://togithub.com/google/go-github/issues/3010))
- Update metadata
([#&open-telemetry#8203;3012](https://togithub.com/google/go-github/issues/3012))
- Bump actions/setup-go from 4 to 5
([#&open-telemetry#8203;3027](https://togithub.com/google/go-github/issues/3027))
- Add scanning validity checks
([#&open-telemetry#8203;3026](https://togithub.com/google/go-github/issues/3026))
- Add Referrer field to AuditEntry
([#&open-telemetry#8203;3032](https://togithub.com/google/go-github/issues/3032))
- Add code_search and dependency_snapshots for RateLimits
([#&open-telemetry#8203;3019](https://togithub.com/google/go-github/issues/3019))
- Support temporary private fork creation via API
([#&open-telemetry#8203;3025](https://togithub.com/google/go-github/issues/3025))
- Escape package names to support names which include a slash
([#&open-telemetry#8203;3002](https://togithub.com/google/go-github/issues/3002))
- Don't update httpClient passed to NewClient
([#&open-telemetry#8203;3011](https://togithub.com/google/go-github/issues/3011))
- Add GetAllCustomPropertyValues for repositories
([#&open-telemetry#8203;3020](https://togithub.com/google/go-github/issues/3020))
- Add Copilot endpoints
([#&open-telemetry#8203;2973](https://togithub.com/google/go-github/issues/2973))
- Fix copilot API payload
([#&open-telemetry#8203;3034](https://togithub.com/google/go-github/issues/3034))
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /example
([#&open-telemetry#8203;3033](https://togithub.com/google/go-github/issues/3033))
- Fix example/go.sum
([#&open-telemetry#8203;3035](https://togithub.com/google/go-github/issues/3035))
- Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 in /tools
([#&open-telemetry#8203;3015](https://togithub.com/google/go-github/issues/3015))
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /example
([#&open-telemetry#8203;3039](https://togithub.com/google/go-github/issues/3039))
- Add Repo and Action to IssueEvent
([#&open-telemetry#8203;3040](https://togithub.com/google/go-github/issues/3040))
- Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /tools
([#&open-telemetry#8203;3041](https://togithub.com/google/go-github/issues/3041))
- Bump golang.org/x/net from 0.19.0 to 0.20.0 in /scrape
([#&open-telemetry#8203;3042](https://togithub.com/google/go-github/issues/3042))
- Bump version of go-github to v58.0.0
([#&open-telemetry#8203;3045](https://togithub.com/google/go-github/issues/3045))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Boten <[email protected]>
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/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.

1 participant