Skip to content

Releases: yunify/qingcloud-cloud-controller-manager

v1.4.5: Bugfix: don't detach tag when tags is empty (#105)

08 Sep 01:19
26113c8
Compare
Choose a tag to compare
this bug is introduced by https://github.com/yunify/qingcloud-cloud-controller-manager/pull/95

Signed-off-by: Duan Jiong <[email protected]>

Bugfix: the ingress ip in Service.Status is not changed when update loadbalancer

16 Apr 18:48
641d743
Compare
Choose a tag to compare
Merge pull request #96 from zheng1/master

Bugfix: the ingress ip in Service.Status is not changed when update l…

Bugfix: attach and detach not work

16 Apr 17:05
e1604b3
Compare
Choose a tag to compare
Pre-release
Merge pull request #95 from zheng1/master

Bugfix: attach and detach not work

v1.4.2

22 Nov 06:46
Compare
Choose a tag to compare

[ 1.4.2 ] - 2019-10-29

Added

Fixed

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

v1.4.0

05 Sep 09:48
Compare
Choose a tag to compare

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

v1.3.5 -kubernetes-1.14.1

07 Aug 05:11
Compare
Choose a tag to compare

Fixed

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

Added

[Deprecated] v1.3.4 -kubernetes-1.14.1

15 May 07:49
Compare
Choose a tag to compare

[warning] there is a bug in auto mode in this version and should avoid to use this version

Added

Changed

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

v1.3.3 -kubernetes-1.14.1

08 May 02:47
Compare
Choose a tag to compare

Added

Fixed

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

v1.3.2 -kubernetes-1.14.1

06 May 09:13
Compare
Choose a tag to compare

[ 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

v1.3.0 -kubernetes-1.14.1

30 Apr 07:02
Compare
Choose a tag to compare

Added

Changed

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