Skip to content

Commit

Permalink
Update module github.com/google/go-github/v68 to v69 (open-telemetry#…
Browse files Browse the repository at this point in the history
…37846)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/google/go-github/v68](https://github.com/google/go-github)
| `v68.0.0` -> `v69.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv68/v69.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%2fv68/v69.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%2fv68/v68.0.0/v69.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%2fv68/v68.0.0/v69.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

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

---

### Release Notes

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

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

[Compare
Source](https://github.com/google/go-github/compare/v68.0.0...v69.0.0)

This release contains the following breaking API changes:

- feat!: Add support for enterprise rulesets
([#&#8203;3417](https://github.com/google/go-github/issues/3417))
BREAKING CHANGE: `Create*Ruleset` and `Update*Ruleset` now pass
`ruleset` parameter by-value instead of by-reference.
- fix!: Typo in field names in the CheckSuite struct
([#&#8203;3444](https://github.com/google/go-github/issues/3444))
BREAKING CHANGE: `Rerequstable`=>`Rerequestable`,
`RunsRerequstable`=>`RunsRerequestable`
- fix!: Typo in field names in the PullStats struct
([#&#8203;3445](https://github.com/google/go-github/issues/3445))
BREAKING CHANGE: `MergablePulls`=>`MergeablePulls`,
`UnmergablePulls`=>`UnmergeablePulls`
- refactor!: Do not capitalize error strings
([#&#8203;3446](https://github.com/google/go-github/issues/3446))
BREAKING CHANGE: Some error strings are slightly modified - please do
not rely on error text in general.
- fix!: Refactor the repository ruleset code
([#&#8203;3430](https://github.com/google/go-github/issues/3430))
    BREAKING CHANGES: The following types have been renamed:
    -   `Ruleset` -> `RepositoryRuleset`
    -   `RulesetLink` -> `RepositoryRulesetLink`
    -   `RulesetLinks` -> `RepositoryRulesetLinks`
- `RulesetRefConditionParameters` ->
`RepositoryRulesetRefConditionParameters`
- `RulesetRepositoryNamesConditionParameters` ->
`RepositoryRulesetRepositoryNamesConditionParameters`
- `RulesetRepositoryIDsConditionParameters` ->
`RepositoryRulesetRepositoryIDsConditionParameters`
    -   `RulesetRepositoryPropertyTargetParameters` -> `Repository`
- `RulesetRepositoryPropertyConditionParameters` ->
`RepositoryRulesetRepositoryPropertyConditionParameters`
- `RulesetOrganizationNamesConditionParameters` ->
`RepositoryRulesetOrganizationNamesConditionParameters`
- `RulesetOrganizationIDsConditionParameters` ->
`RepositoryRulesetOrganizationIDsConditionParameters`
    -   `RulesetConditions` -> `RepositoryRulesetConditions`
    -   `RepositoryRulesetEditedChanges` -> `RepositoryRulesetChanges`
- `RepositoryRulesetEditedSource` -> `RepositoryRulesetChangeSource`
- `RepositoryRulesetEditedSources` -> `RepositoryRulesetChangeSources`
- `RepositoryRulesetEditedConditions` ->
`RepositoryRulesetUpdatedConditions`
- `RepositoryRulesetUpdatedConditionsEdited` ->
`RepositoryRulesetUpdatedCondition`
- `RepositoryRulesetEditedRules` -> `RepositoryRulesetChangedRules`
- `RepositoryRulesetUpdatedRules` -> `RepositoryRulesetUpdatedRules`
- `RepositoryRulesetEditedRuleChanges` -> `RepositoryRulesetChangedRule`
- chore!: Add sliceofpointers custom linter
([#&#8203;3447](https://github.com/google/go-github/issues/3447))
BREAKING CHANGE: `ListOAuthApps` now returns `([]*OAuthApp, error)`
instead of `([]OAuthApp, error)`.
- feat!: Change User.InheritedFrom to a slice
([#&#8203;3460](https://github.com/google/go-github/issues/3460))
BREAKING CHANGE: `User.InheritedFrom` is changed from a `*Team` to a
`[]*Team`.

...and the following additional changes:

- Bump go-github from v67 to v68 in /scrape
([#&#8203;3398](https://github.com/google/go-github/issues/3398))
- build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /scrape
([#&#8203;3400](https://github.com/google/go-github/issues/3400))
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
([#&#8203;3401](https://github.com/google/go-github/issues/3401))
- Bump golang.org/x/net to v0.33.0
([#&#8203;3402](https://github.com/google/go-github/issues/3402))
- Add TokenID and TokenName to PersonalAccessToken struct
([#&#8203;3404](https://github.com/google/go-github/issues/3404))
- Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1 in /scrape
([#&#8203;3408](https://github.com/google/go-github/issues/3408))
- Bump Go to 1.22.10 or 1.23.4 in go.mod files
([#&#8203;3410](https://github.com/google/go-github/issues/3410))
- Add opt-in rate limit support on endpoints returning 302s
([#&#8203;3411](https://github.com/google/go-github/issues/3411))
- Update OpenAPI
([#&#8203;3419](https://github.com/google/go-github/issues/3419))
- build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /scrape
([#&#8203;3420](https://github.com/google/go-github/issues/3420))
- Permit toggling rate limit check by consumers
([#&#8203;3386](https://github.com/google/go-github/issues/3386))
- build(deps): Pin and group actions/\*
([#&#8203;3424](https://github.com/google/go-github/issues/3424))
- Add deprecation messages to security managers APIs
([#&#8203;3426](https://github.com/google/go-github/issues/3426))
- fix: Relax go directive in go.mod to 1.22.0
([#&#8203;3423](https://github.com/google/go-github/issues/3423))
- Enforce toolchain requirement in generate.sh
([#&#8203;3428](https://github.com/google/go-github/issues/3428))
- feat: Add missing notification_setting to Team
([#&#8203;3431](https://github.com/google/go-github/issues/3431))
- chore: Add reviewers file
([#&#8203;3435](https://github.com/google/go-github/issues/3435))
- gen-accessors: Update dumping of getters
([#&#8203;3437](https://github.com/google/go-github/issues/3437))
- chore: Fix codecov upload
([#&#8203;3440](https://github.com/google/go-github/issues/3440))
- chore: Spell "unmarshal" consistently with one el
([#&#8203;3441](https://github.com/google/go-github/issues/3441))
- fix: Typos in func parameter, vars, error, and comments
([#&#8203;3442](https://github.com/google/go-github/issues/3442))
- feat: Add manage_ghes endpoints introduced in 3.15
([#&#8203;3433](https://github.com/google/go-github/issues/3433))
- Fix minor typo
([#&#8203;3448](https://github.com/google/go-github/issues/3448))
- chore: Check and fix license headers
([#&#8203;3449](https://github.com/google/go-github/issues/3449))
- Add new fields for IssueType
([#&#8203;3451](https://github.com/google/go-github/issues/3451))
- ci: update golangci-lint to v1.63.4
([#&#8203;3452](https://github.com/google/go-github/issues/3452))
- Extend Rate and Rate Limiting with X-Ratelimit-Used and
`X-Ratelimit-Resource` headers
([#&#8203;3453](https://github.com/google/go-github/issues/3453))
- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the actions
group
([#&#8203;3454](https://github.com/google/go-github/issues/3454))
- build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1
([#&#8203;3455](https://github.com/google/go-github/issues/3455))
- docs: Add clarifications for mergeable field in pull requests
([#&#8203;3396](https://github.com/google/go-github/issues/3396))
- build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.7.0 in
/tools
([#&#8203;3458](https://github.com/google/go-github/issues/3458))
- Bump version of go-github to v69.0.0
([#&#8203;3463](https://github.com/google/go-github/issues/3463))

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Curtis Robert <[email protected]>
  • Loading branch information
renovate[bot] and crobert-1 authored Feb 12, 2025
1 parent cbdb3a7 commit f949cd0
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmd/githubgen/codeowners.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"sort"
"strings"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
)

const allowlistHeader = `# Code generated by githubgen. DO NOT EDIT.
Expand Down
2 changes: 1 addition & 1 deletion cmd/githubgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/githubgen
go 1.23.0

require (
github.com/google/go-github/v68 v68.0.0
github.com/google/go-github/v69 v69.0.0
go.opentelemetry.io/collector/confmap v1.25.1-0.20250210123122-44b3eeda354c
go.opentelemetry.io/collector/confmap/provider/fileprovider v1.25.1-0.20250210123122-44b3eeda354c
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions cmd/githubgen/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/githubreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/Khan/genqlient v0.8.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v68 v68.0.0
github.com/google/go-github/v69 v69.0.0
github.com/gorilla/mux v1.8.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.119.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.119.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/githubreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"testing"
"time"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/component/componenttest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"

"github.com/Khan/genqlient/graphql"
"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"time"

"github.com/Khan/genqlient/graphql"
"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"github.com/stretchr/testify/assert"
"go.opentelemetry.io/collector/receiver/receivertest"
)
Expand Down
2 changes: 1 addition & 1 deletion receiver/githubreceiver/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"errors"
"strings"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"go.opentelemetry.io/collector/pdata/pcommon"
semconv "go.opentelemetry.io/collector/semconv/v1.27.0"
)
Expand Down
2 changes: 1 addition & 1 deletion receiver/githubreceiver/trace_event_handling.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"strings"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/ptrace"
"go.uber.org/zap"
Expand Down
2 changes: 1 addition & 1 deletion receiver/githubreceiver/trace_event_handling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/ptrace"
Expand Down
2 changes: 1 addition & 1 deletion receiver/githubreceiver/trace_receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"sync"

"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"github.com/gorilla/mux"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componentstatus"
Expand Down

0 comments on commit f949cd0

Please sign in to comment.