Skip to content

Bump github.com/gogo/protobuf from 1.2.0 to 1.2.1#1

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gogo/protobuf-1.2.1
Closed

Bump github.com/gogo/protobuf from 1.2.0 to 1.2.1#1
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gogo/protobuf-1.2.1

Conversation

@dependabot-preview
Copy link
Copy Markdown

@dependabot-preview dependabot-preview bot commented Feb 27, 2019

Bumps github.com/gogo/protobuf from 1.2.0 to 1.2.1.

Release notes

Sourced from github.com/gogo/protobuf's releases.

Some bug fixes and synced with golang/protobuf

Some bug fixes and synced with the latest golang/protobuf commit.

Commits
  • ba06b47 update typecast in varint decoding (#545)
  • 4304ca6 Merge pull request #544 from jmarais/upstreamcommits0218
  • 0971fc6 merge in golang/protobuf commit c823c79ea1570fb5ff454033735a8e68575d1d0f - pt...
  • 2c97b22 merged in golang/protobuf commit 3337d2811975fc24ea7836ca9b82ec72e3a4dd59 - p...
  • 4a306f6 merged in golang/protobuf commit 1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f - R...
  • 53c36c5 Issue503 (#543)
  • 00e1f47 only use current field to determine packed varints size (#537)
  • 8e4a75f update readme to reflect new golang and protoc versions (#535)
  • 46a64e8 update to protoc 3.6.1 (#534)
  • b89f25a Merge pull request #533 from jmarais/31descommit
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 27, 2019
@dependabot-preview
Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@simonpasquier
Copy link
Copy Markdown
Owner

@dependabot ignore this dependency

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/gogo/protobuf-1.2.1 branch March 22, 2019 10:57
@dependabot-preview
Copy link
Copy Markdown
Author

OK, I won't notify you about github.com/gogo/protobuf again, unless you re-open this PR or update it yourself. 😢

simonpasquier pushed a commit that referenced this pull request Jul 12, 2019
simonpasquier pushed a commit that referenced this pull request Aug 21, 2019
Add Test for Tombstone Cleaning after a failure
simonpasquier pushed a commit that referenced this pull request Jun 10, 2024
…4061)

* [PATCH] Allow having evaluation delay for rule groups

Signed-off-by: Ganesh Vernekar <[email protected]>

* [PATCH] Fix lint

Signed-off-by: Ganesh Vernekar <[email protected]>

* [PATCH] Move the option to ManagerOptions

Signed-off-by: Ganesh Vernekar <[email protected]>

* [PATCH] Include evaluation_delay in the group config

Signed-off-by: Ganesh Vernekar <[email protected]>

* Fix comments

Signed-off-by: gotjosh <[email protected]>

* Add a server configuration option.

Signed-off-by: gotjosh <[email protected]>

* Appease the linter #1

Signed-off-by: gotjosh <[email protected]>

* Add the new server flag documentation

Signed-off-by: gotjosh <[email protected]>

* Improve documentation of the new flag and configuration

Signed-off-by: gotjosh <[email protected]>

* Use named parameters for clarity on the `Rule` interface

Signed-off-by: gotjosh <[email protected]>

* Add `initial` to the flag help

Signed-off-by: gotjosh <[email protected]>

* Change the CHANGELOG area from `ruler` to `rules`

Signed-off-by: gotjosh <[email protected]>

* Rename evaluation_delay to `rule_query_offset`/`query_offset` and make it a global configuration option.

Signed-off-by: gotjosh <[email protected]>

E Your branch is up to date with 'origin/gotjosh/evaluation-delay'.

* more docs

Signed-off-by: gotjosh <[email protected]>

* Improve wording on CHANGELOG

Signed-off-by: gotjosh <[email protected]>

* Add `RuleQueryOffset` to the default config in tests in case it changes

Signed-off-by: gotjosh <[email protected]>

* Update docs/configuration/recording_rules.md

Co-authored-by: Julius Volz <[email protected]>
Signed-off-by: gotjosh <[email protected]>

* Rename `RuleQueryOffset` to `QueryOffset` when in the group context.

Signed-off-by: gotjosh <[email protected]>

* Improve docstring and documentation on the `rule_query_offset`

Signed-off-by: gotjosh <[email protected]>

---------

Signed-off-by: Ganesh Vernekar <[email protected]>
Signed-off-by: gotjosh <[email protected]>
Co-authored-by: Ganesh Vernekar <[email protected]>
Co-authored-by: Julius Volz <[email protected]>
simonpasquier pushed a commit that referenced this pull request Jun 19, 2025
…signed managed identity (prometheus#16421)

* squash (#1)

* remote-write: allow empty azure client_id to support system assigned managed identity

* add blank line for tests

* remote-write: allow empty azure client_id to support system assigned managed identity

Signed-off-by: Kaveesh Dubey <[email protected]>

* add blank line for tests

Signed-off-by: Kaveesh Dubey <[email protected]>

---------

Signed-off-by: Kaveesh Dubey <[email protected]>

* treat empty client_id as system-assigned identity; this is a valid case

Signed-off-by: Kaveesh Dubey <[email protected]>

* rename file 

Signed-off-by: bragi92 <[email protected]>

---------

Signed-off-by: Kaveesh Dubey <[email protected]>
Signed-off-by: bragi92 <[email protected]>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants