Skip to content

Tags: moadqassem/machine-controller

Tags

v1.23.1

Toggle v1.23.1's commit message
version 1.23.1 

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add optional use-octavia flag to openstack cloud config (kubermatic#870) 

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include Kubernetes 1.20 in e2e tests (kubermatic#875) * include kubernetes 1.20 in e2e tests * update fixtures to the supported versions * do not use 1.19.6 as there is no kubelet docker image available

v1.20.2

Toggle v1.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix openstack instanceReadyPeriod/Timeout (kubermatic#848) Signed-off-by: Moath Qasim <moad.qassem@gmail.com> Signed-off-by: Moath Qasim <moad.qassem@gmail.com>

v1.20.1

Toggle v1.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor the kubevirt dns settings (kubermatic#846) Signed-off-by: Moath Qasim <moad.qassem@gmail.com> Signed-off-by: Moath Qasim <moad.qassem@gmail.com>

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Anexia cloud provider (kubermatic#842) * implement basic anexia cloud provider the commits introduce basic implementation of anexia cloud provider, the provider does not support MigrateUID * anexia cloud provider refactoring the commit adjusts code style to existing implemntations and adds additional error checks Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com> * upgrade go-anxcloud dependency to v0.2.0 * manage ip allocations store ip allocation identifier on machine creation in the providerStatus field and free ip on machine deletion * add integration tests for anexia cloud provider Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com> * clean up minor things in the anexia provider - correctly sort import groups - remove unused Config.SSHKey field - fix copy-paste comment Co-authored-by: Marcin Franczyk <marcin0franczyk@gmail.com>

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Hyperkube Kubelet for 1.18 clusters (kubermatic#837) * Use Hyperkube Kubelet for 1.18 clusters We already use Hyperkube Kubelet for clusters running Kubernetes 1.17 and older. This PR extends this to 1.18, as there are no Poseidon Kubelet images for the latest 1.18 releases any longer. * Add 1.19.0 userdata test for Flatcar * Update test fixtures

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix hanging reboot on auto update. (kubermatic#824) * Add polkit rule for core user to reboot machine. Signed-off-by: Eduardo Oliveira de Carvalho <eduardooc.86@gmail.com> * Use polkit rule only when auto update is enabled. Signed-off-by: Eduardo Oliveira de Carvalho <eduardooc.86@gmail.com> Co-authored-by: Eduardo Oliveira de Carvalho <e.decarvalho@syseleven.de>

v1.14.4

Toggle v1.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[v1.14] Fix releasever to 7 for RHEL and CentOS in yum docker reposit… …ory (kubermatic#826) (kubermatic#828) * Fix releasever to 7 for RHEL and CentOS in yum docker repository (kubermatic#826) * Fix releasever to 7 for RHEL and CentOS in yum docker repository * Fix e2e tests * Disable CoreOS E2E tests on GCE and DigitalOcean (kubermatic#822) * Disable CoreOS E2E tests on DigitalOcean * Disable CoreOS E2E tests on GCE * adjust the source url for the registry server (kubermatic#794) Signed-off-by: Moath Qasim <moad.qassem@gmail.com> Signed-off-by: Moath Qasim <moad.qassem@gmail.com> Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com> Co-authored-by: Moath Qasim <moad.qassem@gmail.com>

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CNI plugins to v0.8.7 (kubermatic#818) * Update CNI plugins to v0.8.7 * Update test fixtures