Skip to content

Commit

Permalink
Merge pull request #38 from hhyasdf/doc-update
Browse files Browse the repository at this point in the history
doc: udpate changelog
  • Loading branch information
mars1024 authored Jul 30, 2021
2 parents 637f5b6 + 095eb3c commit 61d7913
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD024:
allow_different_nesting: true
siblings_only: true
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ 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
LINTER_RULES_PATH: .github
MARKDOWN_CONFIG_FILE: .markdown-lint.yml
VALIDATE_MD: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: \.github/.*
FILTER_REGEX_EXCLUDE: .github/.*
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 linux kernel neigh gc thresh parameters
- Only choose vtep and node ip as node internal overlay container networking ip, support extra selection
- Remove duplicated routes
- Adapt to underlay physical environment with arp sender ip check
- Add prechecking 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 61d7913

Please sign in to comment.