Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2025

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

Release notes

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

v1.1.1

Changelog

  • 6541e71926e2c5944816fca1dce73188442d8e29: Bump actions/checkout from 4 to 5 (#194) (@​dependabot[bot])
  • 007e2f7877f370f5b0aba986e115dbf833f6e631: Bump actions/checkout from 5 to 6 (#198) (@​dependabot[bot])
  • db4c287aefdbbf81c67576b832fe160af1357746: Bump actions/setup-go from 5 to 6 (#196) (@​dependabot[bot])
  • 888066ffc123c85314d0aca6be82056a8ddbefbd: Introduce golangci-lint as an additional linter (#199) (@​andygrunwald)
  • ebba98a7fe2818905c03a00414d225e457477ad3: Upgrade Go to v1.25 (#195) (@​andygrunwald)
  • a7b2c28fbf9b684a5f521276e939f432f7b8a6df: don't treat + as a special character for queries (@​kellyma2)

Full Changelog: andygrunwald/go-gerrit@v1.1.0...v1.1.1

v1.1.0

Changelog

  • a051e69298ad3f471e8cc2dc8f21b241bca6e753: Add missing MoreProjects field in ProjectInfo (#190) (@​dacofr)
  • 650ad12c8718fc7b18463001cb54ec8593ea5045: Add missing Patch field to ChangeInfo (#188) (@​SaintNova)
  • 8c6ff13c2bc32bd359f0a150268d82df226f0c31: Add response_format_options to ChangeInput struct (#181) (@​sidju)
  • 8ddf62302249d26790fb8fe4a0546a3d8eb0441b: Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 (#191) (@​dependabot[bot])
  • 4d22969f11d8e053e67c43a002eac3a699a34d84: Update dependencies and fix CI build (#192) (@​andygrunwald)
  • 31687dc5673cabc520980d8b1de2fe4d8f7cf666: testing: Remove console output while running unit tests (#176) (@​andygrunwald)

Full Changelog: andygrunwald/go-gerrit@v1.0.0...v1.1.0

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

... (truncated)

Changelog

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

Changelog

This is a high level log of changes, bugfixes, enhancements, etc that have taken place between releases. Later versions are shown first. For more complete details see the releases on GitHub.

Versions

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)

... (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.1.1.
- [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.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 6, 2025
@dependabot dependabot bot requested a review from whynowy as a code owner December 6, 2025 12:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 6, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 6, 2025 12:02
@whynowy whynowy closed this Dec 10, 2025
auto-merge was automatically disabled December 10, 2025 06:41

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2025

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.1.1 branch December 10, 2025 06:42
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