Releases: sapcc/kubernikus
Releases · sapcc/kubernikus
1.0.0+486d151e8a7d5134b98f2efbdc06981d2100dff2
v1.0.0+486d151e8a7d5134b98f2efbdc06981d2100dff2 Add user defined ssh public key to ignition config (#168)
1.0.0+381971d2bab1b71348aec073a3e751cb19e7fd86
v1.0.0+381971d2bab1b71348aec073a3e751cb19e7fd86 moar owners
1.0.0+ee49537f78ab3c6a82ab46e6d7d3135daeb719e6
v1.0.0+ee49537f78ab3c6a82ab46e6d7d3135daeb719e6 Updates client-go to v6.0.0
1.0.0+d9a7513680594a355fb5cc2a6c03b9798c53e9d6
Generate a random ssh password per kluster (#162) * Generate a random ssh password per kluster Instead of hardcoding a global password into the ignition template we now generate a random 12 char password for each kluster and use that in the ignition templates for the kluster nodes. Existing klusters that don’t have this are staying on the old hard coded password for now. This password is not exposed anyware at the moment. Its meant as a diagnostic backdoor during the techpreview. We can think about exposing this password to the enduser in the future. Manually tested that this actually works.
1.0.0+d00cc7398dbde714fb7b2f9933a8f6ecc7364cbc
v1.0.0+d00cc7398dbde714fb7b2f9933a8f6ecc7364cbc fixes stateful id logging
1.0.0+3517d21d96274a4ccdae41cc22105e19ec5bce1d
v1.0.0+3517d21d96274a4ccdae41cc22105e19ec5bce1d removes dublicate id
1.0.0+c06c3f388d02cb5b990e809cebef3ba73da1f8c3
v1.0.0+c06c3f388d02cb5b990e809cebef3ba73da1f8c3 Adds Public-Key to GetMetadata Call
1.0.0+56936bda73f290d3d4d96e666c693f87c852f5c5
Add ssh public key to Kluster spec Fixes #157
1.0.0+1fef5cc3ffbdf16d0e731122c06f847174b1f5bc
Surface nova errors message for bad request responses (400) (#160) Surface nova errors message for bad request responses (400) gophercloud at the moment just returns a generic “bad request” error message when nova returns a status 400 response for a server create request. But the response actually contains a detailed error message as to why the payload wasn’t accepted. (e.g. given image/flavor/key not found etc.) There is a 1 year old upstream PR solving the same thing but unfortuantely its going nowhere: https://github.com/gophercloud/gophercloud/pull/303
1.0.0+2abfdb30e0773e9cc57ca95dd72148af97514d9a
v1.0.0+2abfdb30e0773e9cc57ca95dd72148af97514d9a add preseed RBAC RoleBinding kubernikus member (#138)