Releases: parca-dev/parca-agent
v0.7.0
Highlights
- go.*: Update to lastest Parca to sync debuginfo client changes by @kakkoyun in #322
- debuginfo/find: Improve separate debug file discovery by @kakkoyun in #321
- debuginfo: Fix minor issues by @kakkoyun in #324
Changelog
- a785b80: Add additional look up directories for separate debug files (@kakkoyun)
- a6f30ec: Add checksum checking for gnu_debuglink (@kakkoyun)
- 95a1454: Add support for .gnu_debuglink section (@kakkoyun)
- e8d5ead: Fix jsonnet action (@kakkoyun)
- 0c75dc9: Fix minor logging inconsistency (@kakkoyun)
- b5f7dbf: Fix temp dir issues (@kakkoyun)
- 1ad5182: Update local tilt manifests (@kakkoyun)
- f9bdf4f: Update the latest parca (@kakkoyun)
- 5577c9b: Update to lastest Parca to sync debuginfo client changes (@kakkoyun)
- c9a2649: Upgrade prometheus/common (@kakkoyun)
Full Changelog: v0.6.1...v0.7.0
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.7.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.6.1
Highlights
- pkg/discovery: Sanitize kubernetes pod label names by @brancz in #316
- pkg/target: Add functionality for using specified sampling ratio by @Sylfrena in #299
- discovery: Sanitize Kubernetes label names by @brancz in #318
Changelog
- abf05dc: Merge pull request #299 from parca-dev/add-sampling-ratio (@brancz)
- 30f81b1: Merge pull request #316 from parca-dev/sanitize-label-names (@kakkoyun)
- 3b825ad: Merge pull request #318 from parca-dev/sanitize-label-names-v2 (@brancz)
- ac6398f: discovery: Sanitize Kubernetes label names (@brancz)
- 5410fd5: pkg/discovery: Sanitize kubernetes pod label names (@brancz)
- 8b4a72a: pkg/target: Add functionality for using specified sampling ratio (@Sylfrena)
Full Changelog: v0.6.0...v0.6.1
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.6.1
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.6.0
Highlights
- Upgrade to libbpf 0.6.1 and libbpfgo v0.2.4 by @kakkoyun in #224
- Add exponential backoff to profile writes and debuginfo upload by @metalmatze in #247
- deploy: Version bump parca by @kakkoyun in #258
- jsonnet: Fix pod label selector config by @kakkoyun in #259
- Add multiarch container builds by @brancz in #261
- pkg/profiler: add deregistration for counter metric by @Sylfrena in #262
- pkg/maps: Skip more pseudo-paths and anonymous mappings by @mrueg in #266
- Add support for Position Independent Code by @kakkoyun in #252
- discovery: Support systems without systemd by @xiu in #269
- Upgrade libbpf to 7.0.0 by @kakkoyun in #272
- Add a flag to disable sending debug info to Parca server by @kakkoyun in #274
- Add TTL to exists response cache by @kakkoyun in #282
- Fix local debuginfo file discovery by @kakkoyun in #291
- debuginfo: Fix cache configuration issue by @kakkoyun in #300
- debuginfo: Change the order of debuginfo file discovery by @kakkoyun in #305
- debuginfo: Implement file hash to debug info API calls by @kakkoyun in #312
- feat: add configurable ticker duration by @me-diru in #309
- pkg/discovery: Expose shared labels by @Sylfrena in #311
New Contributors
- @mrueg made their first contribution in #225
- @xiu made their first contribution in #269
- @me-diru made their first contribution in #309
Full Changelog: v0.5.0...v0.6.0
Changelog
- 5128f50: *: Enable revive and gofumpt linters (#251) (@kakkoyun)
- 9fc6417: .github: Fix container registry login (@brancz)
- 551a70f: Add Object File (@kakkoyun)
- f1fc5a4: Add TTL to exists response cache (#282) (@kakkoyun)
- 6828acd: Add a flag to disable sending debug info to Parca server (@kakkoyun)
- 77c25dd: Add exponential backoff to profile writes and debuginfo upload (@metalmatze)
- e37ccfb: Add multiarch container builds (@brancz)
- 5f5bdd1: Add normalized to the batch client (@kakkoyun)
- e92a9f6: Add tests (@kakkoyun)
- df16bb4: Apply suggestions from code review (@Sylfrena)
- d4d4c10: Change C format styling to LLVM (@kakkoyun)
- 44aea2b: Change the order of debuginfo file discovery (@kakkoyun)
- 3a451b1: Clean up (@kakkoyun)
- 0823b3b: Conform the changes in the WriteRaw API (@kakkoyun)
- 94c51bb: Dockerfile: Use --no-install-recommends (@mrueg)
- 7046646: Exclude vendored dependencies from licence check (@kakkoyun)
- 1973e85: Fix cache configuration issue (@kakkoyun)
- da4ed60: Fix failing jsonnet actions (@kakkoyun)
- a07d3b0: Fix go modules (@kakkoyun)
- ff872f4: Fix goreleaser (@kakkoyun)
- 06c4963: Fix issues (@kakkoyun)
- ecfc16a: Fix local debuginfo file discovery (@kakkoyun)
- 5261a30: Fix login issue for release action (@kakkoyun)
- 5f20aeb: Fix minor issues (@kakkoyun)
- 96ed030: Fix object file cache key issue (@kakkoyun)
- 032bd8f: Fix pod label selector config (@kakkoyun)
- 286a192: Implement file hash to debug info API calls (@kakkoyun)
- 081486b: Integrate object file (@kakkoyun)
- b469b53: Makefile: Ensure pushing all images of manifest with podman (@brancz)
- e56bc3b: Makefile: Fix pushing container manifests (@mrueg)
- 9896582: Makefile: use -C instead of cd (@mrueg)
- 8a9a0e8: Only run jsonnet task when needed (@kakkoyun)
- e8afc39: Reduce noisy logging (@kakkoyun)
- dd829a6: Refactor code for readability (@kakkoyun)
- d0a63dc: Refactor debuginfo package (@kakkoyun)
- c8868c8: Set minikube resources slightly more reasonable (@metalmatze)
- 65afdb4: Tiltfile: Add new internal/ folder to list of Docker dependencies (@metalmatze)
- 8c5bdb9: Trigger github (@kakkoyun)
- 45c06f2: Try to address review issues (@kakkoyun)
- 142a52d: Upgrade dependencies (@kakkoyun)
- 3ff4a89: Upgrade golangci-lint (@kakkoyun)
- 02adcda: Upgrade libbpf to 7.0.0 (@kakkoyun)
- fcad50c: Upgrade pprof (@kakkoyun)
- 28ebf66: Upgrade to latest Parca (@kakkoyun)
- 7c2443c: Upgrade to latest Parca (@kakkoyun)
- 946bf8b: Upgrade to libbpf 0.6.1 and libbpfgo v0.2.4 (#224) (@kakkoyun)
- c68cb73: Use correct go version for actions (@kakkoyun)
- 5a2d35a: Version bump parca (@kakkoyun)
- b8d2221: build(deps): bump actions/cache from 2 to 3 (@dependabot[bot])
- 20cf96c: build(deps): bump actions/checkout from 2 to 3 (@dependabot[bot])
- 9a9a96e: build(deps): bump github.com/alecthomas/kong from 0.3.0 to 0.4.0 (@dependabot[bot])
- d529b0f: build(deps): bump github.com/alecthomas/kong from 0.4.0 to 0.4.1 (@dependabot[bot])
- 3e8d643: build(deps): bump github.com/alecthomas/kong from 0.4.1 to 0.5.0 (@dependabot[bot])
- 8dc6567: build(deps): bump github.com/containerd/cgroups from 1.0.2 to 1.0.3 (@dependabot[bot])
- 6d7bac7: build(deps): bump github.com/containerd/containerd from 1.6.0 to 1.6.1 (@dependabot[bot])
- 9acb302: build(deps): bump github.com/containerd/containerd from 1.6.0 to 1.6.1 (@dependabot[bot])
- 965d081: build(deps): bump github.com/docker/docker (@dependabot[bot])
- 6ab2ada: build(deps): bump github.com/docker/docker (@dependabot[bot])
- 06afeb3: build(deps): bump github.com/prometheus/client_golang (@dependabot[bot])
- 97c8459: build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (@dependabot[bot])
- 3f8befd: build(deps): bump golang from 1.17.6-bullseye to 1.17.7-bullseye (@dependabot[bot])
- a568f1f: build(deps): bump golang from 1.17.7-bullseye to 1.17.8-bullseye (@dependabot[bot])
- 1efec3a: build(deps): bump golang from 1.17.8-bullseye to 1.18.0-bullseye (@dependabot[bot])
- 71e2de0: build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#226) (@dependabot[bot])
- 8e95798: build(deps): bump google.golang.org/grpc from 1.44.0 to 1.45.0 (@dependabot[bot])
- 2955d26: build(deps): bump k8s.io/api from 0.23.2 to 0.23.3 (#230) (@dependabot[bot])
- 216eeb0: build(deps): bump k8s.io/apimachinery from 0.23.4 to 0.23.5 (@dependabot[bot])
- a0be1a7: build(deps): bump k8s.io/client-go from 0.23.2 to 0.23.3 (#228) (@dependabot[bot])
- c1ca46c: build(deps): bump k8s.io/client-go from 0.23.3 to 0.23.4 (@dependabot[bot])
- a749cf5: build(deps): bump k8s.io/client-go from 0.23.4 to 0.23.5 (@dependabot[bot])
- b69d886: build(deps): bump k8s.io/cri-api from 0.23.2 to 0.23.3 (#229) (@dependabot[bot])
- b86e8c5: build(deps): bump k8s.io/cri-api from 0.23.3 to 0.23.4 (@dependabot[bot])
- dcdc16d: build(deps): bump k8s.io/cri-api from 0.23.4 to 0.23.5 (@dependabot[bot])
- b1f73df: contributing.md: Add Parca discord link (@Sylfrena)
- 069b49d: discovery: Support systems without systemd (@xiu)
- d3262cd...
v0.5.0
Higlights
- pkg/containerutils/containerd: Automatically discover k3s containerd by @brancz in #210
- pkg/agent: Fix accidental infinite retry by @brancz in #212
- Downgrade libbpf-go by @kakkoyun in #221
Changelog
- 8194f69: Clean unintentionally checked in file (@kakkoyun)
- 272d7a7: Downgrade libbpf-go (#221) (@kakkoyun)
- 303f638: Merge pull request #212 from parca-dev/fix-accidental-retry (@brancz)
- 103a791: Merge pull request #218 from kakkoyun/clean_obj (@brancz)
- 7d0864d: Merge pull request #219 from kakkoyun/pin_libbpf (@brancz)
- c02edad: Merge pull request #220 from kakkoyun/upgrad_parca_ver_tilt (@brancz)
- 3e67f13: Pin libbpf version (@kakkoyun)
- d9f4fd5: Upgrade local env manifests (@kakkoyun)
- cdef63a: build(deps): bump 3rdparty/libbpf from
7c382f0
tobe89b28
(#209) (@dependabot[bot]) - e635755: build(deps): bump github.com/prometheus/client_golang (#211) (@dependabot[bot])
- 1a3b0fb: build(deps): bump k8s.io/apimachinery from 0.23.1 to 0.23.2 (#217) (@dependabot[bot])
- 4337793: build(deps): bump k8s.io/client-go from 0.23.1 to 0.23.2 (#214) (@dependabot[bot])
- acd6607: build(deps): bump k8s.io/cri-api from 0.23.1 to 0.23.2 (#215) (@dependabot[bot])
- 43b1cd2: pkg/agent: Fix accidental infinite retry (@brancz)
- cc28f62: pkg/containerutils/containerd: Automatically discover k3s containerd (#210) (@brancz)
Full Changelog: v0.4.1...v0.5.0
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.5.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.4.1
Highlights
- *: Update Go version in go.mod by @derekparker in #201
- Remove default systemd cgroup path by @derekparker in #206
Changelog
- 8dbc2aa: *: Update Go version in go.mod (#201) (@derekparker)
- 26cc78c: Merge pull request #202 from parca-dev/dependabot/docker/golang-1.17.6-bullseye (@kakkoyun)
- 550ea0d: Merge pull request #204 from parca-dev/dependabot/go_modules/github.com/aquasecurity/libbpfgo-0.2.3-libbpf-0.6.1 (@kakkoyun)
- 6387a51: Remove default systemd cgroup path (#206) (@derekparker)
- 6719278: build(deps): bump github.com/aquasecurity/libbpfgo (@dependabot[bot])
- 502440e: build(deps): bump golang from 1.17.5-bullseye to 1.17.6-bullseye (@dependabot[bot])
Full Changelog: v0.4.0...v0.4.1
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.4.1
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.4.0
Highlights
- pkg/perf: Allow memory address strings to have the 0x prefix by @brancz in #140
- Refactor service discovery mechanism in parca-agent by @Sylfrena in #177
- pkg/discovery: Support cgroupv2 by @derekparker in #178
- pkg/discovery: Use promauto constructors for metric types by @Sylfrena in #182
- debug-info: Make sure it is safe to remove the section by @kakkoyun in #189
- *: Upgrade external tool dependencies by @kakkoyun in #195
- pkg/discovery: take user provided systemd cgroup path into account by @derekparker in #199
- debug-info: Use child process reaper for more reliable external command execution by @kakkoyun in #198
New Contributors
- @derekparker made their first contribution in #165
Changelog
- b901e9e: *: Add bpf as a dependency for test target (@derekparker)
- d6d646a: *: Add explicit shell to Makefile (@derekparker)
- 8f07455: Add missing make actions (@kakkoyun)
- d774b28: Add unintentionally removed debuginfo client back (@kakkoyun)
- 21f5d84: Apply suggestions (@kakkoyun)
- 14f7105: Init tilt for local dev setup (@kakkoyun)
- 4508c92: Make sure it is safe to remove the section (@kakkoyun)
- 2804816: Makefile: Remove unused test-integration target (@derekparker)
- 8338e77: Merge pull request #134 from parca-dev/dependabot/go_modules/k8s.io/cri-api-0.22.4 (@kakkoyun)
- e1a6c5b: Merge pull request #137 from parca-dev/dependabot/go_modules/github.com/docker/docker-20.10.11incompatible (@kakkoyun)
- 7fe1551: Merge pull request #138 from parca-dev/dependabot/go_modules/k8s.io/client-go-0.22.4 (@kakkoyun)
- 9d3c836: Merge pull request #140 from parca-dev/fix-erlang-perf-map (@brancz)
- 474ed1c: Merge pull request #149 from parca-dev/tilt (@kakkoyun)
- 4ebdfd9: Merge pull request #151 from parca-dev/dependabot/go_modules/github.com/aquasecurity/libbpfgo-0.2.2-libbpf-0.5.0 (@kakkoyun)
- e71631a: Merge pull request #156 from parca-dev/dependabot/go_modules/github.com/alecthomas/kong-0.2.20 (@kakkoyun)
- 051be1c: Merge pull request #160 from parca-dev/dependabot/go_modules/k8s.io/cri-api-0.23.0 (@kakkoyun)
- 1542eab: Merge pull request #164 from parca-dev/dependabot/go_modules/github.com/alecthomas/kong-0.2.22 (@metalmatze)
- a8c8e47: Merge pull request #165 from derekparker/add-shell-to-makefile (@brancz)
- 357f649: Merge pull request #166 from derekparker/add-bpf-target-to-test (@brancz)
- acc7722: Merge pull request #167 from derekparker/remove-unused-test-integration-target (@brancz)
- edc6f8c: Merge pull request #168 from parca-dev/dependabot/go_modules/github.com/docker/docker-20.10.12incompatible (@kakkoyun)
- 171383f: Merge pull request #177 from parca-dev/refactor-servdisc (@brancz)
- afa2d0c: Merge pull request #178 from derekparker/cgroup-v2 (@brancz)
- 16bf9a8: Merge pull request #182 from parca-dev/add-promauto (@brancz)
- 968c581: Merge pull request #186 from parca-dev/dependabot/submodules/3rdparty/libbpf-bf7aace (@kakkoyun)
- a0d8ae9: Merge pull request #187 from parca-dev/dependabot/go_modules/github.com/prometheus/common-0.32.1 (@kakkoyun)
- cf792b1: Merge pull request #188 from parca-dev/fix_debuginfo_client (@kakkoyun)
- d20ec7a: Merge pull request #189 from parca-dev/rm_sec_checks (@kakkoyun)
- 6c3a1e8: Merge pull request #193 from parca-dev/dependabot/submodules/3rdparty/libbpf-7c382f0 (@kakkoyun)
- e034a3a: Merge pull request #195 from parca-dev/upgrade_os_deps (@kakkoyun)
- 60e215c: Merge pull request #199 from derekparker/wireup-systemd-cgroup-path (@brancz)
- 2629221: Minor changes (@kakkoyun)
- f8c1b5c: Refactor service discovery mechanism in parca-agent (@Sylfrena)
- 0a02e19: Upgrade external tool dependencies (@kakkoyun)
- 0f8ef08: [V2] Refactor service discovery mechanism in parca-agent (@Sylfrena)
- a678235: add license header (@derekparker)
- 3218a65: build(deps): bump 3rdparty/libbpf from
140b902
tobf7aace
(@dependabot[bot]) - b0b98d4: build(deps): bump 3rdparty/libbpf from
bf7aace
to7c382f0
(@dependabot[bot]) - 837b2c6: build(deps): bump github.com/alecthomas/kong from 0.2.18 to 0.2.20 (@dependabot[bot])
- 1f8f289: build(deps): bump github.com/alecthomas/kong from 0.2.20 to 0.2.22 (@dependabot[bot])
- d884d5f: build(deps): bump github.com/aquasecurity/libbpfgo (@dependabot[bot])
- 8fa05e5: build(deps): bump github.com/docker/docker (@dependabot[bot])
- d7e5e3a: build(deps): bump github.com/docker/docker (@dependabot[bot])
- d7b8e9f: build(deps): bump github.com/prometheus/common from 0.26.0 to 0.32.1 (@dependabot[bot])
- 4c4368d: build(deps): bump k8s.io/client-go from 0.22.3 to 0.22.4 (@dependabot[bot])
- 9cca67d: build(deps): bump k8s.io/cri-api from 0.22.3 to 0.22.4 (@dependabot[bot])
- 629c890: build(deps): bump k8s.io/cri-api from 0.22.4 to 0.23.0 (@dependabot[bot])
- 8664e65: build(deps): bump k8s.io/cri-api from 0.23.0 to 0.23.1 (#194) (@dependabot[bot])
- af1ca89: debug-info: Use child process reaper for more reliable external command execution (#198) (@kakkoyun)
- 9933b45: go.*: Upgrade go modules (#196) (@kakkoyun)
- 82fe5a9: pkg/discovery: Support cgroupv2 (@derekparker)
- b488069: pkg/discovery: Use promauto constructors for metric types (@Sylfrena)
- b02cb76: pkg/discovery: take user provided systemd cgroup path into account (@derekparker)
- 8b40231: pkg/perf: Allow memory address strings to have the 0x prefix (@brancz)
- 65a2d17: profiler: Use constant as cgroup label selector (#191) (@kakkoyun)
Full Changelog: v0.3.0...v0.4.0
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.4.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.3.0
What's Changed
- CONTRIBUTING.md: Add more required packages to install by @slashpai in #112
- deploy: Remove localtime mount by @brancz in #121
- Parse Linux perf's map and try to symbolize by @zecke in #101
- deploy/lib: remove unnecessary mounts by @paulfantom in #122
- pkg/agent: Add batching support for profile write requests by @Sylfrena in #116
- systemd: Deal with non-resolvable units and slice locations by @zecket495 in #109
- batcher: Pass logger to BatchWriteClient by @kakkoyun in #128
- pkg/perf: Discover namespace PID for perf map support in containers by @brancz in #132
New Contributors
- @zecket495 made their first contribution in #109
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.3.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Highlights
- fix: broken link to security doc by @frezbo in #84
- deploy/lib/parca-agent: pin pods to amd64 architecture by @paulfantom in #85
- deploy/lib/parca-agent: add flag to enable podMonitor by @paulfantom in #89
- deploy/lib/parca-agent: unify metadata across all objects by @paulfantom in #88
- deploy: Add external-label support by @ArthurSens in #92
- Jsonnet: support configuring resources for parca agent by @yeya24 in #94
- cmd: Add buildid tool by @kakkoyun in #99
- testutil: Introduce package and move fs fakes there by @zecke in #98
- deploy/main: use labels vs. annotations for pod-security settings by @s-urbaniak in #100
- debuginfo: Ensure unused section removed by @kakkoyun in #102
- cmd/parca-agent/main.go: Fix default profilingDuration value by @slashpai in #105
- Enable metrics collectors by @yeya24 in #106
- containerutils: Speculative mem leak fix by @zecke in #107
New Contributors
- @frezbo made their first contribution in #84
- @paulfantom made their first contribution in #85
- @ArthurSens made their first contribution in #92
- @yeya24 made their first contribution in #94
- @zecke made their first contribution in #98
- @s-urbaniak made their first contribution in #100
- @slashpai made their first contribution in #93
Changelog
fd93c0c: *: add clang-format formatter to makefile (@paulfantom)
a4a60f1: Add buildid tool (@kakkoyun)
4fefed8: Bump 3rdparty/libbpf from b0feb9b
to f9f6e92
(@dependabot[bot])
b4a67e6: Bump 3rdparty/libbpf from f9f6e92
to 92c1e61
(@dependabot[bot])
6bfb689: Ensure unused section removed (@kakkoyun)
d876941: Merge pull request #100 from s-urbaniak/fix-pod-security (@brancz)
de89fb0: Merge pull request #102 from parca-dev/fix_section_issue (@kakkoyun)
d0ec90b: Merge pull request #103 from parca-dev/push_ghcr_with_builds (@kakkoyun)
265eaa0: Merge pull request #105 from slashpai/fix_duration (@brancz)
efd6a72: Merge pull request #106 from yeya24/add-metrics-collectors (@kakkoyun)
64d59f0: Merge pull request #107 from zecke/zecke/leaks (@kakkoyun)
52c9f2d: Merge pull request #79 from parca-dev/dependabot/submodules/3rdparty/libbpf-f9f6e92 (@brancz)
23eba05: Merge pull request #84 from frezbo/fix-link (@brancz)
8bfdafa: Merge pull request #85 from paulfantom/nodeselector (@brancz)
3ed0de7: Merge pull request #87 from paulfantom/code-format (@brancz)
734d36a: Merge pull request #88 from paulfantom/metadata_inconsistencies (@brancz)
6f51b2a: Merge pull request #89 from paulfantom/podmonitor (@brancz)
8dc04a2: Merge pull request #92 from ArthurSens/external-labels (@metalmatze)
eb327a9: Merge pull request #93 from slashpai/duration_flag (@brancz)
e5a83be: Merge pull request #94 from yeya24/set-resources-jsonnet (@brancz)
e807cb0: Merge pull request #95 from parca-dev/dependabot/submodules/3rdparty/libbpf-92c1e61 (@brancz)
de5a843: Merge pull request #98 from zecke/create-testutil (@brancz)
dcad8f5: Merge pull request #99 from parca-dev/add_buildid_tool (@brancz)
fbdac72: Push container when its merged to main (@kakkoyun)
c86d8cc: README.md: Regenerate README (@slashpai)
efceb89: README.md: Regenerate README (@slashpai)
205ea4b: Update .goreleaser.yml (@kakkoyun)
52d765e: cmd/parca-agent/main.go: Fix default profilingDuration value (@slashpai)
ba78000: cmd/pkg: Add flag to make profiling duration configurable (@slashpai)
ed7b30b: containerutils: Speculative mem leak fix (@zecke)
19e5422: deploy/lib/parca-agent: add flag to enable podMonitor (@paulfantom)
403ae90: deploy/lib/parca-agent: pin nodes to amd64 architecture (@paulfantom)
6c526c9: deploy/lib/parca-agent: unify metadata across all objects (@paulfantom)
8c63a38: deploy/main: use labels vs. annotations for pod-security settings (@s-urbaniak)
ac06e0e: enable metrics collectors (@yeya24)
f689ae5: fix: broken link to security doc (@frezbo)
b0119a9: go.mod/go.sum: Update go module (@slashpai)
c01f1e9: jsonnet: Add external-label support (@ArthurSens)
0ad9170: jsonnet: support configuring resources for parca agent (@yeya24)
0a717e8: parca-agent: format C code according to GNU formatting guidelines (@paulfantom)
a379868: pkg/agent/profile.go: Fix go-linting (@slashpai)
ae579cb: testutil: Introduce package and move fs fakes there (@zecke)
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.2.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
252de71: Merge pull request #80 from parca-dev/update_security_docs (@kakkoyun)
14cc89c: Sync docs (@kakkoyun)
8486bdb: Update security docs (@kakkoyun)
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.1.0
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.
v0.1.0-alpha.3
Changelog
192fa9d: Add goreleaser footer (@kakkoyun)
2af3493: Change log levels to reduce noise (@kakkoyun)
f39973c: Include debuginfo in the releases (@kakkoyun)
32327ea: Merge pull request #72 from parca-dev/goreleaser_footer (@brancz)
bef46c1: Merge pull request #75 from parca-dev/openshift-ignore-psp-fix-scc (@kakkoyun)
d975eb0: Merge pull request #76 from parca-dev/change_log_levels (@brancz)
cbb3899: Merge pull request #77 from parca-dev/pod-security (@brancz)
6b5b54d: Merge pull request #78 from parca-dev/include_debug_info (@kakkoyun)
536c2a7: deploy: Add pod-security annotations on namespace (@brancz)
e057267: deploy: Ignore PodSecurityPolicy on OpenShift and fix SecurityContextConstraint (@brancz)
Docker images
docker pull ghcr.io/parca-dev/parca-agent:v0.1.0-alpha.3
Thanks!
Join our Discord server;
Follow us on Twitter;
Read the documentation.