Skip to content

Commit

Permalink
Update CHANGELOG.md for releasing v0.7.2 (#504)
Browse files Browse the repository at this point in the history
Signed-off-by: Daxin Wang <daxinwang@harmonycloud.cn>
  • Loading branch information
dxsup authored Apr 24, 2023
1 parent 5f0c85b commit 0033b93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- '**/*.yml'
- '**/*.json'
- '**/Dockerfile*'
- '**/*.sh'
schedule:
- cron: '45 22 * * 0'

Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
1. All notable changes to this project will be documented in this file.
2. Records in this file are not identical to the title of their Pull Requests. A detailed description is necessary for understanding what changes are and why they are made.

## Unreleased
## v0.7.2 - 2023-04-24
### Enhancements
- Add an option `WithMemory` to OpenTelemetry's Prometheus exporter. It allows users to control whether metrics that haven't been updated in the most recent interval are reported. ([#501](https://github.com/KindlingProject/kindling/pull/501))
- Add a config to cgoreceiver for suppressing events according to processes' comm ([#495](https://github.com/KindlingProject/kindling/pull/495))
- Add bind support to get the listening ip and port of a server. ([#493](https://github.com/KindlingProject/kindling/pull/493))
- Add `bind` syscall support to get the listening ip and port of a server. ([#493](https://github.com/KindlingProject/kindling/pull/493))
- Add an option `enable_fetch_replicaset` to control whether to fetch ReplicaSet metadata. The default value is false which aims to release pressure on Kubernetes API server. ([#492](https://github.com/KindlingProject/kindling/pull/492))

### Bug fixes
Expand All @@ -16,6 +16,8 @@
- Fix the bug that in `cpuanalyzer`, no segments are sent if they contain no cpuevents. Now segments are sent as long as they contain events, regardless of what the events are. ([#502](https://github.com/KindlingProject/kindling/pull/502))
- Fix the bug that the default configs of slice/map are not overridden. ([#497](https://github.com/KindlingProject/kindling/pull/497))

Thanks for the significant help of @yanhongchang to provide OOM-killed information on #499.

## v0.7.1 - 2023-03-01
### New features
- Support trace-profiling sampling to reduce data output. One trace is sampled every five seconds for each endpoint by default. ([#446](https://github.com/KindlingProject/kindling/pull/446)[#462](https://github.com/KindlingProject/kindling/pull/462))
Expand All @@ -32,6 +34,8 @@
- Collector subscribes `sendmmsg` events to fix the bug that some DNS requests are missed. ([#430](https://github.com/KindlingProject/kindling/pull/430))
- Fix the bug that the agent panics when it receives DeletedFinalStateUnknown by watching K8s metadata. ([#456](https://github.com/KindlingProject/kindling/pull/456))

In this release, we have a new contributor @llhhbc. Thanks and welcome! 🥳

## v0.7.0 - 2023-02-16
### New features
- Add a new simplified chart to display the trace-profiling data. It mixes `span` with profiling and is more user-friendly. Try the demo now on the [website](http://kindling.harmonycloud.cn/).([#443](https://github.com/KindlingProject/kindling/pull/443))
Expand Down
2 changes: 1 addition & 1 deletion deploy/recompile-probe/recompile-module.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AGENT_LIBS_COMMIT_ID=fcbd3f65e4c24647ba9c5539d32594ed03360fba
AGENT_LIBS_COMMIT_ID=1daf5aa0e534cd96f9801729df35e5942c05f2bd

mkdir -p rebuild-kindling-agent
cd rebuild-kindling-agent
Expand Down

0 comments on commit 0033b93

Please sign in to comment.