From df07be82270f9e2a4de67f0dfd7c26de4b341616 Mon Sep 17 00:00:00 2001 From: hhyasdf <552483776@qq.com> Date: Fri, 30 Jul 2021 16:19:51 +0800 Subject: [PATCH] doc: udpate changelog --- .github/workflows/check.yml | 2 +- CHANGELOG.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 88d16d5e..394369dc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Lint Code Base - uses: github/super-linter@v3.17.1 + uses: github/super-linter@v4.5.1 env: VALIDATE_ALL_CODEBASE: true VALIDATE_MARKDOWN: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 366a7b11..ff0290c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,16 @@ All notable changes to this project will be documented in this file. ### Fixed Issues - Remove overlay logs for underlay-only mode - Fix error of using prefer interfaces list -- Fix timeout error of pod creation on large scale \ No newline at end of file +- Fix timeout error of pod creation on large scale + +## v0.1.1 +### Improvements +- Add checks for pod using the same subnet with node +- Support setting lsinux kernel neigh gc thresh parameters +- Only choose vtep and node ip as node internal overlay container networking ip, support extra select +- Remove duplicated routes +- Adapt to underlay physical environment with arp sender ip check +- Add checks for check pod network configuration, if not ready, pod will not be created successfully + +### Fixed Issues +- Fix error data path for overlay pod to access underlay gateway and excluded ip addresses