Skip to content

Commit 3148b42

Browse files
Update Go dependencies (major) (#1049)
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/google/go-github/v88](https://redirect.github.com/google/go-github) | `v88.0.0` → `v90.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv88/v90.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv88/v88.0.0/v90.0.0?slim=true) | | [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `v1.46.0` → `v2.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v2.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v1.46.0/v2.56.0?slim=true) | --- ### Release Notes <details> <summary>google/go-github (github.com/google/go-github/v88)</summary> ### [`v90.0.0`](https://redirect.github.com/google/go-github/releases/tag/v90.0.0) [Compare Source](https://redirect.github.com/google/go-github/compare/v89.0.0...v90.0.0) This release contains the following breaking API changes: - refactor!: Pass `UpdateConnectedExternalGroup` request body by value via new `UpdateConnectedExternalGroupRequest` ([#&#8203;4425](https://redirect.github.com/google/go-github/issues/4425)) BREAKING CHANGE: `TeamsService.UpdateConnectedExternalGroup` now takes `UpdateConnectedExternalGroupRequest` (with non-pointer `GroupID`) by value. - refactor!: Rename `PullRequestReviewDismissalRequest` to `PullRequestDismissReviewRequest`, add `PullRequestSubmitReviewRequest`, and pass review request bodies by value ([#&#8203;4406](https://redirect.github.com/google/go-github/issues/4406)) BREAKING CHANGE: `PullRequestReviewDismissalRequest` is now `PullRequestDismissReviewRequest` with non-pointer `Message` and `PullRequestsService.DismissReview` takes it by value; `PullRequestsService.SubmitReview` now takes a new `PullRequestSubmitReviewRequest`. - refactor!: Split `CreateOrUpdateCustomRepoRoleOptions` into `CreateCustomRepoRoleRequest` and `UpdateCustomRepoRoleRequest` and pass by value ([#&#8203;4401](https://redirect.github.com/google/go-github/issues/4401)) BREAKING CHANGE: `CreateOrUpdateCustomRepoRoleOptions` is split into `CreateCustomRepoRoleRequest` (with non-pointer `Name` and `BaseRole`) and `UpdateCustomRepoRoleRequest`; `OrganizationsService.CreateCustomRepoRole` and `UpdateCustomRepoRole` now take these request types by value. - refactor!: Rename `EditLabel` to `UpdateLabel`, Split `Label` into `CreateLabelRequest` & `UpdateLabelRequest` and pass by value ([#&#8203;4400](https://redirect.github.com/google/go-github/issues/4400)) BREAKING CHANGE: `IssuesService.CreateLabel` now takes `CreateLabelRequest` by value (with required non-pointer `Name`); `IssuesService.EditLabel` renamed to `UpdateLabel`, taking an `UpdateLabelRequest` by value. - refactor!: Rename `AutolinkOptions` to `CreateAutolinkRequest`, `AddAutolink` to `CreateAutolink`, and pass the body by value ([#&#8203;4399](https://redirect.github.com/google/go-github/issues/4399)) BREAKING CHANGE: `AutolinkOptions` is now `CreateAutolinkRequest` with non-pointer `KeyPrefix` and `URLTemplate`; `RepositoriesService.AddAutolink` is now `CreateAutolink` and passes `body` by value. - refactor!: Split `IssueRequest` into `CreateIssueRequest` & `UpdateIssueRequest` and pass by value ([#&#8203;4396](https://redirect.github.com/google/go-github/issues/4396)) BREAKING CHANGE: `IssueService.Edit` is renamed to `IssueService.Update`. - refactor!: Rename `NewPullRequest` to `CreatePullRequest` and pass it by value ([#&#8203;4395](https://redirect.github.com/google/go-github/issues/4395)) BREAKING CHANGE: `NewPullRequest` is renamed to `CreatePullRequest`, `PullRequests.Create` now takes it by value, and `CreatePullRequest.Head` and `CreatePullRequest.Base` are now `string`. - refactor!: Pass `SarifAnalysis` by value ([#&#8203;4394](https://redirect.github.com/google/go-github/issues/4394)) BREAKING CHANGE: `CodeScanningService.UploadSarif` now takes `body` by value and its required fields are no longer pointers. - refactor!: Pass `CreateDeploymentBranchPolicyRequest` and `UpdateDeploymentBranchPolicyRequest` by value ([#&#8203;4382](https://redirect.github.com/google/go-github/issues/4382)) BREAKING CHANGE: `RepositoriesService.CreateDeploymentBranchPolicy` and `UpdateDeploymentBranchPolicy` now take `body` by value and the required `Name` field is of type `string`. - refactor!: Pass `TemplateRepoRequest` by value in `Repositories.CreateFromTemplate` ([#&#8203;4378](https://redirect.github.com/google/go-github/issues/4378)) BREAKING CHANGE: `RepositoriesService.CreateFromTemplate` now passes `body` by value and `Name` is now required and passed by value. - refactor!: Pass `RepositoryMergeRequest` and `RepoMergeUpstreamRequest` by value ([#&#8203;4372](https://redirect.github.com/google/go-github/issues/4372)) BREAKING CHANGE: `RepositoriesService.Merge` and `RepositoriesService.MergeUpstream` now pass `body` by value and required struct fields are now values. - feat!: Refactor dependabot secrets to pass request by value ([#&#8203;4348](https://redirect.github.com/google/go-github/issues/4348)) BREAKING CHANGE: `DependabotService` methods involving secrets have new params and return values. ...and the following additional changes: - chore: Bump version of go-github to v90.0.0 ([#&#8203;4428](https://redirect.github.com/google/go-github/issues/4428)) - docs: Clarify assisted contribution expectations ([#&#8203;4427](https://redirect.github.com/google/go-github/issues/4427)) - feat: Add org level secret scanning custom patterns support ([#&#8203;4426](https://redirect.github.com/google/go-github/issues/4426)) - feat: Add `MetaService.ListAPIVersions` ([#&#8203;4422](https://redirect.github.com/google/go-github/issues/4422)) - feat: Add `DeleteCodeQLDatabase` for code scanning ([#&#8203;4421](https://redirect.github.com/google/go-github/issues/4421)) - feat: Add `Stack` field to `PullRequest` for stacked pull requests ([#&#8203;4423](https://redirect.github.com/google/go-github/issues/4423)) - build: Bump GitHub workflow action versions ([#&#8203;4424](https://redirect.github.com/google/go-github/issues/4424)) - feat: Add `search_type` support to issue search ([#&#8203;4414](https://redirect.github.com/google/go-github/issues/4414)) - chore: Update SecurityAdvisory structs with new fields ([#&#8203;4413](https://redirect.github.com/google/go-github/issues/4413)) - chore: Consolidate Dependabot PRs ([#&#8203;4418](https://redirect.github.com/google/go-github/issues/4418)) - feat: Support OIDC custom property claims for Actions ([#&#8203;4411](https://redirect.github.com/google/go-github/issues/4411)) - feat: Add repo-level secret scanning custom patterns support ([#&#8203;4397](https://redirect.github.com/google/go-github/issues/4397)) - chore: Update openapi\_operations.yaml ([#&#8203;4412](https://redirect.github.com/google/go-github/issues/4412)) - chore: Fix comment typo ([#&#8203;4410](https://redirect.github.com/google/go-github/issues/4410)) - chore: Update dependabot changes ([#&#8203;4405](https://redirect.github.com/google/go-github/issues/4405)) - chore: Update openapi\_operations.yaml ([#&#8203;4398](https://redirect.github.com/google/go-github/issues/4398)) - feat: Add remaining Projects v2 endpoints ([#&#8203;4319](https://redirect.github.com/google/go-github/issues/4319)) - chore: Update Dependabot-driven dependencies ([#&#8203;4393](https://redirect.github.com/google/go-github/issues/4393)) - chore: Bump /example dependencies ([#&#8203;4380](https://redirect.github.com/google/go-github/issues/4380)) - chore: Fix flaky tests with deterministic runs ([#&#8203;4377](https://redirect.github.com/google/go-github/issues/4377)) - build(deps): Bump golang.org/x/sync from 0.21.0 to 0.22.0 in /tools ([#&#8203;4376](https://redirect.github.com/google/go-github/issues/4376)) - chore: Fix flaky unit test ([#&#8203;4374](https://redirect.github.com/google/go-github/issues/4374)) - fix: Enable submitting empty allowlist for actions permissions patterns ([#&#8203;4371](https://redirect.github.com/google/go-github/issues/4371)) - feat: Add GitHub App Enterprise perm scope ([#&#8203;4343](https://redirect.github.com/google/go-github/issues/4343)) - chore: Bump go-github from v88 to v89 in /scrape ([#&#8203;4370](https://redirect.github.com/google/go-github/issues/4370)) ### [`v89.0.0`](https://redirect.github.com/google/go-github/releases/tag/v89.0.0) [Compare Source](https://redirect.github.com/google/go-github/compare/v88.0.0...v89.0.0) This release contains the following breaking API changes: - refactor!: Pass `DeploymentRequest` and `DeploymentStatusRequest` by value ([#&#8203;4361](https://redirect.github.com/google/go-github/issues/4361)) BREAKING CHANGE: `CreateDeployment` and `CreateDeploymentStatus` now take `DeploymentRequest` and `DeploymentStatusRequest` by value; `DeploymentRequest.Ref` and `DeploymentStatusRequest.State` are now `string`, and `DeploymentRequest.RequiredContexts` is now `[]string`. - refactor!: Pass `HookConfig` by value and rename `EditHookConfiguration` to `UpdateHookConfiguration` ([#&#8203;4360](https://redirect.github.com/google/go-github/issues/4360)) BREAKING CHANGE: `EditHookConfiguration` is renamed to `UpdateHookConfiguration` on `RepositoriesService` and `OrganizationsService`; these methods and `AppsService.UpdateHookConfig` now take `HookConfig` by value. - refactor!: Pass `OIDCSubjectClaimCustomTemplate` by value in the OIDC subject-claim Set methods ([#&#8203;4340](https://redirect.github.com/google/go-github/issues/4340)) BREAKING CHANGE: `SetOrgOIDCSubjectClaimCustomTemplate` and `SetRepoOIDCSubjectClaimCustomTemplate` now take their `body` params by value. - feat!: Refactor actions variables to pass request by value ([#&#8203;4346](https://redirect.github.com/google/go-github/issues/4346)) BREAKING CHANGE: `ActionsService` methods involving variables have new params and return values. - feat!: Replace actions env secret endpoints ([#&#8203;4335](https://redirect.github.com/google/go-github/issues/4335)) BREAKING CHANGE: `ActionsService` methods involving secrets have new params and return values. - refactor!: Pass `CreateJITConfigRequest` by value and rename `Generate*JITConfig` to `Create*JITConfig` ([#&#8203;4337](https://redirect.github.com/google/go-github/issues/4337)) BREAKING CHANGE: the JIT config methods are renamed from `Generate*JITConfig` to `Create*JITConfig`, and they now take `CreateJITConfigRequest` (renamed from `GenerateJITConfigRequest`) by value instead of by pointer. - refactor!: Pass release-notes and asset params by value and rename `EditReleaseAsset` to `UpdateReleaseAsset` ([#&#8203;4336](https://redirect.github.com/google/go-github/issues/4336)) BREAKING CHANGE: `GenerateReleaseNotes` now takes `GenerateNotesRequest` by value (renamed from `GenerateNotesOptions`); `EditReleaseAsset` is renamed to `UpdateReleaseAsset` and takes `UpdateReleaseAssetRequest` by value. - refactor!: Pass release params by value and rename `EditRelease` to `UpdateRelease` ([#&#8203;4329](https://redirect.github.com/google/go-github/issues/4329)) BREAKING CHANGE: `CreateRelease` & `UpdateRelease` now take `RepositoryRelease` by value; `EditRelease` is renamed to `UpdateRelease`. - refactor!: Pass `GistsService` required params by value ([#&#8203;4320](https://redirect.github.com/google/go-github/issues/4320)) BREAKING CHANGE: `GistsService` methods now pass required params by-value instead of by-ref. - fix!: Send request body in SCIM update methods ([#&#8203;4315](https://redirect.github.com/google/go-github/issues/4315)) BREAKING CHANGE: `UpdateProvisionedOrgMembership` and `UpdateAttributeForSCIMUser` params and return values changed. - fix!: Fix `LicenseStatus` response and `Supportkey` type ([#&#8203;4297](https://redirect.github.com/google/go-github/issues/4297)) BREAKING CHANGE: `LicenseStatus.SupportKey` type changed from `*string` to `*bool` and `License` return type is no longer a slice. - fix!: Enterprise App installation repos options structs ([#&#8203;4298](https://redirect.github.com/google/go-github/issues/4298)) BREAKING CHANGE: `SelectedRepositoryIDs []int64` is now `Repositories []string` in `*AppInstallationRepositoriesOptions`. ...and the following additional changes: - chore: Bump version of go-github to v89.0.0 ([#&#8203;4369](https://redirect.github.com/google/go-github/issues/4369)) - feat: Add user team membership fields ([#&#8203;4347](https://redirect.github.com/google/go-github/issues/4347)) - chore: Add deprecated flag for unused metadata ([#&#8203;4367](https://redirect.github.com/google/go-github/issues/4367)) - docs: Add AGENTS.md and review-feedback tip ([#&#8203;4368](https://redirect.github.com/google/go-github/issues/4368)) - chore: Mark removed billing endpoints as deprecated ([#&#8203;4362](https://redirect.github.com/google/go-github/issues/4362)) - chore: Validate metadata ([#&#8203;4358](https://redirect.github.com/google/go-github/issues/4358)) - chore: Bump golang.org/x/tools to v0.47.0 ([#&#8203;4357](https://redirect.github.com/google/go-github/issues/4357)) - build(deps): Bump actions/setup-go from 6.4.0 to 6.5.0 in the actions group ([#&#8203;4349](https://redirect.github.com/google/go-github/issues/4349)) - build(deps): Bump the go\_modules group in /example ([#&#8203;4345](https://redirect.github.com/google/go-github/issues/4345)) - feat: Add `AccessSource` to `Team` ([#&#8203;4344](https://redirect.github.com/google/go-github/issues/4344)) - docs: Update `CONTRIBUTING.md` ([#&#8203;4341](https://redirect.github.com/google/go-github/issues/4341)) - build(deps): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 ([#&#8203;4342](https://redirect.github.com/google/go-github/issues/4342)) - docs: Extend CONTRIBUTING.md with code guidelines ([#&#8203;4339](https://redirect.github.com/google/go-github/issues/4339)) - fix: AuditEntry fields `org` and `org_id` can be an array ([#&#8203;4333](https://redirect.github.com/google/go-github/issues/4333)) - build(deps): Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group ([#&#8203;4332](https://redirect.github.com/google/go-github/issues/4332)) - feat: Add code quality findings support ([#&#8203;4330](https://redirect.github.com/google/go-github/issues/4330)) - chore: Update `openapi_operations.yaml` ([#&#8203;4331](https://redirect.github.com/google/go-github/issues/4331)) - chore: Replace `time.Date` with `referenceTime` ([#&#8203;4325](https://redirect.github.com/google/go-github/issues/4325)) - test: Refactor tests for `ProjectV2Item.UnmarshalJSON` ([#&#8203;4323](https://redirect.github.com/google/go-github/issues/4323)) - chore: Remove obsolete test/fields utility ([#&#8203;4322](https://redirect.github.com/google/go-github/issues/4322)) - feat: Add Issue Dependencies API support ([#&#8203;4130](https://redirect.github.com/google/go-github/issues/4130)) - fix: Set `GetBody` on uploads for HTTP/2 retry ([#&#8203;4318](https://redirect.github.com/google/go-github/issues/4318)) - chore: Remove deleted account from REVIEWERS ([#&#8203;4317](https://redirect.github.com/google/go-github/issues/4317)) - build(deps): Bump golang.org/x/crypto from 0.52.0 to 0.53.0 in /example ([#&#8203;4305](https://redirect.github.com/google/go-github/issues/4305)) - build(deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 ([#&#8203;4303](https://redirect.github.com/google/go-github/issues/4303)) - build(deps): Bump golang.org/x/net from 0.55.0 to 0.56.0 in /scrape ([#&#8203;4302](https://redirect.github.com/google/go-github/issues/4302)) - build(deps): Bump golang.org/x/term from 0.43.0 to 0.44.0 in /example ([#&#8203;4304](https://redirect.github.com/google/go-github/issues/4304)) - build(deps): Bump golang.org/x/tools from 0.45.0 to 0.46.0 in /tools ([#&#8203;4314](https://redirect.github.com/google/go-github/issues/4314)) - build(deps): Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.18.0 to 2.19.0 in /example ([#&#8203;4306](https://redirect.github.com/google/go-github/issues/4306)) - refactor: Fix parameters in method endpoints ([#&#8203;4300](https://redirect.github.com/google/go-github/issues/4300)) - feat: Add enterprise billing usage endpoints and response types ([#&#8203;4288](https://redirect.github.com/google/go-github/issues/4288)) - build(deps): Bump golang.org/x/sync from 0.20.0 to 0.21.0 in /tools ([#&#8203;4294](https://redirect.github.com/google/go-github/issues/4294)) - build(deps): Bump github.com/getkin/kin-openapi from 0.139.0 to 0.140.0 in /tools ([#&#8203;4295](https://redirect.github.com/google/go-github/issues/4295)) - build(deps): Bump actions/checkout from 6.0.2 to 6.0.3 in the actions group ([#&#8203;4293](https://redirect.github.com/google/go-github/issues/4293)) - fix: Reject URL path segments containing percent-encoded dots ([#&#8203;4291](https://redirect.github.com/google/go-github/issues/4291)) - fix: Comparison of durations in `AbuseRateLimitError.Is` ([#&#8203;4292](https://redirect.github.com/google/go-github/issues/4292)) - test: Replace `&x` variables with inline `Ptr(value)` calls ([#&#8203;4289](https://redirect.github.com/google/go-github/issues/4289)) - feat: Inject OpenAPI deprecations safely ([#&#8203;4286](https://redirect.github.com/google/go-github/issues/4286)) - chore: Remove 'munlicode' from REVIEWERS ([#&#8203;4287](https://redirect.github.com/google/go-github/issues/4287)) - feat: Add `GetOrgAICreditUsage` and `GetUserAICreditUsage` endpoints ([#&#8203;4282](https://redirect.github.com/google/go-github/issues/4282)) - test: Fix test names and error messages ([#&#8203;4284](https://redirect.github.com/google/go-github/issues/4284)) - test: Use `testJSONBody` helper for request body assertions ([#&#8203;4283](https://redirect.github.com/google/go-github/issues/4283)) - feat: Add pull request fields to `Repository` ([#&#8203;4268](https://redirect.github.com/google/go-github/issues/4268)) - build(deps): Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 ([#&#8203;4272](https://redirect.github.com/google/go-github/issues/4272)) - build(deps): Bump go.opentelemetry.io/otel to v1.44.0 ([#&#8203;4280](https://redirect.github.com/google/go-github/issues/4280)) - build(deps): Bump golang.org/x/net from 0.54.0 to 0.55.0 in /scrape ([#&#8203;4271](https://redirect.github.com/google/go-github/issues/4271)) - build(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /example ([#&#8203;4273](https://redirect.github.com/google/go-github/issues/4273)) - fix: Handle missing reviewer type in `RequiredReviewer` unmarshal ([#&#8203;4270](https://redirect.github.com/google/go-github/issues/4270)) - test: Remove redundant Marshal tests ([#&#8203;4266](https://redirect.github.com/google/go-github/issues/4266)) - chore: Update `openapi_operations.yaml` ([#&#8203;4265](https://redirect.github.com/google/go-github/issues/4265)) - feat: Add support for GitHub Code Quality API ([#&#8203;4260](https://redirect.github.com/google/go-github/issues/4260)) - build(deps): Bump github.com/getkin/kin-openapi from 0.138.0 to 0.139.0 in /tools ([#&#8203;4261](https://redirect.github.com/google/go-github/issues/4261)) - chore: Fix zizmor security issues in GHA workflows ([#&#8203;4259](https://redirect.github.com/google/go-github/issues/4259)) - feat: Add support for getting Copilot cloud agent configuration ([#&#8203;4241](https://redirect.github.com/google/go-github/issues/4241)) - feat: Add client API version support ([#&#8203;4246](https://redirect.github.com/google/go-github/issues/4246)) - test: Add secret scanning marshal tests ([#&#8203;4252](https://redirect.github.com/google/go-github/issues/4252)) - lint: Improve `extraneousnew` linter to catch unnecessary use of value var ([#&#8203;4249](https://redirect.github.com/google/go-github/issues/4249)) - build(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 ([#&#8203;4248](https://redirect.github.com/google/go-github/issues/4248)) - chore: Bump go-github from v87 to v88 in /scrape ([#&#8203;4247](https://redirect.github.com/google/go-github/issues/4247)) </details> <details> <summary>gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)</summary> ### [`v2.56.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.56.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.1...v2.56.0) ##### 2.56.0 ##### 🚀 Features - Add StartDate to IssueEventObjectAttributes ([!2972](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2972)) by [Brian](https://gitlab.com/mookwoo) ##### 🐛 Bug Fixes - fix(event_webhook_types): Add StartDate to IssueCommentEventIssue struct ([!2971](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2971)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa) ##### 🔄 Other Changes - chore(deps): update module go.yaml.in/yaml/v3 to v3.0.5 ([!2973](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2973)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module github.com/google/cel-go to v0.30.0 ([!2974](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2974)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.56.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.1...v2.56.0) (2026-08-05) ##### Bug Fixes * **event_webhook_types:** Add StartDate to IssueCommentEventIssue struct ([4e3accc](https://gitlab.com/gitlab-org/api/client-go/commit/4e3accce0bb8cd05689c70cba277b70c701dab90)) ### [`v2.55.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.55.1) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.0...v2.55.1) ##### 2.55.1 ##### 🐛 Bug Fixes - fix(feature_flags): omit ProjectFeatureFlagScope.ID when unset ([!2969](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2969)) by [Radek Antoniuk](https://gitlab.com/rantoniuk) ##### [2.55.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.0...v2.55.1) (2026-07-31) ##### Bug Fixes * **feature_flags:** omit ProjectFeatureFlagScope.ID when unset ([aadece3](https://gitlab.com/gitlab-org/api/client-go/commit/aadece3c293676a500f44c6d17f4216ed6958af2)) ### [`v2.55.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.55.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.54.0...v2.55.0) ##### 2.55.0 ##### 🚀 Features - fix(workitems): send status widget when creating a work item ([!2970](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2970)) by [Radek Antoniuk](https://gitlab.com/rantoniuk) ##### 🔄 Other Changes - chore(deps): update module golang.org/x/sys to v0.47.0 ([!2937](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2937)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.55.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.54.0...v2.55.0) (2026-07-31) ##### Bug Fixes * **workitems:** send status widget when creating a work item ([e9d1c49](https://gitlab.com/gitlab-org/api/client-go/commit/e9d1c498719c344ef033ca8d32715c335ec98265)) ### [`v2.54.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.54.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.53.0...v2.54.0) ##### 2.54.0 ##### 🚀 Features - Add custom attributes filtering for projects ([!2965](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2965)) by [Giannis Kepas](https://gitlab.com/gkepas) - feat(feature_flags): support gitlabUserList and strategy removal ([!2964](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2964)) by [Radek Antoniuk](https://gitlab.com/rantoniuk) ##### 🔄 Other Changes - Add custom attributes filtering for users ([!2967](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2967)) by [Giannis Kepas](https://gitlab.com/gkepas) - fix(workitems): Clear AssigneeIDs and CRMContactIDs when passed an empty slice to UpdateWorkItem ([!2966](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2966)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa) ##### [2.54.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.53.0...v2.54.0) (2026-07-30) ##### Bug Fixes * **workitems:** Clear AssigneeIDs and CRMContactIDs when passed an empty slice to UpdateWorkItem ([294301f](https://gitlab.com/gitlab-org/api/client-go/commit/294301f277a48d338f6ef5a44146280b7eb84833)) ##### Features * **feature_flags:** support gitlabUserList and strategy removal ([4eb4dc1](https://gitlab.com/gitlab-org/api/client-go/commit/4eb4dc107ed5d114380563db42da49c8b5d6c29a)) ### [`v2.53.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.53.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.52.0...v2.53.0) ##### 2.53.0 ##### 🚀 Features - feat: support project api 'cicd_catalog_enabled' field ([!2963](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2963)) by [BoxBoxJason](https://gitlab.com/BoxBoxJason) ##### [2.53.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.52.0...v2.53.0) (2026-07-28) ##### Features * support project api 'cicd_catalog_enabled' field ([894a927](https://gitlab.com/gitlab-org/api/client-go/commit/894a9271f4d417b350ba3f9747426d97dcd0ebd3)) ### [`v2.52.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.52.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.51.0...v2.52.0) ##### 2.52.0 ##### 🚀 Features - Add custom attributes filtering for groups ([!2959](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2959)) by [Giannis Kepas](https://gitlab.com/gkepas) ##### 🔄 Other Changes - chore(deps): update docker docker tag to v29.6.2 ([!2960](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2960)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.52.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.51.0...v2.52.0) (2026-07-27) ### [`v2.51.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.51.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.50.0...v2.51.0) ##### 2.51.0 ##### 🚀 Features - feat(client): add option to retry only idempotent requests ([!2945](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2945)) by [Patrick Dawkins](https://gitlab.com/pjcdawkins) ##### 🔄 Other Changes - feat(workitems): Add `Children` field to `WorkItem` struct. ([!2950](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2950)) by [Florian Forster](https://gitlab.com/fforster) ##### [2.51.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.50.0...v2.51.0) (2026-07-17) ##### Features * **client:** add option to retry only idempotent requests ([8260b22](https://gitlab.com/gitlab-org/api/client-go/commit/8260b221903a0c6670e2ff0399a4f9700b34fc19)) * **workitems:** Add `Children` field to `WorkItem` struct. ([6a5eca2](https://gitlab.com/gitlab-org/api/client-go/commit/6a5eca23b44d1370149284d698c4aaab89f2683e)) ### [`v2.50.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.50.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.49.0...v2.50.0) #### 2.50.0 ##### 🚀 Features - Add mr_default_title_template to projects ([!2958](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2958)) by [Giannis Kepas](https://gitlab.com/gkepas) ##### 🔄 Other Changes - chore(deps): update module github.com/google/cel-go to v0.29.2 ([!2957](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2957)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ### [2.50.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.49.0...v2.50.0) (2026-07-16) ### [`v2.49.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.49.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.1...v2.49.0) #### 2.49.0 ##### 🚀 Features - Update `ListWorkItems` to return only CE fields by default. ListWorkItemOptions now includes ReturnedFields which allows users to opt in to EE fields ([!2936](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2936)) by [Kai Armstrong](https://gitlab.com/phikai) ##### 🔄 Other Changes - chore(deps): update module github.com/google/cel-go to v0.29.2 ([!2956](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2956)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - Pin Duo agent image to 0.0.10 for Duo executions during library development ([!2952](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2952)) by [Patrick Rice](https://gitlab.com/PatrickRice) ### [2.49.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.1...v2.49.0) (2026-07-15) ### [`v2.48.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.48.1) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.0...v2.48.1) ##### 2.48.1 ##### 🐛 Bug Fixes - fix(audit_events): Add support for object-valued details.change (stored in `details.ChangeObject`) and the details.changes array ([!2949](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2949)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa) ##### [2.48.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.0...v2.48.1) (2026-07-14) ##### Bug Fixes * **audit_events:** Add support for object-valued details.change (stored in `details.ChangeObject`) and the details.changes array ([7f7f38f](https://gitlab.com/gitlab-org/api/client-go/commit/7f7f38f1a476f97ff7633972afbaee380424e019)) ### [`v2.48.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.48.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.47.0...v2.48.0) ##### 2.48.0 ##### 🚀 Features - TCC-14338 Add NonArchived field to ListMergeRequestsOptions ([!2944](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2944)) by [Federico Mannucci](https://gitlab.com/federico.mannucci) ##### 🔄 Other Changes - Add new skill for providing additional instructions to the quick win agent ([!2951](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2951)) by [Patrick Rice](https://gitlab.com/PatrickRice) ##### [2.48.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.47.0...v2.48.0) (2026-07-13) ### [`v2.47.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.47.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.46.0...v2.47.0) #### 2.47.0 ##### 🚀 Features - Expose crm enabled on groups ([!2933](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2933)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### 🔄 Other Changes - chore(deps): update module github.com/google/cel-go to v0.29.1 ([!2948](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2948)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module github.com/google/cel-go to v0.29.0 ([!2943](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2943)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go to v1.36.11-20260709200747-435963d16310.1 ([!2946](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2946)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - test(security-scan-profiles): Validate GraphQL request structure ([!2942](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2942)) by [Oscar Tovar](https://gitlab.com/hacks4oats) ### [2.47.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.46.0...v2.47.0) (2026-07-12) ### [`v2.46.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.46.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.45.0...v2.46.0) ##### 2.46.0 ##### 🚀 Features - Add projects reviewer_assignment_strategy ([!2940](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2940)) by [Giannis Kepas](https://gitlab.com/gkepas) ##### [2.46.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.45.0...v2.46.0) (2026-07-07) ### [`v2.45.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.45.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.44.0...v2.45.0) ##### 2.45.0 ##### 🚀 Features - feat: add security scan profile GraphQL service ([!2932](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2932)) by [Oscar Tovar](https://gitlab.com/hacks4oats) ##### 🔄 Other Changes - chore(deps): update docker docker tag to v29.6.1 ([!2941](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2941)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module golang.org/x/text to v0.38.0 ([!2938](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2938)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - Add Auditor field in ModifyUserOptions ([!2935](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2935)) by [Giannis Kepas](https://gitlab.com/gkepas) ##### [2.45.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.44.0...v2.45.0) (2026-07-04) ##### Features * add security scan profile GraphQL service ([fbd1bcd](https://gitlab.com/gitlab-org/api/client-go/commit/fbd1bcd0a82bea085ef42f58719f024de902cdd2)) ### [`v2.44.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.44.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.43.0...v2.44.0) ##### 2.44.0 ##### 🚀 Features - feat: support renew application secret api endpoint ([!2934](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2934)) by [BoxBoxJason](https://gitlab.com/BoxBoxJason) ##### 🔄 Other Changes - chore(deps): update docker docker tag to v29.6.0 ([!2930](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2930)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - test(workitems): split t.Run() sub-tests into individual parent test functions ([!2929](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2929)) by [Patrick Rice](https://gitlab.com/PatrickRice) ##### [2.44.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.43.0...v2.44.0) (2026-06-29) ##### Features * support renew application secret api endpoint ([576fa15](https://gitlab.com/gitlab-org/api/client-go/commit/576fa15ec5d4e26a21e7d5a006f2afcc6e3d59ac)) ### [`v2.43.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.43.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.42.0...v2.43.0) ##### 2.43.0 ##### 🚀 Features - Support `discussion_id` field in commit and snippet comment webhook ([!2920](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2920)) by [vntw](https://gitlab.com/vntw) ##### 🔄 Other Changes - test(workitems): replace schema validation with exact query files ([!2928](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2928)) by [Patrick Rice](https://gitlab.com/PatrickRice) ##### [2.43.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.42.0...v2.43.0) (2026-06-25) ### [`v2.42.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.42.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.41.0...v2.42.0) ##### 2.42.0 ##### 🚀 Features - Add missing fields to project level jira integration ([!2925](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2925)) by [Heidi Berry](https://gitlab.com/heidi.berry) ##### [2.42.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.41.0...v2.42.0) (2026-06-24) ### [`v2.41.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.41.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.1...v2.41.0) ##### 2.41.0 ##### 🚀 Features - Add missing attributes and endpoints to group ([!2905](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2905)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### 🔄 Other Changes - chore(deps): update docker docker tag to v29.5.3 ([!2924](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2924)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.41.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.1...v2.41.0) (2026-06-23) ### [`v2.40.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.40.1) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.0...v2.40.1) ##### 2.40.1 ##### 🐛 Bug Fixes - Fix Bitbucket cloud import parameters ([!2912](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2912)) by [Tom van Dijk](https://gitlab.com/tevd) - fix: backward-compatible OrbitStatus for nested status response shape ([!2923](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2923)) by [Dmitry Gruzd](https://gitlab.com/dgruzd) ##### 🔄 Other Changes - Temporarily cache the GraphQL schema in the repository ([!2921](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2921)) by [Heidi Berry](https://gitlab.com/heidi.berry) ##### [2.40.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.0...v2.40.1) (2026-06-22) ##### Bug Fixes * backward-compatible OrbitStatus for nested status response shape ([4cd72af](https://gitlab.com/gitlab-org/api/client-go/commit/4cd72afbdf34ac7ab4aab1754449e04aefe5a1b0)) ### [`v2.40.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.40.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.39.0...v2.40.0) #### 2.40.0 ##### 🚀 Features - feat: add support for container registry tag protection rules ([!2919](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2919)) by [Prakash Divy](https://gitlab.com/prakashdivyy) ### [2.40.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.39.0...v2.40.0) (2026-06-20) ##### Features * add support for container registry tag protection rules ([8083227](https://gitlab.com/gitlab-org/api/client-go/commit/80832278d603b69ead1a052aeb675f78fa390bbb)) ### [`v2.39.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.39.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.38.0...v2.39.0) ##### 2.39.0 ##### 🚀 Features - Add Scopes field to Application struct ([!2918](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2918)) by [Ashraf Abdellatif](https://gitlab.com/ash-abdellatif) ##### [2.39.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.38.0...v2.39.0) (2026-06-12) ### [`v2.38.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.38.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.37.0...v2.38.0) ##### 2.38.0 ##### 🚀 Features - Add missing error tracking method ([!2911](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2911)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) - Add archive to group and project labels ([!2913](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2913)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### [2.38.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.37.0...v2.38.0) (2026-06-10) ### [`v2.37.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.37.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.3...v2.37.0) ##### 2.37.0 ##### 🚀 Features - Add missing events to hooks and integration tests. ([!2909](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2909)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### 🔄 Other Changes - chore(deps): update module golang.org/x/time to v0.15.0 ([!2838](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2838)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.37.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.3...v2.37.0) (2026-06-10) ### [`v2.36.3`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.3) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3) ##### 2.36.3 ##### 🐛 Bug Fixes - fix: dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([!2915](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2915)) by [Carlos Corona](https://gitlab.com/ccorona2) ##### [2.36.3](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3) (2026-06-09) ##### Bug Fixes * dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([8793f2b](https://gitlab.com/gitlab-org/api/client-go/commit/8793f2b3a4ff913741001666512d8ee08e7631a0)) ### [`v2.36.2`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.2) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2) ##### 2.36.2 ##### 🐛 Bug Fixes - Update JobEvent webhook type to reflect GitLab documentation ([!2914](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2914)) by [Möhsün Babayev](https://gitlab.com/mohsunb) ##### 🔄 Other Changes - chore(deps): update module golang.org/x/sys to v0.45.0 ([!2836](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2836)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.36.2](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2) (2026-06-09) ### [`v2.36.1`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2370-2026-06-10) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.0...v2.36.1) #### 2.36.3 ##### 🐛 Bug Fixes - fix: dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([!2915](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2915)) by [Carlos Corona](https://gitlab.com/ccorona2) #### [2.36.3](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3) (2026-06-09) ##### Bug Fixes - dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([8793f2b](https://gitlab.com/gitlab-org/api/client-go/commit/8793f2b3a4ff913741001666512d8ee08e7631a0)) #### 2.36.2 ##### 🐛 Bug Fixes - Update JobEvent webhook type to reflect GitLab documentation ([!2914](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2914)) by [Möhsün Babayev](https://gitlab.com/mohsunb) ##### 🔄 Other Changes - chore(deps): update module golang.org/x/sys to v0.45.0 ([!2836](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2836)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) #### [2.36.2](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2) (2026-06-09) #### 2.36.1 ##### 🐛 Bug Fixes - fix: Fixed error where GraphQL calls on subpaths didn't work properly ([!2910](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2910)) by [Patrick Rice](https://gitlab.com/PatrickRice) ##### 🔄 Other Changes - chore(deps): update module github.com/graph-gophers/graphql-go to v1.10.2 ([!2895](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2895)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - Add Security Manager access level ([!2908](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2908)) by [Kim Sondrup](https://gitlab.com/kimsondrup) - feat: add support for group Datadog integration ([!2907](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2907)) by [Gatla Vishweshwar Reddy](https://gitlab.com/gatlavishweshwarreddy26) - chore(deps): update docker docker tag to v29.5.2 ([!2904](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2904)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module golang.org/x/text to v0.37.0 ([!2906](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2906)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) #### [2.36.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.0...v2.36.1) (2026-06-07) ##### Bug Fixes - Fixed error where GraphQL calls on subpaths didn't work properly ([be0528f](https://gitlab.com/gitlab-org/api/client-go/commit/be0528f0b26452792018c4202f71a77dc116231f)) ##### Features - add support for group Datadog integration ([ce5d787](https://gitlab.com/gitlab-org/api/client-go/commit/ce5d78784df2fafeb0d07dcc0dee62360937877e)) #### 2.36.0 ##### 🚀 Features - Add support for updating an instance service account ([!2900](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2900)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ### [`v2.36.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.35.0...v2.36.0) ##### 2.36.0 ##### 🚀 Features - Add support for updating an instance service account ([!2900](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2900)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### [2.36.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.35.0...v2.36.0) (2026-05-28) ### [`v2.35.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.35.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.34.0...v2.35.0) ##### 2.35.0 ##### 🚀 Features - feat: add from_project_id field to CompareOptions ([!2878](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2878)) by [Raphael Rösch](https://gitlab.com/raphael.roesch) ##### [2.35.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.34.0...v2.35.0) (2026-05-28) ##### Features * add from_project_id field to CompareOptions ([78460c8](https://gitlab.com/gitlab-org/api/client-go/commit/78460c8ef7a53aff066c2fbf34a8bf5c925daf71)) ### [`v2.34.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.34.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.33.0...v2.34.0) ##### 2.34.0 ##### 🚀 Features - Extend DeploymentDeployablePipeline with web_url ([!2902](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2902)) by [Jan Berge Sommerdahl](https://gitlab.com/sommerdahl) ##### 🔄 Other Changes - chore(deps): update docker docker tag to v29.5.1 ([!2903](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2903)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.34.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.33.0...v2.34.0) (2026-05-27) ### [`v2.33.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.33.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.32.0...v2.33.0) ##### 2.33.0 ##### 🚀 Features - feat(work-items): add ListWorkItemTypes to WorkItemsService ([!2864](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2864)) by [Emmanuel 326](https://gitlab.com/Emmanuel326) ##### 🔄 Other Changes - chore(deps): update module cel.dev/expr to v0.25.2 ([!2881](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2881)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.33.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.32.0...v2.33.0) (2026-05-27) ##### Features * **work-items:** add ListWorkItemTypes to WorkItemsService ([e71cb99](https://gitlab.com/gitlab-org/api/client-go/commit/e71cb994482aa882eb8eb9fc4140ca1e4aac25ab)) ### [`v2.32.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.32.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.31.0...v2.32.0) ##### 2.32.0 ##### 🚀 Features - feat(ci-job-cancel): force cancel ([!2872](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2872)) by [Filip Aleksic](https://gitlab.com/faleksic) ##### [2.32.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.31.0...v2.32.0) (2026-05-23) ##### Features * **ci-job-cancel:** force cancel ([aa46bd1](https://gitlab.com/gitlab-org/api/client-go/commit/aa46bd18428834eebdb42622f2523c64686021e8)) ### [`v2.31.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.31.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.30.0...v2.31.0) ##### 2.31.0 ##### 🚀 Features - Adds project service accounts API ([!2899](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2899)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) - feat(gitlaboauth2): support ephemeral ports in CallbackServer ([!2877](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2877)) by [Raphael Rösch](https://gitlab.com/raphael.roesch) ##### [2.31.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.30.0...v2.31.0) (2026-05-22) ##### Features * **gitlaboauth2:** support ephemeral ports in CallbackServer ([c8c388d](https://gitlab.com/gitlab-org/api/client-go/commit/c8c388d56663a8f2e27b4c74f1323d3671a6bbaf)) ### [`v2.30.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.30.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.29.0...v2.30.0) ##### 2.30.0 ##### 🚀 Features - feat(orbit): add GetDsl for /api/v4/orbit/schema/dsl ([!2901](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2901)) by [Michael Angelo Rivera](https://gitlab.com/michaelangeloio) ##### [2.30.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.29.0...v2.30.0) (2026-05-20) ##### Features * **orbit:** add GetDsl for /api/v4/orbit/schema/dsl ([530031c](https://gitlab.com/gitlab-org/api/client-go/commit/530031c2854b05d05f69815ea3a7ca8fb65341a5)) ### [`v2.29.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.29.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.28.0...v2.29.0) ##### 2.29.0 ##### 🚀 Features - Add support for project setting `protect_merge_request_pipelines` ([!2896](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2896)) by [Gatla Vishweshwar Reddy](https://gitlab.com/gatlavishweshwarreddy26) ##### 🐛 Bug Fixes - fix(orbit): add QueryRaw for streaming llm/GOON response body verbatim ([!2897](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2897)) by [Dmitry Gruzd](https://gitlab.com/dgruzd) ##### [2.29.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.28.0...v2.29.0) (2026-05-19) ##### Bug Fixes * **orbit:** add QueryRaw for streaming llm/GOON response body verbatim ([a849302](https://gitlab.com/gitlab-org/api/client-go/commit/a8493022225b928aaa340df86fc4d09c2d22c1f4)) ### [`v2.28.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.28.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.1...v2.28.0) ##### 2.28.0 ##### 🚀 Features - Add signing_token and related fields to group_hook and project_hook ([!2891](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2891)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### 🔄 Other Changes - WithPath already escapes, escaping again causes bad requests ([!2898](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2898)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) ##### [2.28.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.1...v2.28.0) (2026-05-18) ### [`v2.27.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.27.1) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.0...v2.27.1) ##### 2.27.1 ##### 🐛 Bug Fixes - fix: handle string-encoded and null durations in webhooks that happen when Sidekiq runs in compress mode with large payloads ([!2862](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2862)) by [Emmanuel 326](https://gitlab.com/Emmanuel326) ##### 🔄 Other Changes - chore(deps): update module buf.build/go/protoyaml to v0.7.0 ([!2894](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2894)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.27.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.0...v2.27.1) (2026-05-18) ##### Bug Fixes * handle string-encoded and null durations in webhooks that happen when Sidekiq runs in compress mode with large payloads ([8bfe7d3](https://gitlab.com/gitlab-org/api/client-go/commit/8bfe7d3effc77dc370ceee9939b13d81c6d383d0)) ### [`v2.27.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.27.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.1...v2.27.0) ##### 2.27.0 ##### 🚀 Features - feat(users): add SCIMIdentities field to User type ([!2888](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2888)) by [dragonrider.](https://gitlab.com/junevm) ##### 🔄 Other Changes - chore(deps): update node docker tag to v26 ([!2890](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2890)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update docker docker tag to v29.4.3 ([!2892](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2892)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ##### [2.27.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.1...v2.27.0) (2026-05-18) ##### Features * **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4)) ### [`v2.26.1`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2270-2026-05-18) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1) ##### Features - **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4)) #### 2.26.1 ##### 🐛 Bug Fixes - Use a sentinel ErrorResponse for 404 errors, so both `Is()` and `HasStatusCode` work properly ([!2884](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2884)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) #### [2.26.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1) (2026-05-15) #### 2.26.0 ##### 🚀 Features - fix: Add PublicJobs to CreateProjectOptions ([!2883](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2883)) by [Heidi Berry](https://gitlab.com/heidi.berry) ##### 🔄 Other Changes - chore(deps): update dependency golangci-lint to v2.12.2 ([!2886](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2886)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module github.com/google/cel-go to v0.28.1 ([!2885](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2885)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ### [`v2.26.0`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2270-2026-05-18) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.25.0...v2.26.0) ##### Features - **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4)) #### 2.26.1 ##### 🐛 Bug Fixes - Use a sentinel ErrorResponse for 404 errors, so both `Is()` and `HasStatusCode` work properly ([!2884](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2884)) by [Jimmy Spagnola](https://gitlab.com/jspagnola) #### [2.26.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1) (2026-05-15) #### 2.26.0 ##### 🚀 Features - fix: Add PublicJobs to CreateProjectOptions ([!2883](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2883)) by [Heidi Berry](https://gitlab.com/heidi.berry) ##### 🔄 Other Changes - chore(deps): update dependency golangci-lint to v2.12.2 ([!2886](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2886)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - chore(deps): update module github.com/google/cel-go to v0.28.1 ([!2885](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2885)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) ### [`v2.25.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.25.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.24.1...v2.25.0) ##### 2.25.0 ##### 🚀 Features - feat: Add GraphQL API support for security attributes and categories ([!2856](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2856)) by [Caleb Madara](https://gitlab.com/calebmadara58) ##### 🔄 Other Changes - chore(deps): update dependency golangci-lint to v2.12.1 ([!2880](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2880)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) - Resolve lint errors on `main` cau > ✂ **Note** > > PR body was truncated to here. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/kenn-io/roborev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent b3ffbde commit 3148b42

15 files changed

Lines changed: 22 additions & 24 deletions

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
src = ./.;
3939

40-
vendorHash = "sha256-csO1HKoFfaAVzeWEPFM878lSjNJbArTWihb9f7FQuss=";
40+
vendorHash = "sha256-rODapTjneAGzeK8+Gb6HCvn6H5RXgPivs6JPr+YChyM=";
4141

4242
subPackages = [ "cmd/roborev" ];
4343

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/go-git/go-git/v5 v5.19.2
2020
github.com/go-playground/validator/v10 v10.30.3
2121
github.com/google/go-cmp v0.7.0
22-
github.com/google/go-github/v88 v88.0.0
22+
github.com/google/go-github/v90 v90.0.0
2323
github.com/google/uuid v1.6.0
2424
github.com/jackc/pgx/v5 v5.10.0
2525
github.com/mattn/go-isatty v0.0.24
@@ -31,7 +31,7 @@ require (
3131
github.com/sourcegraph/go-diff v0.8.0
3232
github.com/spf13/cobra v1.10.2
3333
github.com/stretchr/testify v1.11.1
34-
gitlab.com/gitlab-org/api/client-go v1.46.0
34+
gitlab.com/gitlab-org/api/client-go/v2 v2.56.0
3535
go.kenn.io/kit v0.18.1
3636
golang.org/x/sys v0.47.0
3737
golang.org/x/term v0.45.0
@@ -145,7 +145,7 @@ require (
145145
golang.org/x/oauth2 v0.36.0 // indirect
146146
golang.org/x/sync v0.22.0 // indirect
147147
golang.org/x/text v0.40.0 // indirect
148-
golang.org/x/time v0.14.0 // indirect
148+
golang.org/x/time v0.15.0 // indirect
149149
google.golang.org/genproto/googleapis/api v0.0.0-20260706201446-f0a921348800 // indirect
150150
google.golang.org/genproto/googleapis/rpc v0.0.0-20260706201446-f0a921348800 // indirect
151151
google.golang.org/grpc v1.81.1 // indirect

go.sum

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6
131131
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
132132
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
133133
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
134-
github.com/google/go-github/v88 v88.0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M=
135-
github.com/google/go-github/v88 v88.0.0/go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw=
134+
github.com/google/go-github/v90 v90.0.0 h1:EnX9HvTfqvuJbUSWu1/jLrYH6JJLMz0w0qfQVbTxPzE=
135+
github.com/google/go-github/v90 v90.0.0/go.mod h1:pLzt1FZURZyoTHT5/Z1UQY3b9fYyrbXH6aj7X+qgID4=
136136
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
137137
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
138138
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3 h1:LMLX+LgTNWpfvCBdFebv6EsYotImrt/Ppc5cXIriCSo=
@@ -141,8 +141,6 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
141141
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
142142
github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
143143
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
144-
github.com/graph-gophers/graphql-go v1.9.0 h1:yu0ucKHLc5qGpRwLYKIWtr9bOoxovkWasuBrPQwlHls=
145-
github.com/graph-gophers/graphql-go v1.9.0/go.mod h1:23olKZ7duEvHlF/2ELEoSZaY1aNPfShjP782SOoNTyM=
146144
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 h1:5VipnvEpbqr2gA2VbM+nYVbkIF28c5ZQfqCBQ5g2xfk=
147145
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0/go.mod h1:Hyl3n6Twe1hvtd9XUXDec4pTvgMSEixRuQKPTMH2bNs=
148146
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
@@ -268,8 +266,8 @@ github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA=
268266
github.com/yuin/goldmark v1.7.13/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
269267
github.com/yuin/goldmark-emoji v1.0.6 h1:QWfF2FYaXwL74tfGOW5izeiZepUDroDJfWubQI9HTHs=
270268
github.com/yuin/goldmark-emoji v1.0.6/go.mod h1:ukxJDKFpdFb5x0a5HqbdlcKtebh086iJpI31LTKmWuA=
271-
gitlab.com/gitlab-org/api/client-go v1.46.0 h1:YxBWFZIFYKcGESCb9fpkwzouo+apyB9pr/XTWzNoL24=
272-
gitlab.com/gitlab-org/api/client-go v1.46.0/go.mod h1:FtgyU6g2HS5+fMhw6nLK96GBEEBx5MzntOiJWfIaiN8=
269+
gitlab.com/gitlab-org/api/client-go/v2 v2.56.0 h1:2dWcjisjwmEXUZ841bzcJGoyEtCpVKXOAIMmbMPQ6YM=
270+
gitlab.com/gitlab-org/api/client-go/v2 v2.56.0/go.mod h1:gcqiTA4aFvyvPZspm+YwnMFObw2t8K3YCXxAwJgY51g=
273271
go.kenn.io/kit v0.18.1 h1:dHEwtnXApwzbhqgvkj48Ylvdhes9QeWm3Q2wf9hq6Jc=
274272
go.kenn.io/kit v0.18.1/go.mod h1:SXD5SAxpYlH65wmBnfNqr5Za3NVFzKWJph+Sobx/ZMA=
275273
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
@@ -367,8 +365,8 @@ golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w=
367365
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
368366
golang.org/x/text v0.40.0 h1:Ub2Z6/xjgF1WrYQz2nuITOEegKFtiIy+rieRJ5lHZKs=
369367
golang.org/x/text v0.40.0/go.mod h1:hpnzDAfGV753zIKo+wk3u1bVKCGPbrnF7+7LBF/UHVY=
370-
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
371-
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
368+
golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U=
369+
golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno=
372370
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
373371
golang.org/x/tools v0.48.0 h1:3+hClM1aLL5mjMKm5ovokw9epgRXPuu2tILgismM6RE=
374372
golang.org/x/tools v0.48.0/go.mod h1:08xX0orndb/F7jJxGDicx061tyd5pcMto75YMAXr6lk=

internal/daemon/ci_poller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"time"
2121
"unicode/utf8"
2222

23-
googlegithub "github.com/google/go-github/v88/github"
23+
googlegithub "github.com/google/go-github/v90/github"
2424

2525
"go.kenn.io/roborev/internal/agent"
2626
"go.kenn.io/roborev/internal/config"

internal/daemon/ci_poller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"time"
1818
"unicode/utf8"
1919

20-
googlegithub "github.com/google/go-github/v88/github"
20+
googlegithub "github.com/google/go-github/v90/github"
2121
"github.com/stretchr/testify/assert"
2222
// ciPollerHarness bundles DB, repo, config, and poller for CI poller tests.
2323
"github.com/stretchr/testify/require"

internal/daemon/panel_posting_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111
"unicode/utf8"
1212

13-
googlegithub "github.com/google/go-github/v88/github"
13+
googlegithub "github.com/google/go-github/v90/github"
1414
"github.com/stretchr/testify/assert"
1515
"github.com/stretchr/testify/require"
1616

internal/github/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13-
googlegithub "github.com/google/go-github/v88/github"
13+
googlegithub "github.com/google/go-github/v90/github"
1414

1515
"go.kenn.io/roborev/internal/procutil"
1616
)

internal/github/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"log"
88
"strings"
99

10-
googlegithub "github.com/google/go-github/v88/github"
10+
googlegithub "github.com/google/go-github/v90/github"
1111

1212
"go.kenn.io/roborev/internal/review"
1313
)

internal/github/comment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111
"unicode/utf8"
1212

13-
googlegithub "github.com/google/go-github/v88/github"
13+
googlegithub "github.com/google/go-github/v90/github"
1414
"github.com/stretchr/testify/assert"
1515
"github.com/stretchr/testify/require"
1616

internal/github/pr_discussion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"time"
99

10-
googlegithub "github.com/google/go-github/v88/github"
10+
googlegithub "github.com/google/go-github/v90/github"
1111
)
1212

1313
const (

0 commit comments

Comments
 (0)