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

chore(deps): bump github.com/andygrunwald/go-gerrit from 0.0.0-20230325081502-da63a5c62d80 to 1.0.0 #3343

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

Bumps github.com/andygrunwald/go-gerrit from 0.0.0-20230325081502-da63a5c62d80 to 1.0.0.

Release notes

Sourced from github.com/andygrunwald/go-gerrit's releases.

v1.0.0

This is the first release in 7 years (since 2017-11-04). The project was alive and received new features and bug fixes. Only the creation of an "official" release was absent.

If you were/are using the latest head branch, it is safe to switch to v1.0.0. No new breaking changes have been introduced.

If you are upgrading from v0.5.2 (2017-11-04), please check out the breaking changes.

See also CHANGELOG.md

WARNING: This release includes breaking changes. These changes are prefixed by [BREAKING CHANGE].

Changelog

Features

18c7753 Add support for submit_requirement fields in ChangeInfo. (#169) 0983e87 Update CherryPickInput to support new fields (#165) bb1cabe Update SubmitInput entity to support new fields (#163) 444a268 Add missing fields Error and ChangeInfo to ReviewResult (#160) 235fa61 Implement parents_data in RevisionInfo (#157) 40e4f30 [BREAKING CHANGE] Add golang context support (#153) f01a53b Add Strategy, AllowConflicts, OnBehalfOfUploader, CommitterEmail and ValidationOptions fields to RebaseInput (#155) 4f1401b AccountExternalIdInfo/Accounts.GetAccountExternalIDs: Adjusted docs according the official documentation 8a06083 Add AccountService.QueryAccounts 1d229fd Add AccountService.GetAccountExternalIDs 999473b Add fields SecondaryEmails, Status, Inactive and Tags in AccountInfo c44fe2f Add create project's tag and delete project's tag and tags (#146) 2dcb9fb Add support for project deletion (with plugin) (#147) 423d372 add Comment{Input,Info} fields (#145) 8cd0d63 Add GetHashtags/SetHashtags (#141) 9ea5350 Add revision kind to RevisionInfo (#135) 5de64ee changes: Add RemoveAttention (#124) 2e881e2 Add fields Reviewers, Ready, WorkInProgress, AddToAttentionSet, RemoveFromAttentionSet and IgnoreAutomaticAttentionSetRules to ReviewInput (#123) f645b08 add: project commits included in (#122) d3e91fb Add support for Change API's "Set Ready-For-Review" endpoint (#110) ff14d06 Groups: Add _more_groups attribute to GroupInfo 67c9345 [BREAKING CHANGE] Fix #92: Add pagination support for SuggestAccount 67e5874 changes: fill in the rest of Changes.ChangeInput (#97) 101051e Fix #92: Add _more_accounts attribute and start parameter to paginate through SuggestAccount results dcedff1 Add more supported fields to the ChangeInfo struct (#90) 4e82ec7 Add Changes.MoveChange (#81) 590067b Added go modules (#83) ed2419a Add support for Change API's "Set Commit Message" endpoint (#80) 5c7c90c feat: add access method for project b4b4fdb Add fields Groups and ConfigWebLinks to ProjectAccessInfo 5959a9b add ReviewerUpdates field to ChangeInfo 759bda1 feat: add submittable field for change info

... (truncated)

Changelog

Sourced from github.com/andygrunwald/go-gerrit's changelog.

1.0.0 (2024-10-20)

This is the first release in 7 years (since 2017-11-04). The project itself was alive and received new features and bug fixes during this time. Only the creation of an "official" release was absent.

If you were/are using the latest head branch, it is safe to switch to v1.0.0. No new breaking changes have been introduced.

If you are upgrading from v0.5.2 (2017-11-04), please check out the breaking changes.

WARNING: This release includes breaking changes. These changes are prefixed by [BREAKING CHANGE].

Features

18c7753 Add support for submit_requirement fields in ChangeInfo. (#169) 0983e87 Update CherryPickInput to support new fields (#165) bb1cabe Update SubmitInput entity to support new fields (#163) 444a268 Add missing fields Error and ChangeInfo to ReviewResult (#160) 235fa61 Implement parents_data in RevisionInfo (#157) 40e4f30 [BREAKING CHANGE] Add golang context support (#153) f01a53b Add Strategy, AllowConflicts, OnBehalfOfUploader, CommitterEmail and ValidationOptions fields to RebaseInput (#155) 4f1401b AccountExternalIdInfo/Accounts.GetAccountExternalIDs: Adjusted docs according the official documentation 8a06083 Add AccountService.QueryAccounts 1d229fd Add AccountService.GetAccountExternalIDs 999473b Add fields SecondaryEmails, Status, Inactive and Tags in AccountInfo c44fe2f Add create project's tag and delete project's tag and tags (#146) 2dcb9fb Add support for project deletion (with plugin) (#147) 423d372 add Comment{Input,Info} fields (#145) 8cd0d63 Add GetHashtags/SetHashtags (#141) 9ea5350 Add revision kind to RevisionInfo (#135) 5de64ee changes: Add RemoveAttention (#124) 2e881e2 Add fields Reviewers, Ready, WorkInProgress, AddToAttentionSet, RemoveFromAttentionSet and IgnoreAutomaticAttentionSetRules to ReviewInput (#123) f645b08 add: project commits included in (#122) d3e91fb Add support for Change API's "Set Ready-For-Review" endpoint (#110) ff14d06 Groups: Add _more_groups attribute to GroupInfo 67c9345 [BREAKING CHANGE] Fix #92: Add pagination support for SuggestAccount 67e5874 changes: fill in the rest of Changes.ChangeInput (#97) 101051e Fix #92: Add _more_accounts attribute and start parameter to paginate through SuggestAccount results dcedff1 Add more supported fields to the ChangeInfo struct (#90) 4e82ec7 Add Changes.MoveChange (#81) 590067b Added go modules (#83) ed2419a Add support for Change API's "Set Commit Message" endpoint (#80) 5c7c90c feat: add access method for project b4b4fdb Add fields Groups and ConfigWebLinks to ProjectAccessInfo 5959a9b add ReviewerUpdates field to ChangeInfo 759bda1 feat: add submittable field for change info 64931d2 add Hashtags field to ChangeInfo 19ef3e9 add tests for project.GetBranch 197fe0d Add types for robot comments

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/andygrunwald/go-gerrit](https://github.com/andygrunwald/go-gerrit) from 0.0.0-20230325081502-da63a5c62d80 to 1.0.0.
- [Release notes](https://github.com/andygrunwald/go-gerrit/releases)
- [Changelog](https://github.com/andygrunwald/go-gerrit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andygrunwald/go-gerrit/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/andygrunwald/go-gerrit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from whynowy as a code owner October 26, 2024 12:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) October 26, 2024 12:23
@whynowy whynowy closed this Oct 28, 2024
auto-merge was automatically disabled October 28, 2024 04:27

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/andygrunwald/go-gerrit-1.0.0 branch October 28, 2024 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant