Conversation
Contributor
|
@dependabot rebase |
ba60c5a to
6c07e35
Compare
Contributor
|
This updates the go version to 1.25, pushing to after 3.8. |
Contributor
|
@dependabot rebase |
6c07e35 to
1121439
Compare
Contributor
|
@dependabot rebase |
1121439 to
c694867
Compare
c694867 to
be0601c
Compare
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
be0601c to
127a7b0
Compare
aknuds1
approved these changes
Feb 10, 2026
127a7b0 to
702894d
Compare
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.32.0 to 1.33.2. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.32.0...api/v1.33.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.33.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
702894d to
0576531
Compare
bwplotka
added a commit
that referenced
this pull request
Feb 11, 2026
* Update npm dependencies for v3.10 Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * Fix critical npm vulnerabilities with npm audit fix Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * UI: Move HistoryCompleteStrategy into its own file and fix lint Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * [REFACTOR] Relabel: Remove unnecessary Process() function All uses can be replaced by ProcessBuilder, which is more efficient. Signed-off-by: Bryan Boreham <bjboreham@gmail.com> * promql: use Kahan summation for Native Histograms (#15687) As for float samples, Kahan summation is used for the `sum` and `avg` aggregation and for the respective `_over_time` functions. Kahan summation is not perfect. This commit also adds tests that even Kahan summation cannot reliably pass. These tests are commented out. Note that the behavior might be different on other hardware platforms. We have to keep an eye on test failing on other hardware platforms and adjust them accordingly. Signed-off-by: Aleksandr Smirnov <5targazer@mail.ru> * fix(docs): typo in prometheus_agent.md doc Signed-off-by: Mohammad Abbasi <mohammad.v184@gmail.com> * AWS SD: ECS Standalone Tasks The current ECS role in AWS SD assumes that a task is part of a service. This means that tasks that are started as part of AWS Batch will get missed and not be discovered. This changed fixes this so that standalone tasks can be discovered as well. Signed-off-by: matt-gp <small_minority@hotmail.com> * AWS SD: Optmise MSK Role Signed-off-by: matt-gp <small_minority@hotmail.com> * promtool: support missing promql syntax features (#17926) Namely promql-duration-expr and promql-extended-range-selectors. This allows promtool to e.g. check rules files using syntax gated by these features. Signed-off-by: Ian Kerins <git@isk.haus> * Also run CI on release tags Make sure we also run the main CI workflow `v*` release tags so `publish_release` job is run. Signed-off-by: SuperQ <superq@gmail.com> * chore(deps): bump github.com/hashicorp/consul/api from 1.32.0 to 1.33.2 (#17449) Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.32.0 to 1.33.2. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.32.0...api/v1.33.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.33.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * AWS SD: Load Region Fallback (#18019) * AWS SD: Load Region Fallback --------- Signed-off-by: matt-gp <small_minority@hotmail.com> * Build riscv64 docker image by default (#17508) * Allow building riscv64 docker image Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com> * Update Makefile Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: ffgan <sudoemt@gmail.com> --------- Signed-off-by: ffgan <sudoemt@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com> * Increase Renovate speed (#18052) * Allow Renovate to run all day on the monthly day. * Increase the max PRs from 10 to 20. * Incresae the PR open rate from 2 to 5. Signed-off-by: SuperQ <superq@gmail.com> * docs(api): clarify metadata vs remote protocols (#17481) Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> * tsdb/index: export sentinel error for symbol table size exceeded Signed-off-by: Patryk Prus <p@trykpr.us> * Update Go dependencies for v3.10 release Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * Kubernetes SD: Disable WatchListClient in tests Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * Replace deprecated google.CredentialsFromJSON with option.WithAuthCredentialsFile Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> * chore(deps): update actions/checkout action to v4.3.1 (#18054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/cache action to v5.0.3 (#18053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/setup-go action to v6.2.0 (#18055) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> Signed-off-by: Bryan Boreham <bjboreham@gmail.com> Signed-off-by: Aleksandr Smirnov <5targazer@mail.ru> Signed-off-by: Mohammad Abbasi <mohammad.v184@gmail.com> Signed-off-by: matt-gp <small_minority@hotmail.com> Signed-off-by: Ian Kerins <git@isk.haus> Signed-off-by: SuperQ <superq@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Signed-off-by: ffgan <sudoemt@gmail.com> Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Signed-off-by: Patryk Prus <p@trykpr.us> Co-authored-by: Ganesh Vernekar <ganesh.vernekar@reddit.com> Co-authored-by: Bryan Boreham <bjboreham@gmail.com> Co-authored-by: Sasha <103973965+crush-on-anechka@users.noreply.github.com> Co-authored-by: Mohammad Abbasi <mohammad.v184@gmail.com> Co-authored-by: matt-gp <small_minority@hotmail.com> Co-authored-by: Ian Kerins <git@isk.haus> Co-authored-by: SuperQ <superq@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Julien <291750+roidelapluie@users.noreply.github.com> Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com> Co-authored-by: ffgan <sudoemt@gmail.com> Co-authored-by: Patryk Prus <p@trykpr.us> Co-authored-by: Ganesh Vernekar <ganeshvern@gmail.com> Co-authored-by: Joe Adams <github@joeadams.io> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Member
|
How would I find out the changes in |
Contributor
|
Dependabot adds some links to the description. They vary in quality tbh, but this link is in the description: also https://github.com/hashicorp/consul/blob/main/CHANGELOG.md is linked |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/hashicorp/consul/api from 1.32.0 to 1.33.2.
Changelog
Sourced from github.com/hashicorp/consul/api's changelog.
... (truncated)
Commits
1a47ec5submodule version update5d2aa72post release changes (#22950) (#22980)c0922f9Backport of [UI] replace direct use of transitionTo with router service's tra...f7c80bcBackport of upgrade: logrus to v1.9.3 into release/1.22.x (#22974)5efc188Backport of upgrade golang to latest patch into release/1.22.x (#22968)36140dcBackport of upgrades ember-collection into release/1.22.x (#22966)504ec51[UI] deprecation this property fallback into 1.22.x(#22928) (#22964)9562c06Backport of [UI] Remove send Action deprecation into release/1.22.x (#22957)70583a7Backport of UI/Deprecation Computed property override into release/1.22.x (#2...0b00c01Backport of UI/deprecation ember views partial into release/1.22.x (#22952)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)