Releases: yunify/qingcloud-cloud-controller-manager
Releases · yunify/qingcloud-cloud-controller-manager
v1.4.5: Bugfix: don't detach tag when tags is empty (#105)
this bug is introduced by https://github.com/yunify/qingcloud-cloud-controller-manager/pull/95 Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Bugfix: the ingress ip in Service.Status is not changed when update loadbalancer
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
Merge pull request #95 from zheng1/master Bugfix: attach and detach not work
v1.4.2
[ 1.4.2 ] - 2019-10-29
Added
- internal lb support custom ip @magicsong
- support internal load balancer @magicsong
- support use users' lb @magicsong
- support sharing internal lb @magicsong
- docs about internal lb @magicsong
Fixed
- lb not deleted when its type changed from
LoadBalancer
toNodePort
@magicsong
v1.4.0
Added
- support adding tags to resources @magicsong
Changed
- ✨change gcfg to yaml @magicsong
✈️ refactor error handling @magicsong- simplify deployment @magicsong
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
Fixed
- when changing ports in service, old listeners are not deleted @magicsong
- fix bug in auto mode @magicsong
Added
- add cluster mode in instance @magicsong
[Deprecated] v1.3.4 -kubernetes-1.14.1
[warning] there is a bug in auto mode in this version and should avoid to use this version
Added
- get userid automatically @magicsong
Changed
- simplify
Makefile
- remove certs mounts @magicsong
- recording logs when e2e-test failure
v1.3.3 -kubernetes-1.14.1
Added
- support UDP @magicsong
Fixed
- fixed that
https
port becomeshttp
in qingcloud console @magicsong - fixed securityGroup is not deleted in cloud
v1.3.2 -kubernetes-1.14.1
[ 1.3.2 ] - 2019-05-06
Added
- refact ut framework and bring code-coverage up to 65% @magicsong
Changed
- remove https protocol @magicsong
Fixed
- fixed a lot of tiny bugs thanks to new ut framework
v1.3.0 -kubernetes-1.14.1
Added
- add some ut @magicsong
- support eip reuse @magicsong
- support specifying prototol in lb @magicsong
- support ip auto allocate @magicsong
- use secret instead of host path when reading API key @magicsong
Changed
- refine codes for making it easy to write unit tests
- add more e2e-tests