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/pyroscope
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: grafana/pyroscope
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.1
Choose a head ref
  • 8 commits
  • 30 files changed
  • 3 contributors

Commits on Mar 25, 2025

  1. fix: Storage prefix validation (#4044) (#4048)

    Our validation has been overly strict, since inception of the project.
    Although we failed to call the validate alltogether. This was fixed in
    
    This PR loosens the criteria accordingly
    
    Fixes #3968
    
    (cherry picked from commit ed11e4a)
    
    Co-authored-by: Christian Simon <simon@swine.de>
    github-actions[bot] and simonswine authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    f1b77e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#…

    …4039)
    
    Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and simonswine committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    6e69d91 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @babel/runtime from 7.22.6 to 7.26.10 (#3998)

    * chore(deps): bump @babel/runtime from 7.22.6 to 7.26.10
    
    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update to nodejs v20
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Christian Simon <simon@swine.de>
    dependabot[bot] and simonswine committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    1ad0339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c22e4 View commit details
    Browse the repository at this point in the history
  4. chore: Update @pyroscope/node-js (#4049)

    * chore: Update @pyroscope/node-js
    
    * Fix teardown
    simonswine committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    74994bd View commit details
    Browse the repository at this point in the history
  5. chore: Update esbuild, micromatch and @babel/helpers (#4054)

    Not too sure what those packages do, but hopefully they still
    compile/work :)
    simonswine committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    1a2ae21 View commit details
    Browse the repository at this point in the history
  6. fix: Update minio-go to fix bug in AWS STS auth (#4056) (#4059)

    * fix: Update minio-go to fix bug in AWS STS auth
    
    With the upgrade of objstore libraries from #3954 we introduced bug
    
    This fixes the underlying problem and adds a tests to validate that form
    of auth.
    
    * lint
    
    * Be more specific about the format
    
    (cherry picked from commit 0d4abec)
    
    Co-authored-by: Christian Simon <simon@swine.de>
    github-actions[bot] and simonswine authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4997233 View commit details
    Browse the repository at this point in the history
  7. Update golang version to 1.23.7 (#4058) (#4060)

    (cherry picked from commit 9f18d8f)
    
    Co-authored-by: Christian Simon <simon@swine.de>
    github-actions[bot] and simonswine authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4797950 View commit details
    Browse the repository at this point in the history
Loading