Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

88 lines (71 loc) · 4.66 KB

Changelog

[ 1.4.2 ] - 2019-10-29

Added

Fixed

  • lb not deleted when its type changed from LoadBalancer to NodePort@magicsong

[ 1.4.1 ] - 2019-10-28

Added

[ 1.4.0 ] - 2019-09-05

Added

Changed

Fixed

  • 🚒 fix updates not working as expected @magicsong
  • 🚒 fix listener not working when ports changing from "aabb" style to "aa" @magicsong
  • 🚒 fix jenkinsfile @magicsong
  • 🚒 add cleanup before/after e2e @magicsong

[ 1.3.5 ] - 2019-08-07

Fixed

  • when changing ports in service, old listeners are not deleted @magicsong
  • fix bug in auto mode @magicsong

Added

[ 1.3.4 ] - 2019-05-13

Added

Changed

  • simplify Makefile
  • remove certs mounts @magicsong
  • recording logs when e2e-test failure

[ 1.3.3 ] - 2019-05-04

Added

Fixed

  • fixed that https port becomes http in qingcloud console @magicsong
  • fixed securityGroup is not deleted in cloud

[ 1.3.2 ] - 2019-05-06

Added

  • refact ut framework and bring code-coverage up to 65% @magicsong

Changed

Fixed

  • fixed a lot of tiny bugs thanks to new ut framework

[ 1.3.1 ] - 2019-05-04

Fixed

  • fixed that lb cannot get an ip if there is no avaliable eips in auto mode @magicsong

[ 1.3.0 ] - 2019-04-30

Added

Changed

  • refine codes for making it easy to write unit tests
  • add more e2e-tests

[ 1.2.0 ] - 2019-04-16

Added

Changed