Skip to content

Commit

Permalink
doc: udpate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jul 30, 2021
1 parent 637f5b6 commit df07be8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit df07be8

Please sign in to comment.