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/pyroscope/api from 0.3.0 to 1.0.0 #64

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps github.com/grafana/pyroscope/api from 0.3.0 to 1.0.0.

Release notes

Sourced from github.com/grafana/pyroscope/api's releases.

v1.0.0

Pyroscope version 1.0 release notes

The Pyroscope team is excited to announce the first release. We’re committed to building the best continuous profiling experience in Grafana and contributing to that space along with the open-source community.

From the first release you can expect:

  • Pyroscope is a horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system with similar architecture to Grafana Mimir, Grafana Loki, and Grafana Tempo.
  • Easy to get started with guides covering Helm, Tanka, and docker-compose installations.
  • A fully integrated data source in Grafana to correlate your continuous profiling data with other observability signals using Grafana Explore and dashboards. The native flame graph panel visualization can also be used by other profiling data sources.

Changelog

As always, feedbacks are more than welcome, feel free to open issues/discussions. You can reach out to the team using:

Docker Images

  docker pull docker.io/grafana/pyroscope:1.0.0

v1.0.0-rc.0

Changelog

  • d8f89a6d
  • aad79317
  • 4e70e8d3
  • 00d0dac6 chore(frontend): remove unused import and fix typo (grafana/phlare#668)
  • 59ba7751 "Fix" concurrency problem
  • 1a0a5634 Actually do use the sorting order that I had intended
  • 3a9ebde7 Adapt resource usage in helm
  • b707faba Add -modules support (grafana/phlare#497)
  • d57ab6f7 Add Eve to MAINTAINERS.md
  • a608dbd5 Add JVM/java integration documentation
  • 5e04c415 Add MaxLookBack and MaxLength Query Limits (grafana/phlare#741)
  • bbebfa4d Add Monaco editor and some basic language config grafana/phlare#140
  • 30c262a4 Add Python language examples
  • ce24e46e Add TotalValue per profile (grafana/phlare#805)
  • 79a6c316 Add Tracing Instrumentation for Querier
  • db7e7b6f Add memberlist API support (grafana/phlare#578)
  • f401a7c3 Add a Profile Selector Query Editor
  • 3a4300b1 Add a benchmark

... (truncated)

Changelog

Sourced from github.com/grafana/pyroscope/api's changelog.

Changelog

main / unreleased

Grafana Phlare

  • [CHANGE] Upgrade base image to latest alpine version 1.17.2

0.5.1

Grafana Phlare

  • [BUGFIX] Ensure config file parses properly (#536) (#537)

0.5.0

Grafana Phlare

  • [CHANGE] Move from kubeval to kubeconform (#534)
  • [CHANGE] Bump minimal support version to 1.19 (#531)
  • [CHANGE] Update go versions used to 1.19.6 (#533)
  • [CHANGE] Update prometheus to have latest relabeling support (#528)
  • [FEATURE] Ingester limits (#523)
  • [ENHANCEMENT] Add -modules support (#497)
  • [ENHANCEMENT] Improve annotations based scraping for helm (#529)
  • [ENHANCEMENT] Upgrade linter to work with Go Generics (#524)

0.4.0

Grafana Phlare

  • [FEATURE] Add distributor limits (#510)
Commits
  • 2217f3a chore: more s/phlare/pyroscope/g (#2322)
  • 80519ee docs: pre-v1 cleanup (#2321)
  • 1fbe63b fix: remove non-functioning graphviz button (#2320)
  • fed7351 docs: creates and extra page for helm, deletes extra page for upgrade guide (...
  • 23966df Activate store-gateway when using single binary mode. (#2318)
  • 769772a fix(docs): fix dotnet missing links, remove auth token from docs (#2310)
  • 8a99ada chore: address js dependency security issues (#2205)
  • 55a04e7 chore: replace common main-wrapper css class with PageContentWrapper (#2269)
  • 19ee3be Fix layout overflow in "Tag Breakdown" table (#2316)
  • 3c0121c Fix head flush orchestration (#2311)
  • 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/pyroscope/api](https://github.com/grafana/pyroscope) from 0.3.0 to 1.0.0.
- [Release notes](https://github.com/grafana/pyroscope/releases)
- [Changelog](https://github.com/grafana/pyroscope/blob/main/CHANGELOG.md)
- [Commits](grafana/pyroscope@v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/pyroscope/api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 14, 2024
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update or ping for review. Thank you for your contributions!

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/grafana/pyroscope/api-1.0.0 branch November 25, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant