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

Bump github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.3 #203

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.3.

Release notes

Sourced from github.com/grafana/synthetic-monitoring-agent's releases.

v0.24.3

Changelog

  • 13e01658 Build(deps): Bump github.com/miekg/dns from 1.1.59 to 1.1.61
  • f3cb116f Release v0.24.3
  • 87e43391 create k6runner.Script and make probers aware of it
  • 95cf1a8d k6runner/test: fail if the wrong endpoint is hit
  • 0a943f9c k6runner: apply empty IP denylist even if it is empty
  • 76b0439d k6runner: prevent clearing ip denylist when calling WithLogger
  • dbbcd00c k6runner: rename Script to Processor
  • bde75eb5 k6runner: use non-pointer LocalRunner everywhere
  • e8dc2a5c prober: log errors returned by k6-backed probes as errors
  • 0355d03e scraper: formatting

v0.24.2

Changelog

  • bfb111df --- updated-dependencies: - dependency-name: kernel.org/pub/linux/libs/security/libcap/cap dependency-type: direct:production update-type: version-update:semver-patch ...
  • d3cc38b9 Build(deps): Bump golang.org/x/net from 0.25.0 to 0.26.0
  • 123b0d67 Enable K6 by default in agent deployments (#722)
  • bac84cb0 Fix: Interpolate variables into MultiHTTP request bodies (#713)
  • d1ca970c Fix: deprecate --features and warn user (#726)
  • 7dd8ed65 MultiHttp script should decode the payload as a string and replace the variable placeholders with the values. The result should be assigned to the request body. (#717)
  • a3917864 Release v0.24.2
  • b58d041c Remove adhoc and traceroute feature flags. (#707)
  • 6aa9cee1 Update to grafana-build-tools v0.11.0 (#705)
  • 67934eec checks/test: make timer big enough for context cancel to be picked up
  • 18992df9 k6runner: use check context for http request (#715)

v0.24.1

Changelog

  • 82b8402a Bump Go to 1.22 (#699)
  • dc413856 Fix: report duration from script (#698)
  • 04d5f10f Release v0.24.1 (#700)

v0.24.0

Changelog

  • 79b19274 Feature: automatically set up GOMEMLIMIT (#691)
  • c502dd59 Feature: upgrade k6 to v0.50.0 (#681)
  • 61466e3d Fix: TestTickWithOffset sometimes if offset is 0 (#686)
  • 4787d581 Fix: use uniform timeout validation logic (#693)
  • aeaf280d Log configuration at start up (#689)
  • 931e4424 Make k6 capability validation nil-safe (#692)
  • 523e9a64 Release v0.23.4 (#685)
  • 5e69f42a Release v0.24.0 (#697)
  • e587e95f Switch to using buf to manage protobuf code (#641)
  • 2a5799d5 Terminate agent if capabilities not supported (#684)
  • 2cd70a42 k6runner/test: add test for RunResponse error handling
  • 67982753 k6runner: handle errors reported by http runners
  • a8009875 k6runner: inspect errors and propagate unexpected ones to the probe
  • ecca8501 proto fields for scripted check enablement (#674)
  • eea5b637 skip interpolating multihttp variables into the metric names (#683)
Changelog

Sourced from github.com/grafana/synthetic-monitoring-agent's changelog.

[v0.24.3] - 2024-06-18

K6runner

  • prevent clearing ip denylist when calling WithLogger
  • use non-pointer LocalRunner everywhere
  • apply empty IP denylist even if it is empty
  • rename Script to Processor

Prober

  • log errors returned by k6-backed probes as errors

Scraper

  • formatting

[v0.24.2] - 2024-06-13

Fix

  • deprecate --features and warn user (#726)
  • Interpolate variables into MultiHTTP request bodies (#713)

K6runner

  • use check context for http request (#715)

[v0.24.1] - 2024-04-30

Fix

  • report duration from script (#698)

[v0.24.0] - 2024-04-30

Feature

  • automatically set up GOMEMLIMIT (#691)
  • upgrade k6 to v0.50.0 (#681)

Fix

  • use uniform timeout validation logic (#693)
  • TestTickWithOffset sometimes if offset is 0 (#686)

K6runner

  • inspect errors and propagate unexpected ones to the probe
  • handle errors reported by http runners

[v0.23.3] - 2024-04-10

[v0.23.2] - 2024-04-08

... (truncated)

Commits
  • f3cb116 Release v0.24.3
  • 76b0439 k6runner: prevent clearing ip denylist when calling WithLogger
  • bde75eb k6runner: use non-pointer LocalRunner everywhere
  • 0a943f9 k6runner: apply empty IP denylist even if it is empty
  • 95cf1a8 k6runner/test: fail if the wrong endpoint is hit
  • e8dc2a5 prober: log errors returned by k6-backed probes as errors
  • 0355d03 scraper: formatting
  • 87e4339 create k6runner.Script and make probers aware of it
  • dbbcd00 k6runner: rename Script to Processor
  • 13e0165 Build(deps): Bump github.com/miekg/dns from 1.1.59 to 1.1.61
  • 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.


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/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.23.4 to 0.24.3.
- [Release notes](https://github.com/grafana/synthetic-monitoring-agent/releases)
- [Changelog](https://github.com/grafana/synthetic-monitoring-agent/blob/main/CHANGELOG.md)
- [Commits](grafana/synthetic-monitoring-agent@v0.23.4...v0.24.3)

---
updated-dependencies:
- dependency-name: github.com/grafana/synthetic-monitoring-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marcelo E. Magallon <[email protected]>
@mem mem enabled auto-merge (squash) June 19, 2024 23:07
@mem mem merged commit 6aed7cf into main Jun 20, 2024
2 checks passed
@mem mem deleted the dependabot/go_modules/github.com/grafana/synthetic-monitoring-agent-0.24.3 branch June 20, 2024 12:22
mem added a commit that referenced this pull request Nov 13, 2024
* Fix: update grafana-build-tools to v0.32.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.2 to 0.29.1
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.1 to 0.28.2
* Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.0 to 0.28.1 (#212)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.27.0 to 0.28.0 (#211)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.26.0 to 0.27.0 (#210)
* Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
* Bump github.com/grafana/synthetic-monitoring-agent from 0.25.2 to 0.26.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.25.0 to 0.25.2
* Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
* Bump github.com/grafana/synthetic-monitoring-agent from 0.24.3 to 0.25.0
* Convert to Github Actions Just a quick drive-by. Public repos are easy to migrate :)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.3 (#203)
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#200)
* update timeout and frequency limits in API (#197)
* Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#196)
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /scripts/go
* Bump github.com/grafana/synthetic-monitoring-agent from 0.22.0 to 0.23.4
* Bump github.com/grafana/synthetic-monitoring-agent from 0.21.0 to 0.22.0
* Upgrade to grafana-build-tools v0.6.1
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#187)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.20.1 to 0.21.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.19.4 to 0.20.1

Signed-off-by: Marcelo E. Magallon <[email protected]>
@mem mem mentioned this pull request Nov 13, 2024
mem added a commit that referenced this pull request Nov 13, 2024
* Bump github.com/grafana/synthetic-monitoring-agent from 0.29.1 to 0.29.4
* Fix: update grafana-build-tools to v0.32.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.2 to 0.29.1
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.1 to 0.28.2
* Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
* Bump github.com/grafana/synthetic-monitoring-agent from 0.28.0 to 0.28.1 (#212)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.27.0 to 0.28.0 (#211)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.26.0 to 0.27.0 (#210)
* Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
* Bump github.com/grafana/synthetic-monitoring-agent from 0.25.2 to 0.26.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.25.0 to 0.25.2
* Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
* Bump github.com/grafana/synthetic-monitoring-agent from 0.24.3 to 0.25.0
* Convert to Github Actions Just a quick drive-by. Public repos are easy to migrate :)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.3 (#203)
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#200)
* update timeout and frequency limits in API (#197)
* Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#196)
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /scripts/go
* Bump github.com/grafana/synthetic-monitoring-agent from 0.22.0 to 0.23.4
* Bump github.com/grafana/synthetic-monitoring-agent from 0.21.0 to 0.22.0
* Upgrade to grafana-build-tools v0.6.1
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#187)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.20.1 to 0.21.0
* Bump github.com/grafana/synthetic-monitoring-agent from 0.19.4 to 0.20.1

Signed-off-by: Marcelo E. Magallon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants