Releases: sapcc/kubernikus
Releases · sapcc/kubernikus
1.0.0+f3c4111fe695f9479c7fc0dfa98f45ec5968f6da
removes glog This commit removes all glog references in favor of the structured logging approach using go-kit/log. There is plenty room for improvement. The intention here is to rid glog without introducing to many bugs. `kubernikusctl` is left to use glog as the main intent of logging here is human consumption on the cli without an intermediate log retrieval system. Also, there's tight integration with k8s clients that log using glog anyway. The log output is not yet completely clean and 100% structured logging, because of the informer framwork being uncooperative. We could get rid of that using a higher default log threshold instead of the default `INFO`. That exercise is left for another time. This commit fixes #100
1.0.0+857118af135aa46be3c87959ac1add2268eda124
v1.0.0+857118af135aa46be3c87959ac1add2268eda124 fixes panic due to missing logger initialization
1.0.0+80c41e98b370996be45c8ebf6eedc919afa2381b
v1.0.0+80c41e98b370996be45c8ebf6eedc919afa2381b Remove migration to retrofit security group id to existing clusters
1.0.0+ea5e99f2afde154216b9e171ad9b42934e7d1bfe
v1.0.0+ea5e99f2afde154216b9e171ad9b42934e7d1bfe Specify security groups by id when creating servers
1.0.0+e5f2d7ecb4319492909a29b06bd6e02eaa245405
v1.0.0+e5f2d7ecb4319492909a29b06bd6e02eaa245405 fixes local docs development
1.0.0+99c42796e0fd5068bbdf9587a9d97e9e4e4d3fd9
v1.0.0+99c42796e0fd5068bbdf9587a9d97e9e4e4d3fd9 fixes ignition for good. sorry
1.0.0+53fac3a585e9c1e6916ecc98b03ba973a8ea7538
v1.0.0+53fac3a585e9c1e6916ecc98b03ba973a8ea7538 implements tracing id
1.0.0+0327395998fb9b446ec151ac6316079303c3b157
Update to go-swagger 0.13 A lot of files changed but actually not much changed Fixes #92
1.0.0+ca5afde0f477257c4b633b65572eef4a6631e2a7
enforece holy import trinity using goimports This PR changes our gofmt check to goimports -local github.com/sapcc/kubernikus. This caused the tests to fail if imports are not ordered in the following way: ``` stdlib [empty line] external deps [empty line] kubernikus internal deps ```` I purposly excluded the generated files from this check to avoid confusion when we regenerate stuff.
1.0.0+c97fcc303948987bb8a9fd3a859e0421556a89f1
v1.0.0+c97fcc303948987bb8a9fd3a859e0421556a89f1 -- add icmp to masquerade rules