Skip to content

Releases: kubermatic/kubermatic

v1.3

09 May 09:47
Compare
Choose a tag to compare
Feature/use node port for apiserver (#339)

* Use nodeport service for apiserver service

* Iterate over all ports of a service to get the secure port for the apiserver

* Initial support for the apiserver port range flag

* Updated tests

* Use nodeport service for apiserver service

* Iterate over all ports of a service to get the secure port for the apiserver

* Initial support for the apiserver port range flag

* Updated tests

* Remove k8sniff ingress & add apiserver-insecure service

* Changed loglevel of addon-install due to missing tpr cleanup of k8s after namespace deletion

* Fix outdated deployment name

* Disable gosimple due to bug

* Update tests

* Move apiserver port range flag to controller & generate port at service creation

* Magically fix missing token

* Revert 3271e50eaf26fa8c1c7e2276414add93268d2ee5 & Remove check for url to retrieve token

* Fix node tpr creation for aws

* Add documentation

* Rename annotation

* Added comment to explain why gosimple was disabled

* Fixed log for missing tpr namespace

* Replace call to list services via the api with the service store

* Fix broken interface conversion

* Fix test fixtures

v1.2.1

03 May 08:44
Compare
Choose a tag to compare
Feature/delete node with invalid credentials (#336)

* Add invalid token error type

* Ignore Node deletion errors

* Return nodeDeleting error list in response

* Revert "Add invalid token error type"

This reverts commit de0dda88c4751380ca76088e5b27d57847ff73dd.

* Change error text

v1.2

25 Apr 06:49
Compare
Choose a tag to compare
Feature/update client 3.0 (#318)

* Initial update to kubernetes go-client 3.0

* refactor kubernetes seed

* refactor extensions type

* refactor handler node

* refactor handler ssh

* refactor kubernetes kubernetes

* Remove ambigious naming

* Update imports

* refactor etcd types

* rename import

* refactor controller

* Manually implement StoreToPodLister.List

* Import missing wait package

* refactor cluster auth

* refactor cluster controller

* refactor cluster pending

* go fmt -w

* rename meta_v1 to metav1 project wide

* Add both ListOptions Api types

* Remove non needed v1.ListOptions

* Explicitly add GroupVersion to api Schemes

* Explicitly add Group version to api Scheme

* Fix noerrcheck

* Fix wrong imports

* Reformat extensions fake

* Add missing api.Registry

* Update all RBAC resources to v1beta1

* Rename import api_v1 to apiv1

v1.1

24 Apr 15:38
Compare
Choose a tag to compare
[WIP] Initial implementation of rbac support for etcd-operator (#322)

* Initial implementation of rbac support for etcd-operator

* Added tests

* Fix infinite loop during cluster pending phase

* Changed role to clusterrole

v1.0.1

12 Apr 15:15
Compare
Choose a tag to compare
Bugfix/fix etcd cluster exists check (#319)

* Fix etcd-cluster exists check & remove deprecated parameter from NamespaceName

* Increase step timeout to 20 minutes

* Increase step timeout to 20 minutes

* Remove command timeout

* set no-response-timeout on root level

* Increase deadline to 1200s

v1.0

11 Apr 10:03
Compare
Choose a tag to compare
Kubernetes 1.6 (#294)

* Update kube-proxy & dashboard

* Activate the new default AWS integration with 1.6 to run the master on a different account

* Tag cluster with Name

* Add setting of RouteTableID for aws

v0.9

26 Apr 11:17
Compare
Choose a tag to compare
Fixes the NPE during cluster launch phase (#313)