v0.6.0
Highlights
UI
- Parca shows the running version in the top right.
- Updated to Tailwind v3.0
- Added a handy reset button for the icicle graph
- Values are nicely formatted now
Storage
- The new simpler storage is enabled by default now (not using profile trees anymore).
What's Changed
- pkg/storage: Implement diffs for flat profiles by @metalmatze in #465
- pkg/storage: Create GenerateFlatPprof to download pprof profiles by @metalmatze in #469
- Handling of version (ui, --version, removal of date+builtBy) by @fpuc in #467
- pkg/storage: Use UUIDs for stack traces by @metalmatze in #466
- pkg/storage: Truncate flat profile chunks by @metalmatze in #481
- pkg/storage: Properly inline functions in flat flame graphs by @metalmatze in #478
- Use versioned metastore keys (#464) by @cbrgm in #484
- Correct inline existing functions in flamegraphs by @metalmatze in #485
- Update the README file for the UI directory by @yomete in #487
- pkg/storage: Use metastore for storing and retreiving stacktraces by UUID by @metalmatze in #489
- Add a reset view button to Icicle graphs by @yomete in #486
- *: Specify shell in Makefile by @derekparker in #494
- *: Fix env.sh when installing minikube by @derekparker in #493
- Tailwind v3 upgrade by @manojVivek in #495
- area/ui: Unify value formatting by @yomete in #496
- pkg/parca: Don't use profileTrees by default anymore by @metalmatze in #497
- README: fixed the typo in config file name by @manojVivek in #498
- ui: Fix undefined format and return unformatted number as string by @metalmatze in #500
- build(deps): bump tailwindcss from 2.2.19 to 3.0.1 in /ui/packages/app/web by @dependabot in #491
- build(deps-dev): bump @types/node from 16.11.7 to 16.11.10 in /ui by @dependabot in #470
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #459
New Contributors
- @fpuc made their first contribution in #467
- @cbrgm made their first contribution in #484
- @yomete made their first contribution in #487
- @derekparker made their first contribution in #494
- @manojVivek made their first contribution in #495
Full Changelog: v0.5.0...v0.6.0
Docker images
docker pull ghcr.io/parca-dev/parca:v0.6.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.