Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana/synthetic-monitoring-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.4
Choose a base ref
...
head repository: grafana/synthetic-monitoring-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.0
Choose a head ref
  • 12 commits
  • 38 files changed
  • 5 contributors

Commits on Mar 11, 2025

  1. chore: Update module golang.org/x/net to v0.37.0 (#1245)

    Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
    grafanarenovatebot[bot] authored Mar 11, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    fed448b View commit details
  2. chore: Update module github.com/mccutchen/go-httpbin/v2 to v2.17.1 (#…

    …1240)
    
    Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
    grafanarenovatebot[bot] authored Mar 11, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    91c5550 View commit details
  3. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    047466f View commit details

Commits on Mar 12, 2025

  1. fix: Update version reporting logic (#1244)

    Go 1.24 added a way to obtain the version (extract from the current Git
    repo) from the running program. Switch to that instead of passing
    linker flags at build time.
    
    Update ./scripts/version to report the same string.
    
    Signed-off-by: Marcelo E. Magallon <[email protected]>
    mem authored Mar 12, 2025
    Copy the full SHA
    ad3ffbb View commit details

Commits on Mar 14, 2025

  1. feat: Add the sm-k6-gsm binary for secrets (#1234)

    * feat: Add the sm-k6-gsm binary for secrets
    
    Depends on grafana/xk6-sm#74
    
    * fix: Add the gsm binary to packages also
    d0ugal authored Mar 14, 2025
    Copy the full SHA
    94a3d29 View commit details
  2. feat: pass secret store from API (#1179)

    * feat: pass secret store from API
    
    * fix: store the token in a file
    
    * fix: use the URLEncoding
    
    * fix: revert accidental change
    
    * fix: use a colon for seperation
    
    This is what the pending upstream change uses.
    
    * chore: Update the gsm extension usage to pass a config file
    
    * feat: use the -gsm prefixed bianry when secrets are enabled
    d0ugal authored Mar 14, 2025
    Copy the full SHA
    fcfcd8f View commit details

Commits on Mar 17, 2025

  1. chore: Update dependency grafana/xk6-sm to v0.2.0 (#1161)

    Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
    grafanarenovatebot[bot] authored Mar 17, 2025
    Copy the full SHA
    b56c7a0 View commit details

Commits on Mar 19, 2025

  1. Copy the full SHA
    3977d87 View commit details
  2. Copy the full SHA
    84aeea1 View commit details

Commits on Mar 21, 2025

  1. Copy the full SHA
    18b6df0 View commit details
  2. fix: Use a global tenant ID when retrieving secrets information (#1260)

    We have several places that need a global tenant ID. We usually
    communicate this by using models.GlobalTenantID instead of just int64,
    but the GetTenant function takes a structure that doesn't make a
    distinction, because it would require updating the protocol buffer
    definition in a way that would be hard to handle.
    
    Fix the various locations that are using a local ID instead of a global
    ID.
    
    Signed-off-by: Marcelo E. Magallon <[email protected]>
    mem authored Mar 21, 2025
    Copy the full SHA
    f171fc4 View commit details

Commits on Mar 24, 2025

  1. chore: release 0.35.0 (#1247)

    Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
    sm-release-app[bot] authored Mar 24, 2025
    Copy the full SHA
    c23ff52 View commit details
Loading