-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.36.0 #75
Open
rlex-bot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ghcr.io-parca-dev-parca-agent-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
7b18d0d
to
96ae3fc
Compare
96ae3fc
to
8e747fd
Compare
8e747fd
to
4e25ec9
Compare
4e25ec9
to
547ef4d
Compare
547ef4d
to
87850e7
Compare
87850e7
to
792f3e3
Compare
792f3e3
to
ba17b4d
Compare
42acc44
to
5c33da3
Compare
af23a70
to
4a901d4
Compare
4a901d4
to
e18bb79
Compare
8c9a16e
to
2dbe78c
Compare
2dbe78c
to
d812e2c
Compare
d812e2c
to
51f4f48
Compare
51f4f48
to
ee5bf1c
Compare
ee5bf1c
to
83c1d94
Compare
83c1d94
to
9a4368e
Compare
9a4368e
to
840d902
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.28.0
->v0.36.0
Release Notes
parca-dev/parca-agent (ghcr.io/parca-dev/parca-agent)
v0.36.0
Compare Source
What's Changed
Full Changelog: parca-dev/parca-agent@v0.35.3...v0.36.0
v0.35.3
Compare Source
What's Changed
Full Changelog: parca-dev/parca-agent@v0.35.2...v0.35.3
v0.35.2
Compare Source
What's Changed
New Contributors
Full Changelog: parca-dev/parca-agent@v0.35.1...v0.35.2
v0.35.1
Compare Source
What's Changed
Full Changelog: parca-dev/parca-agent@v0.35.0...v0.35.1
v0.35.0
Compare Source
What's Changed
Full Changelog: parca-dev/parca-agent@v0.34.0...v0.35.0
v0.34.0
Compare Source
The biggest change in this release is that the custom-labels feature has reached sufficient maturity that we recommend enabling it for Go, Rust, C, and C++ workloads.
What's Changed
Full Changelog: parca-dev/parca-agent@v0.33.1...v0.34.0
v0.33.1
Compare Source
This fixes a bug with the Custom Labels feature causing it not to work for native binaries with non-empty .tdata sections.
All users of v0.33.0 should update to this version.
Bug Fixes
Full Changelog: parca-dev/parca-agent@v0.33.0...v0.33.1
v0.33.0
Compare Source
The big new feature in v0.33.0 is the ability to add custom labels to stacks via minimal instrumentation from target processes. This works with Go by extracting all Goroutine labels (set via
pprof.Do
orpprof.SetGoRoutineLabels
), or C, C++, and Rust using thecustom-labels
library (or anything else that follows the same ABI). Note, this is an experimental feature and may break in the future.Enhancement
Bug fixes
Full Changelog: parca-dev/parca-agent@v0.32.0...v0.33.0
v0.33.0
Compare Source
The big new feature in v0.33.0 is the ability to add custom labels to stacks via minimal instrumentation from target processes. This works with Go by extracting all Goroutine labels (set via
pprof.Do
orpprof.SetGoRoutineLabels
), or C, C++, and Rust using thecustom-labels
library (or anything else that follows the same ABI). Note, this is an experimental feature and may break in the future.Enhancement
Bug fixes
Full Changelog: parca-dev/parca-agent@v0.32.0...v0.33.0
v0.32.0
Compare Source
This release of Parca Agent marks a huge milestone! From now on, Parca-Agent, the previously only fully open source, Apache2 licensed, and open for contributions eBPF-based profiler is now based on the opentelemetry-ebpf-profiler, and all language support efforts will be focused there. By basing the Parca-Agent on the opentelemetry-ebpf-profiler besides the C, C++, Rust, Go, Python, and Ruby support, it gained JVM, .NET, Perl, and PHP support! However, on top of the opentelemetry-ebpf-profiler the Parca Agent continues to ship a deep end-to-end integration with the Parca server, delivering the only fully open-source end-to-end system-wide profiling experience.
As such it ships several things on top:
And more!
To use the v0.32.0 release, a Parca server v0.22.0+ is required due to the new wire protocol. Try it out right away via the Quickstart!
Happy Profiling!
Parca Maintainers Team
v0.32.0
Compare Source
This release of Parca Agent marks a huge milestone! From now on, Parca-Agent, the previously only fully open source, Apache2 licensed, and open for contributions eBPF-based profiler is now based on the opentelemetry-ebpf-profiler, and all language support efforts will be focused there. By basing the Parca-Agent on the opentelemetry-ebpf-profiler besides the C, C++, Rust, Go, Python, and Ruby support, it gained JVM, .NET, Perl, and PHP support! However, on top of the opentelemetry-ebpf-profiler the Parca Agent continues to ship a deep end-to-end integration with the Parca server, delivering the only fully open-source end-to-end system-wide profiling experience.
As such it ships several things on top:
And more!
To use the v0.32.0 release, a Parca server v0.22.0+ is required due to the new wire protocol. Try it out right away via the Quickstart!
Happy Profiling!
Parca Maintainers Team
v0.31.1
Compare Source
Highlights
What's Changed
ac69aa6
by @renovate in https://github.com/parca-dev/parca-agent/pull/2909ce46866
by @renovate in https://github.com/parca-dev/parca-agent/pull/2908Full Changelog: parca-dev/parca-agent@v0.31.0...v0.31.1
v0.31.0
Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: parca-dev/parca-agent@v0.30.0...v0.31.0
v0.30.0
Compare Source
What's Changed
Full Changelog: parca-dev/parca-agent@v0.29.0...v0.30.0
v0.29.0
Compare Source
Changelog
Features
Fixes
Enhancements
New Contributors
Full Changelog: parca-dev/parca-agent@v0.28.0...v0.29.0
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.29.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.