Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

73 lines (50 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file.

[ 0.4.1 ] - 2021-03-18

BugFix:

  • Fix the name of the program in the image.#196

Misc Changes:

  • Change the deploy/porter.yaml image name to kubesphere/porter:v0.4.1

[ 0.4.0 ] - 2021-03-16

Feature:

  • Eip Address Management via CRD.#132
  • Changes to the BgpConf/BgpPeer API to be compatible with the gobgp API and to support viewing status. #132

BugFix:

  • Add param to config webhook port. #136
  • Filter not ready nodes from nexthops. #142

[ 0.3.1 ] - 2020-08-28

Feature:

  • Supports automatic builds using GitHub actions #122 #123

[ 0.3.0 ] - 2020-08-28

Feature:

  • Support layer 2 load-balancing
  • Support loadBalancerIP in Service
  • Support add neighbor dynamically
  • Support config porter via CRD

[ 0.1.1 ] - 2019-09-09

Added

Changed

Fixed

[ 0.1.0 ] - 2019-03-31

Added

  • add portforward for nonstandard bgp port #37
  • add doc about setting up in real router #36
  • more tests

[ 0.0.3 ] - 2019-03-26

Added

  • new Jenkinsfile #29

Fixed

  • duplicated externalIPs in kubectl get svc #27
  • update docs

[ 0.0.2 ] - 2019-03-25

Added

  • auto detect main interface instead of using eth0 #23
  • add e2e test #23

Fixed

  • fix the reconcile logic which add route without waiting for all endpoints #24
  • Update readme