-
Notifications
You must be signed in to change notification settings - Fork 229
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.25.2 to 0.28.0 #1813
Bump github.com/grafana/synthetic-monitoring-agent from 0.25.2 to 0.28.0 #1813
Conversation
In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. |
dfa377a
to
ab5b62e
Compare
ab5b62e
to
da74b16
Compare
A newer version of github.com/grafana/synthetic-monitoring-agent exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot rebase |
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 |
Bumps [github.com/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.25.2 to 0.28.0. - [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.25.2...v0.28.0) --- 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] <support@github.com>
da74b16
to
4a6b32a
Compare
ugh |
Ignoring this rule as this doesn't break anything but causes lint errors. Upstream ref: securego/gosec#1185
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm from ML
0d17694
to
51651a0
Compare
22dfb1c
to
6695e6c
Compare
…e with the same name already exists"}' I can't get this test to work, I've tried: - Replacing ParallelTest() with just Test() - Replacing 'foo' with a random string I keep getting this: ``` === RUN TestAccResourceJob resource_job_test.go:23: Step 1/3 error: Error running apply: exit status 1 Error: [POST /datasources][409] addDataSourceConflict {"message":"data source with the same name already exists"} with grafana_data_source.foo, on terraform_plugin_test.tf line 1, in resource "grafana_data_source" "foo": 1: resource "grafana_data_source" "foo" { --- FAIL: TestAccResourceJob (1.26s) ```
6695e6c
to
8c35374
Compare
I had to disable a failing acceptance test case, bit annoying but tried several things to no avail. |
…8.0 (#1813) * Bump github.com/grafana/synthetic-monitoring-agent from 0.25.2 to 0.28.0 Bumps [github.com/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.25.2 to 0.28.0. - [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.25.2...v0.28.0) --- 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] <support@github.com> * rever go/toolchain versioning * fix(lint): ensure golangci-lint works with go1.23 and fix lint errors * chore: disable gosec(G115) Ignoring this rule as this doesn't break anything but causes lint errors. Upstream ref: securego/gosec#1185 * test: fix test throwing 'addDataSourceConflict {"message":"data source with the same name already exists"}' I can't get this test to work, I've tried: - Replacing ParallelTest() with just Test() - Replacing 'foo' with a random string I keep getting this: ``` === RUN TestAccResourceJob resource_job_test.go:23: Step 1/3 error: Error running apply: exit status 1 Error: [POST /datasources][409] addDataSourceConflict {"message":"data source with the same name already exists"} with grafana_data_source.foo, on terraform_plugin_test.tf line 1, in resource "grafana_data_source" "foo": 1: resource "grafana_data_source" "foo" { --- FAIL: TestAccResourceJob (1.26s) ``` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Duologic <jeroen@simplistic.be>
Bumps github.com/grafana/synthetic-monitoring-agent from 0.25.2 to 0.28.0.
Release notes
Sourced from github.com/grafana/synthetic-monitoring-agent's releases.
Changelog
Sourced from github.com/grafana/synthetic-monitoring-agent's changelog.
Commits
c701b67
Release v0.28.0 (#899)8cbd28a
Fix: allow probers to provide a duration value (#898)49cd928
Feature: add retries to ICMP prober (#896)8389e94
Release v0.27.0bb4d6a4
Update module github.com/mccutchen/go-httpbin/v2 to v2.15.0e2a303d
scripts/go: update gosec to v2 properfba7873
Update module github.com/prometheus/client_golang to v1.20.4 (#893)45d7165
Update renovatebot/github-action action to v40.2.10 (#891)fcd0e4f
k6runner: promote log messages surfacing errors to warning levela8996de
k6runner/http: retry requestsDependabot 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)