Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
### <a id="main"></a>DeepFlow release main

#### Bug Fix
* fix(postgres): resolve PostgreSQL compatibility issues in metadb [#11678](https://github.com/deepflowio/deepflow/pull/11678) by [mail2sudheerobbu-oss](https://github.com/mail2sudheerobbu-oss)
* fix: incorrect endpoint [#11670](https://github.com/deepflowio/deepflow/pull/11670) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix Crashes Caused by Packet Count Statistics [#8816](https://github.com/deepflowio/deepflow/pull/8816) by [yinjiping](https://github.com/yinjiping)
* fix: wan type cidr may not be tagged [#8814](https://github.com/deepflowio/deepflow/pull/8814) by [lzf575](https://github.com/lzf575)
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG-6-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### New Feature

#### Bug Fix
* fix: incorrect endpoint [#11689](https://github.com/deepflowio/deepflow/pull/11689) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8818](https://github.com/deepflowio/deepflow/pull/8818) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix Crashes Caused by Packet Count Statistics [#8815](https://github.com/deepflowio/deepflow/pull/8815) by [yinjiping](https://github.com/yinjiping)
* fix: wan type cidr may not be tagged [#8811](https://github.com/deepflowio/deepflow/pull/8811) by [lzf575](https://github.com/lzf575)
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG-7-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Table of Contents

**[DeepFlow release v7.1](#v7.1)**<br/>

# Changelog

### <a id="v7.1"></a>DeepFlow release v7.1

#### New Feature

#### Bug Fix
* fix: incorrect endpoint [#11688](https://github.com/deepflowio/deepflow/pull/11688) by [yuanchaoa](https://github.com/yuanchaoa)