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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 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

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 - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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.

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

Copy link
Contributor Author

renovate bot commented Sep 13, 2024

⚠️ Artifact update problem

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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.22.7

@renovate renovate bot requested a review from a team September 13, 2024 23:11
@github-actions github-actions bot enabled auto-merge (squash) September 13, 2024 23:11
@github-actions github-actions bot merged commit 4ac2952 into main Sep 13, 2024
12 of 13 checks passed
@github-actions github-actions bot deleted the renovate/github.51.al-google-go-github-v63-64.x branch September 13, 2024 23:13
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.83%. Comparing base (a6bf354) to head (9704115).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   49.83%   49.83%           
=======================================
  Files          48       48           
  Lines        4589     4589           
=======================================
  Hits         2287     2287           
  Misses       2030     2030           
  Partials      272      272           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

renovate bot added a commit to kairos-io/provider-kairos that referenced this pull request Sep 19, 2024
…4.1 (#638)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.14.0` -> `v2.14.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.14.0/v2.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.14.0/v2.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.14.1`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.14.1)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.14.0...v2.14.1)

#### What's Changed

- Bump go to 1.23.1 by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#526
- Display net info on QR code page by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#525
- chore(deps): update securego/gosec action to v2.21.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#528
- fix(deps): update module github.com/kairos-io/kairos-sdk to v0.4.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#529
- Fail if remote url address doesnt exist by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#527
- fix(deps): update module github.com/google/go-github/v63 to v64 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#532
- chore(deps): update google/osv-scanner-action action to v1.8.5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#534
- fix(deps): update module github.com/twpayne/go-vfs/v4 to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#533
- Improve get partitions and reset spec by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#530
- fix(deps): update module k8s.io/mount-utils to v0.31.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#536
- Fix upgrade size calculation inside k8s by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#537
- Do not skip /run when counting the size by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#538
- fix(deps): update module github.com/google/go-github/v63 to v64 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#539
- fix(deps): update module github.com/twpayne/go-vfs/v4 to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#540
- fix(deps): update module github.com/kairos-io/kairos-sdk to v0.4.4 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#541
- fix(deps): update module github.com/google/go-github/v64 to v65 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[kairos-io/kairos-agent#542
- Move to use our ghw clone by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#535
- Run tests in parallel and output github formats on workflow by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[kairos-io/kairos-agent#543

**Full Changelog**:
kairos-io/kairos-agent@v2.14.0...v2.14.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants