Skip to content

chore(deps): bump github.com/andygrunwald/go-gerrit from 0.0.0-20210709065208-9d38b0be0268 to 1.1.1 - #827

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/andygrunwald/go-gerrit-1.1.1
Open

chore(deps): bump github.com/andygrunwald/go-gerrit from 0.0.0-20210709065208-9d38b0be0268 to 1.1.1#827
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/andygrunwald/go-gerrit-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/andygrunwald/go-gerrit from 0.0.0-20210709065208-9d38b0be0268 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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for k8s-prow ready!

Name Link
🔨 Latest commit c8be0c7
🔍 Latest deploy log https://app.netlify.com/projects/k8s-prow/deploys/6a7b95be846c170008b5ad11
😎 Deploy Preview https://deploy-preview-827--k8s-prow.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kubernetes-prow
kubernetes-prow Bot requested review from droslean and matthyx August 10, 2026 15:50
@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 10, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow kubernetes-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 10, 2026
@petr-muller

Copy link
Copy Markdown
Contributor

/ok-to-test

@kubernetes-prow kubernetes-prow Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 10, 2026
Bumps [github.com/andygrunwald/go-gerrit](https://github.com/andygrunwald/go-gerrit) from 0.0.0-20210709065208-9d38b0be0268 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] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/andygrunwald/go-gerrit-1.1.1 branch from a72bcef to c8be0c7 Compare August 11, 2026 21:35
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign droslean for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow

Copy link
Copy Markdown
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-prow-verify-lint c8be0c7 link true /test pull-prow-verify-lint
pull-prow-unit-test c8be0c7 link true /test pull-prow-unit-test
pull-prow-unit-test-race-detector-nonblocking c8be0c7 link false /test pull-prow-unit-test-race-detector-nonblocking
pull-prow-integration c8be0c7 link true /test pull-prow-integration
pull-prow-image-build-test c8be0c7 link true /test pull-prow-image-build-test

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update go code ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant