Skip to content

Releases: sapcc/kubernikus

1.0.0+80c41e98b370996be45c8ebf6eedc919afa2381b

18 Dec 09:01
Compare
Choose a tag to compare
v1.0.0+80c41e98b370996be45c8ebf6eedc919afa2381b

Remove migration to retrofit security group id to existing clusters

1.0.0+ea5e99f2afde154216b9e171ad9b42934e7d1bfe

15 Dec 14:50
Compare
Choose a tag to compare
v1.0.0+ea5e99f2afde154216b9e171ad9b42934e7d1bfe

Specify security groups by id when creating servers

1.0.0+e5f2d7ecb4319492909a29b06bd6e02eaa245405

14 Dec 14:36
Compare
Choose a tag to compare
v1.0.0+e5f2d7ecb4319492909a29b06bd6e02eaa245405

fixes local docs development

1.0.0+99c42796e0fd5068bbdf9587a9d97e9e4e4d3fd9

13 Dec 17:42
Compare
Choose a tag to compare
v1.0.0+99c42796e0fd5068bbdf9587a9d97e9e4e4d3fd9

fixes ignition for good. sorry

1.0.0+53fac3a585e9c1e6916ecc98b03ba973a8ea7538

13 Dec 10:38
Compare
Choose a tag to compare
v1.0.0+53fac3a585e9c1e6916ecc98b03ba973a8ea7538

implements tracing id

1.0.0+0327395998fb9b446ec151ac6316079303c3b157

12 Dec 09:21
Compare
Choose a tag to compare
Update to go-swagger 0.13

A lot of files changed but actually not much changed
Fixes #92

1.0.0+ca5afde0f477257c4b633b65572eef4a6631e2a7

11 Dec 15:45
Compare
Choose a tag to compare
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

11 Dec 09:48
Compare
Choose a tag to compare
v1.0.0+c97fcc303948987bb8a9fd3a859e0421556a89f1

-- add icmp to masquerade rules

1.0.0+34c02deb60b3a6cf3c2388b76319ed6a74b519d1

11 Dec 14:38
Compare
Choose a tag to compare
v1.0.0+34c02deb60b3a6cf3c2388b76319ed6a74b519d1

implements structured logging

1.0.0+ba5e5e695f05e423f8a7381c95d2458736c5b753

08 Dec 16:11
Compare
Choose a tag to compare
v1.0.0+ba5e5e695f05e423f8a7381c95d2458736c5b753

Minor nanny changes