wayfair-incubator / telefonistka

Safe and Controlled GitOps Promotion Across Environments/Failure-Domains
https://hub.docker.com/r/odedbenozer/telefonistka
MIT License
63 stars 7 forks source link

fix(deps): update module github.com/google/go-github/v62 to v64 - autoclosed #199

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

google/go-github (github.com/google/go-github/v62) ### [`v64.0.0`](https://togithub.com/google/go-github/releases/tag/v64.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v63.0.0...v64.0.0) This release contains the following breaking API changes: - feat!: Add support for multi-select Custom Properties ([#​3200](https://togithub.com/google/go-github/issues/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](https://togithub.com/google/go-github/issues/3197)) BREAKING CHANGE: Replace ListCursorOptions with ListIDPGroupsOptions in TeamsService.ListIDPGroupsInOrganization - feat!: Add support for creating GitHub App with organizations ([#​3222](https://togithub.com/google/go-github/issues/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](https://togithub.com/google/go-github/issues/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](https://togithub.com/google/go-github/issues/3206)) - Add doc for NewPullRequest ([#​3208](https://togithub.com/google/go-github/issues/3208)) - Add Iterators section in README.md ([#​3212](https://togithub.com/google/go-github/issues/3212)) - Update CustomOrgRoles and CustomRepoRoles to include all fields returned by the GitHub API ([#​3216](https://togithub.com/google/go-github/issues/3216)) - Revert "Add CommitID, InReplyTo, and SubjectType to DraftReviewComment" ([#​3218](https://togithub.com/google/go-github/issues/3218)) - Add List fine-grained personal access tokens with access to organization resources API ([#​3215](https://togithub.com/google/go-github/issues/3215)) - Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 in /tools ([#​3223](https://togithub.com/google/go-github/issues/3223)) - Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /tools ([#​3224](https://togithub.com/google/go-github/issues/3224)) - Bump golang.org/x/net from 0.27.0 to 0.28.0 in /scrape ([#​3234](https://togithub.com/google/go-github/issues/3234)) - Allow create custom repository/organization roles without permission ([#​3235](https://togithub.com/google/go-github/issues/3235)) - Add support for filepath repository rules ([#​3233](https://togithub.com/google/go-github/issues/3233)) - Bump version of go-github to v64.0.0 ([#​3240](https://togithub.com/google/go-github/issues/3240)) ### [`v63.0.0`](https://togithub.com/google/go-github/releases/tag/v63.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v62.0.0...v63.0.0) This release contains the following breaking API changes: - feat!: Change enterprise runner to also use ListRunnersOptions ([#​3167](https://togithub.com/google/go-github/issues/3167)) BREAKING-CHANGE: This changes `ListOptions` to `ListRunnersOptions` in `EnterpriseService.ListRunners`. - feat!: Support querying organization custom roles ([#​3129](https://togithub.com/google/go-github/issues/3129)) BREAKING CHANGE: `CreateOrUpdateCustomRoleOptions` has been renamed to `CreateOrUpdateCustomRepoRoleOptions` and `roleID` has been changed from type `string` to `int64`. ...and the following additional changes: - feat: Add missing values_editable_by field for organization custom properties ([#​3164](https://togithub.com/google/go-github/issues/3164)) - Add CommitID, InReplyTo, and SubjectType to DraftReviewComment ([#​3169](https://togithub.com/google/go-github/issues/3169)) - Support status codes 302 and 200 in GetArchiveLink endpoint ([#​3172](https://togithub.com/google/go-github/issues/3172)) - Bump codecov/codecov-action from 4.3.1 to 4.4.1 ([#​3173](https://togithub.com/google/go-github/issues/3173)) - Support path property in WorkflowRun ([#​3176](https://togithub.com/google/go-github/issues/3176)) - docs: Update README ([#​3177](https://togithub.com/google/go-github/issues/3177)) - Update readme to include go-githubauth for Application auth ([#​3180](https://togithub.com/google/go-github/issues/3180)) - Bump golang.org/x/net from 0.25.0 to 0.26.0 in /scrape ([#​3183](https://togithub.com/google/go-github/issues/3183)) - Fix: Propagate context with DownloadContents ([#​3181](https://togithub.com/google/go-github/issues/3181)) - Add fields to the InstallationPermissions struct ([#​3184](https://togithub.com/google/go-github/issues/3184)) - Add role name to RepositoryPermissionLevel ([#​3188](https://togithub.com/google/go-github/issues/3188)) - Fix go-githubauth link in README.md ([#​3191](https://togithub.com/google/go-github/issues/3191)) - Bump codecov/codecov-action from 4.4.1 to 4.5.0 ([#​3193](https://togithub.com/google/go-github/issues/3193)) - Bump github.com/getkin/kin-openapi from 0.124.0 to 0.125.0 in /tools ([#​3192](https://togithub.com/google/go-github/issues/3192)) - Add support in rulesets for including or excluding repos based on properties ([#​3194](https://togithub.com/google/go-github/issues/3194)) - Add support for Enterprise GetRunner ([#​3185](https://togithub.com/google/go-github/issues/3185)) - Bump golang.org/x/net from 0.26.0 to 0.27.0 in /scrape ([#​3201](https://togithub.com/google/go-github/issues/3201)) - Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 in /tools ([#​3202](https://togithub.com/google/go-github/issues/3202)) - Allow an empty array of BypassActors in Ruleset struct in CreateRuleset endpoint ([#​3174](https://togithub.com/google/go-github/issues/3174)) - Add support for App Callback URLs ([#​3204](https://togithub.com/google/go-github/issues/3204)) - Bump version of go-github to v63.0.0 ([#​3205](https://togithub.com/google/go-github/issues/3205))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.