author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
596,229
27.11.2018 14:52:28
-3,600
e76b816653c1281156a278ccb1b9196964895de6
nodepool delete from API
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/terminate_cluster.go", "new_path": "pkg/api/handlers/terminate_cluster.go", "diff": "@@ -31,9 +31,11 @@ func (d *terminateCluster) Handle(params operations.TerminateClusterParams, prin\nreturn NewErrorResponse(&operations.TerminateClusterDefau...
Go
Apache License 2.0
sapcc/kubernikus
nodepool delete from API
596,229
27.11.2018 15:44:32
-3,600
87e5cbb6706db9cffe56659d4e1595e5cd6a5eca
TestClusterUpdate changed: add new nodepool and change only size of previous nodepool
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/api_test.go", "new_path": "pkg/api/rest/api_test.go", "diff": "@@ -212,6 +212,12 @@ func TestClusterUpdate(t *testing.T) {\nRouterID: \"changed\",\n},\nNodePools: []models.NodePool{\n+ {\n+ Flavor: \"flavour\",\n+ Image: \"image\",\n+ Name: \"pool...
Go
Apache License 2.0
sapcc/kubernikus
TestClusterUpdate changed: add new nodepool and change only size of previous nodepool
596,226
04.12.2018 09:36:35
-3,600
8c9d24db82d6e2660943b66ff7d1fd642cb01404
Turn off parallel e2e tests
[ { "change_type": "MODIFY", "old_path": "ci/task_e2e_tests.yaml", "new_path": "ci/task_e2e_tests.yaml", "diff": "@@ -22,6 +22,7 @@ run:\ncd gopath/src/github.com/sapcc/kubernikus\napk add --no-progress --no-cache make git curl\n+ export RUN_PARALLEL=false\nmake test-e2e | tee test.output\nrc=$?\nif [...
Go
Apache License 2.0
sapcc/kubernikus
Turn off parallel e2e tests (#343)
596,240
04.12.2018 10:15:46
-3,600
b764ee9a37c7e6dff4be7ffba9b2c3e94ff3255f
bump k8s version to v1.10.11
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/values.yaml", "new_path": "charts/kube-master/values.yaml", "diff": "# Declare variables to be passed into your templates.\nimage:\nrepository: sapcc/hyperkube\n- tag: v1.10.8\n+ tag: v1.10.11\npullPolicy: IfNotPresent\n# Settings for the op...
Go
Apache License 2.0
sapcc/kubernikus
bump k8s version to v1.10.11
596,226
04.12.2018 13:52:41
-3,600
ea7c8d767ccf3fe2474ed8ece97d2f39aa2ddfe5
Add oomkill-exporter chart to kubernikus-system
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -14,5 +14,8 @@ dependencies:\n- name: prometheus-node-exporter\nrepository: https://kubernetes-charts.storage.googleapis.com/\nversion: 0.3.0\n-d...
Go
Apache License 2.0
sapcc/kubernikus
Add oomkill-exporter chart to kubernikus-system
596,240
04.12.2018 14:42:18
-3,600
cd713455d654405bf3007a31a101d53f5ba28566
adds more meaningfull charts. fixes broken metric names
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -199,11 +199,59 @@ grafana:\nserverDashboardFiles:\nkubernikus.json: |\n{\n+ \"__inputs\": [\n+ {\n+ \"name\": \"DS_PROMETHEUS\",\n+ \"label\": \"Prometheus\...
Go
Apache License 2.0
sapcc/kubernikus
adds more meaningfull charts. fixes broken metric names
596,226
04.12.2018 14:45:13
-3,600
07ae8b6c5957bb56238dcd2aa2250c23d34ca49b
Fix e2e test imports
[ { "change_type": "MODIFY", "old_path": "test/e2e/main_test.go", "new_path": "test/e2e/main_test.go", "diff": "@@ -10,7 +10,7 @@ import (\n\"github.com/gophercloud/gophercloud/openstack/identity/v3/tokens\"\n\"github.com/stretchr/testify/require\"\n- \"github.com/sapcc/kubernikus/pkg/util\"\n+ \"gith...
Go
Apache License 2.0
sapcc/kubernikus
Fix e2e test imports
596,240
04.12.2018 17:19:16
-3,600
e0942467145a14594e8258861291fe45484a64a4
emergency fix. try2
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/kluster/client.go", "new_path": "pkg/client/openstack/kluster/client.go", "diff": "@@ -131,27 +131,34 @@ func (c *klusterClient) DeleteNode(id string) (err error) {\n}\nfunc (c *klusterClient) ListNodes(pool *models.NodePool) ([]Node, erro...
Go
Apache License 2.0
sapcc/kubernikus
emergency fix. try2
596,240
04.12.2018 17:51:22
-3,600
97d952eced5e99ff44839fad8ebbba7cab79bc7c
fixes datasource trouble
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -201,7 +201,7 @@ grafana:\n{\n\"__inputs\": [\n{\n- \"name\": \"DS_PROMETHEUS\",\n+ \"name\": \"default\",\n\"label\": \"Prometheus\",\n\"description\": \"\"...
Go
Apache License 2.0
sapcc/kubernikus
fixes datasource trouble
596,226
05.12.2018 14:33:07
-3,600
4b1e913d8eb24c034e455bd5aab55c53d0d1057e
Run etcd backup e2e test at the very end
[ { "change_type": "MODIFY", "old_path": "test/e2e/main_test.go", "new_path": "test/e2e/main_test.go", "diff": "@@ -175,6 +175,12 @@ func TestRunner(t *testing.T) {\n}\nt.Run(\"Smoke\", func(t *testing.T) {\n+ volumeTests := &VolumeTests{Kubernetes: kubernetes}\n+ t.Run(\"Volumes\", volumeTests.Run)\n...
Go
Apache License 2.0
sapcc/kubernikus
Run etcd backup e2e test at the very end
596,226
07.12.2018 14:37:30
-3,600
1f19a05cc01365b616039fcdb94a7b5389d2c709
Bump to oomkill-exporter 0.2.0, use rolling update in daemonset
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/oomkill-exporter/templates/daemonset.yaml", "new_path": "charts/kubernikus-system/vendor/oomkill-exporter/templates/daemonset.yaml", "diff": "@@ -6,6 +6,8 @@ metadata:\nlabels:\napp: {{ template \"name\" . }}\nspec:\n+ updateStr...
Go
Apache License 2.0
sapcc/kubernikus
Bump to oomkill-exporter 0.2.0, use rolling update in daemonset
596,226
27.11.2018 14:42:14
-3,600
9a0549cd7ad0ef658b66c0f44bed0778d9b8d060
Added eventexporter chart
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -17,5 +17,8 @@ dependencies:\n- name: oomkill-exporter\nrepository: file://vendor/oomkill-exporter\nversion: 0.1.0\n-digest: sha256:93d33808c11f7...
Go
Apache License 2.0
sapcc/kubernikus
Added eventexporter chart
596,226
27.11.2018 17:36:34
-3,600
5d8560df269870317798456f12bf91fb715d0ca9
Move config to values.yaml, resources to separate files
[ { "change_type": "ADD", "old_path": null, "new_path": "charts/kubernikus-system/vendor/eventexporter/templates/clusterrole.yaml", "diff": "+apiVersion: rbac.authorization.k8s.io/v1beta1\n+kind: ClusterRole\n+metadata:\n+ name: {{ template \"name\" . }}\n+rules:\n+- apiGroups: [\"\"]\n+ resources: [\...
Go
Apache License 2.0
sapcc/kubernikus
Move config to values.yaml, resources to separate files
596,226
28.11.2018 09:27:38
-3,600
4ddef8439740fbc94c27e7eb31698dd1ae8e6b5d
Fix eventexporter chart
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/templates/configmap.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/templates/configmap.yaml", "diff": "@@ -4,6 +4,6 @@ metadata:\nname: {{ template \"name\" . }}\nnamespace: {{ .Release.Namespace...
Go
Apache License 2.0
sapcc/kubernikus
Fix eventexporter chart
596,226
17.10.2018 13:30:27
-7,200
9e74359921ca628875db1ea30327b0692eb7f993
Fix fluent-bit configmap template
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/templates/fluent-bit-configmap.yaml", "new_path": "charts/kubernikus-system/templates/fluent-bit-configmap.yaml", "diff": "@@ -4,7 +4,6 @@ metadata:\nname: fluent-bit-config\nlabels:\napp: fluent-bit-fluent-bit\n- chart: fluent-bit-0.1...
Go
Apache License 2.0
sapcc/kubernikus
Fix fluent-bit configmap template
596,226
16.11.2018 17:07:43
-3,600
79b05aa564c9a27d86e48bcb35be7ecb1500564e
Add condition to dependency, enable fluent-bit only when host value is set
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -23,5 +23,5 @@ dependencies:\n- name: fluent-bit\nrepository: https://kubernetes-charts.storage.googleapis.com/\nversion: 0.16.3\n-digest: sha256...
Go
Apache License 2.0
sapcc/kubernikus
Add condition to dependency, enable fluent-bit only when host value is set
596,226
12.12.2018 17:28:02
-3,600
1d07bc4950bd2437c14728ce24390a19d0015cae
Fix fluent-bit config
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.yaml", "new_path": "charts/kubernikus-system/requirements.yaml", "diff": "@@ -23,4 +23,4 @@ dependencies:\n- name: fluent-bit\nrepository: https://kubernetes-charts.storage.googleapis.com/\nversion: 0.16.3\n- condition: fl...
Go
Apache License 2.0
sapcc/kubernikus
Fix fluent-bit config
596,226
13.12.2018 08:26:01
-3,600
a1e6cf0916af5734ceaefff2f66f6ae1f34ff339
Update dependency lockfile
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -23,5 +23,5 @@ dependencies:\n- name: fluent-bit\nrepository: https://kubernetes-charts.storage.googleapis.com/\nversion: 0.16.3\n-digest: sha256...
Go
Apache License 2.0
sapcc/kubernikus
Update dependency lockfile
596,226
13.12.2018 10:21:44
-3,600
48549c8ca9e11f8681f6e4f91dbad17042da368d
Add manual versioning to fluent-bit
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -3256,7 +3256,9 @@ fluent-bit:\nenv: []\n- podAnnotations: {}\n+ podAnnotations:\n+ # manual versioning, raise if configmap changes\n+ versioning: 1\nexistin...
Go
Apache License 2.0
sapcc/kubernikus
Add manual versioning to fluent-bit
596,226
14.12.2018 10:34:48
-3,600
0279335709f606b91f33b69ae38fb2fec15bf7dc
Add fluent-bit chart to vendor
[ { "change_type": "ADD", "old_path": null, "new_path": "charts/kubernikus-system/vendor/fluent-bit/Chart.yaml", "diff": "+appVersion: 0.14.8\n+description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX\n+home: http://fluentbit.io\n+icon: http://fluentbit.io/assets/img/logo1-default.p...
Go
Apache License 2.0
sapcc/kubernikus
Add fluent-bit chart to vendor
596,226
14.12.2018 10:38:13
-3,600
fa43a5876a986a88e3ce48f60c428f5102cb461f
Fix fluent-bit chart template rbac api version
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -21,7 +21,7 @@ dependencies:\nrepository: file://vendor/eventexporter\nversion: 0.1.0\n- name: fluent-bit\n- repository: https://kubernetes-chart...
Go
Apache License 2.0
sapcc/kubernikus
Fix fluent-bit chart template rbac api version
596,226
17.12.2018 09:35:16
-3,600
b04d5bf807faa981fb49af5d726f411e6b41fdf6
Go back to fluent-bit upstream and update chart
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -22,6 +22,6 @@ dependencies:\nversion: 0.1.0\n- name: fluent-bit\nrepository: https://kubernetes-charts.storage.googleapis.com/\n- version: 0.16....
Go
Apache License 2.0
sapcc/kubernikus
Go back to fluent-bit upstream and update chart
596,226
17.12.2018 09:50:08
-3,600
6771a877d95715c3a7fd2ded2896186b0193c35b
Raise fluent-bit resource limits
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -3269,10 +3269,10 @@ fluent-bit:\nresources:\nlimits:\ncpu: 500m\n- memory: 100Mi\n+ memory: 200Mi\nrequests:\ncpu: 100m\n- memory: 50Mi\n+ memory: 100Mi\nto...
Go
Apache License 2.0
sapcc/kubernikus
Raise fluent-bit resource limits
596,240
17.12.2018 14:54:20
-3,600
83185726b1499963c97110e40d02fbdd4faab8d3
add grafana banners
[ { "change_type": "ADD", "old_path": "assets/grafana-banners-kubernikus.png", "new_path": "assets/grafana-banners-kubernikus.png", "diff": "Binary files /dev/null and b/assets/grafana-banners-kubernikus.png differ\n" }, { "change_type": "ADD", "old_path": "assets/grafana-banners-openstack...
Go
Apache License 2.0
sapcc/kubernikus
add grafana banners
596,240
18.12.2018 15:01:03
-3,600
5f9ec1fe5cb32a168ad8cb1738ed12781ebd24b0
escalate VolumeAttachment criticality
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "diff": "@@ -110,7 +110,7 @@ groups:\nlabels:\ntier: kks\nservice: node\n- severity: warning\n+ severity: critical\nconte...
Go
Apache License 2.0
sapcc/kubernikus
escalate VolumeAttachment criticality
596,226
18.12.2018 13:42:00
-3,600
bc4db18b245e51f829ddf579090023311901d83e
Adds chart template rendering and api version testing
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -131,6 +131,9 @@ else\ngrep -v \"CONT\\|PAUSE\"\nendif\n+.PHONY: test-charts\n+test-charts:\n+ docker run -ti --rm -v $(shell pwd)/charts:/charts -v $(shell pwd)/test/charts:/test --entrypoint \"/test/charts.sh\" ...
Go
Apache License 2.0
sapcc/kubernikus
Adds chart template rendering and api version testing
596,226
21.12.2018 14:44:05
-3,600
d0af431212f025babbf3032f8e33a7e49d37751a
Update fluent-bit chart and docker image
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "@@ -22,6 +22,6 @@ dependencies:\nversion: 0.1.0\n- name: fluent-bit\nrepository: https://kubernetes-charts.storage.googleapis.com/\n- version: 1.1.1...
Go
Apache License 2.0
sapcc/kubernikus
Update fluent-bit chart and docker image
596,226
02.01.2019 11:38:45
-3,600
b6f1fa5b6bc8de86a1d3f7bb745f3d650c048333
Fix ListNodes when nodes are already deleted
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/kluster/client.go", "new_path": "pkg/client/openstack/kluster/client.go", "diff": "@@ -137,10 +137,12 @@ func (c *klusterClient) ListNodes(pool *models.NodePool) ([]Node, error) {\nprefix := fmt.Sprintf(\"%v-%v-\", c.Kluster.Spec.Name, poo...
Go
Apache License 2.0
sapcc/kubernikus
Fix ListNodes when nodes are already deleted
596,226
07.01.2019 13:17:30
-3,600
e5f375ca02ae14a6a04d252d717626e8c4505041
Export mount success events
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "diff": "@@ -8,7 +8,7 @@ metrics:\nconfig:\nconfig.yaml: |-\nmetrics:\n- - name: volume_mount_error\n+ - name: volume_mount_err...
Go
Apache License 2.0
sapcc/kubernikus
Export mount success events
596,226
07.01.2019 13:48:34
-3,600
cf685c6a84e1155f9cbd6ab8e7d6e684162f0743
Include successful mounts in volume mount alert
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "diff": "@@ -105,8 +105,8 @@ groups:\ndescription: The pod {{ $labels.namespace }}/{{ $labels.pod_name }} killed several ...
Go
Apache License 2.0
sapcc/kubernikus
Include successful mounts in volume mount alert
596,226
07.01.2019 14:06:03
-3,600
f125e12113f20447c3545eab3bbf26b228c76136
Add configmap checksum to deployment
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/templates/deployment.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/templates/deployment.yaml", "diff": "@@ -17,6 +17,7 @@ spec:\nannotations:\nprometheus.io/scrape: \"true\"\nprometheus.io/port:...
Go
Apache License 2.0
sapcc/kubernikus
Add configmap checksum to deployment
596,226
11.01.2019 14:35:13
-3,600
5dba6f4833b5d00f53bebb5bd4f04762011fd368
Add server group/building block e2e tests
[ { "change_type": "MODIFY", "old_path": "test/e2e/cleanup_test.go", "new_path": "test/e2e/cleanup_test.go", "diff": "package main\nimport (\n+ \"strings\"\n\"testing\"\n\"time\"\n+ \"github.com/gophercloud/gophercloud\"\n+ \"github.com/gophercloud/gophercloud/openstack\"\nblockstorage_quota \"github....
Go
Apache License 2.0
sapcc/kubernikus
Add server group/building block e2e tests
596,240
17.01.2019 10:53:09
-3,600
0e19af9003ab9331be3634cd21c6c7d03d237e90
adds more launchctl workers
[ { "change_type": "MODIFY", "old_path": "pkg/controller/operator.go", "new_path": "pkg/controller/operator.go", "diff": "@@ -172,7 +172,7 @@ func NewKubernikusOperator(options *KubernikusOperatorOptions, logger log.Logger\ncase \"groundctl\":\no.Config.Kubernikus.Controllers[\"groundctl\"] = NewGroun...
Go
Apache License 2.0
sapcc/kubernikus
adds more launchctl workers
596,226
17.01.2019 14:55:45
-3,600
f10216794ad1fb6f954e355131613da6b2c1922e
Update eventexporter chart and config
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/templates/clusterrole.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/templates/clusterrole.yaml", "diff": "@@ -6,3 +6,6 @@ rules:\n- apiGroups: [\"\"]\nresources: [\"events\"]\nverbs: [\"get\", \...
Go
Apache License 2.0
sapcc/kubernikus
Update eventexporter chart and config
596,226
29.01.2019 09:00:44
-3,600
f770388b94cb98c6f6eafb7e3940e8b03f022dfc
Add alert and chart testing to travis
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -15,7 +15,7 @@ before_script:\n- sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce\nscript:\n- - make pull build gh-pages\n+ - make pull build gh-pages test-alerts test-charts\nafter_s...
Go
Apache License 2.0
sapcc/kubernikus
Add alert and chart testing to travis (#372)
596,226
09.01.2019 14:12:15
-3,600
87c52900918f18eb4f8c58c1766cc1a14eb7d064
Export volume multi attach error events
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "diff": "@@ -38,3 +38,13 @@ metrics:\nexpr: SuccessfulMountVolume\nlabels:\nnode: Source.Host\n+ - name: volume_multi_attach_er...
Go
Apache License 2.0
sapcc/kubernikus
Export volume multi attach error events
596,226
29.01.2019 09:04:09
-3,600
79487f5c99e09213fa192de7e17353206ef169ac
Fix attach volume event export on 1.7, update eventexporter to 0.3.1
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/values.yaml", "diff": "image:\nrepository: sapcc/kubernetes-eventexporter\n- tag: 0.2.0\n+ tag: 0.3.1\npullPolicy: IfNotPresent\nresources:\n...
Go
Apache License 2.0
sapcc/kubernikus
Fix attach volume event export on 1.7, update eventexporter to 0.3.1
596,226
15.01.2019 16:13:12
-3,600
a34ba8f5b7ce901422024a7e3579febc26fe1830
Make kubelet container ready for rook ceph operator
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.10.go", "new_path": "pkg/templates/node_1.10.go", "diff": "@@ -83,9 +83,13 @@ systemd:\n--volume var-lib-cni,kind=host,source=/var/lib/cni \\\n--volume var-log,kind=host,source=/var/log \\\n--volume etc-machine-id,kind=host,source=/etc/mac...
Go
Apache License 2.0
sapcc/kubernikus
Make kubelet container ready for rook ceph operator
596,226
29.01.2019 09:46:03
-3,600
c20f2be2db85c2edb32718297ce544b0b1ffe954
Removed unneeded volume mount
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.10.go", "new_path": "pkg/templates/node_1.10.go", "diff": "@@ -84,12 +84,10 @@ systemd:\n--volume var-log,kind=host,source=/var/log \\\n--volume etc-machine-id,kind=host,source=/etc/machine-id,readOnly=true \\\n--volume modprobe,kind=host,...
Go
Apache License 2.0
sapcc/kubernikus
Removed unneeded volume mount
596,226
30.01.2019 17:42:47
-3,600
2ef92e845cf681310a36fca7ab48be89d747988b
Delay check for current core os version in e2e tests
[ { "change_type": "MODIFY", "old_path": "test/e2e/node_test.go", "new_path": "test/e2e/node_test.go", "diff": "@@ -45,7 +45,7 @@ type NodeTests struct {\nfunc (k *NodeTests) Run(t *testing.T) {\n_ = t.Run(\"Created\", k.StateRunning) &&\nt.Run(\"Registered\", k.Registered) &&\n- //t.Run(\"LatestStabl...
Go
Apache License 2.0
sapcc/kubernikus
Delay check for current core os version in e2e tests
596,226
11.02.2019 11:43:40
-3,600
31b8b7e02370433a2f2aad44f00a91da4500a23d
Fix exporter charts resources
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/vendor/eventexporter/templates/deployment.yaml", "new_path": "charts/kubernikus-system/vendor/eventexporter/templates/deployment.yaml", "diff": "@@ -34,7 +34,8 @@ spec:\nports:\n- name: metrics\ncontainerPort: {{ default 9102 .Values.m...
Go
Apache License 2.0
sapcc/kubernikus
Fix exporter charts resources
596,229
14.02.2019 13:58:35
-3,600
71325612e18bb12fa570193a404de1bb5c8ac6bc
backward compatibility for node pool name validation
[ { "change_type": "MODIFY", "old_path": "pkg/api/models/node_pool.go", "new_path": "pkg/api/models/node_pool.go", "diff": "@@ -33,7 +33,7 @@ type NodePool struct {\n// name\n// Required: true\n// Max Length: 20\n- // Pattern: ^[a-z]([a-z0-9]*)?$\n+ // Pattern: ^[a-z0-9]([-\\.a-z0-9]*)?$\nName string ...
Go
Apache License 2.0
sapcc/kubernikus
backward compatibility for node pool name validation (#378)
596,226
14.02.2019 14:17:25
-3,600
b2c9d983769df07a2addbe20dff35a4de9de2e26
Make volume attachment alerts less picky
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernetes.alerts", "diff": "@@ -107,7 +107,7 @@ groups:\ndescription: The pod {{ $labels.namespace }}/{{ $labels.pod_name }} killed several ...
Go
Apache License 2.0
sapcc/kubernikus
Make volume attachment alerts less picky
596,240
15.02.2019 15:00:48
-3,600
cc6ca471e3b9bcf33a9391c09013eb361e363bc7
adds validations and defaults also to nodepool update
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/create_cluster.go", "new_path": "pkg/api/handlers/create_cluster.go", "diff": "@@ -38,38 +38,36 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\n}\nvar metadata *models.OpenstackMetadata\n- spec.Name = name\n...
Go
Apache License 2.0
sapcc/kubernikus
adds validations and defaults also to nodepool update
596,240
15.02.2019 15:11:50
-3,600
66bfc34ae6c47ad62761ab74b5af28c38aabf32a
more linter nits
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/api_test.go", "new_path": "pkg/api/rest/api_test.go", "diff": "@@ -167,8 +167,8 @@ func TestClusterUpdate(t *testing.T) {\nhandlers.FetchOpenstackMetadataFunc = func(request *http.Request, principal *models.Principal) (*models.OpenstackMetadata, e...
Go
Apache License 2.0
sapcc/kubernikus
more linter nits
596,226
18.02.2019 10:24:56
-3,600
2a4454fa01a9d53dc14485814fe1331e9c4b55e1
Bump etcdbrctl to version 0.5.0
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/charts/etcd/values.yaml", "new_path": "charts/kube-master/charts/etcd/values.yaml", "diff": "@@ -22,7 +22,7 @@ resources:\nbackup:\nimage:\nrepository: sapcc/etcdbrctl\n- tag: 0.4.1\n+ tag: 0.5.0\npullPolicy: IfNotPresent\nconfig:\n# do a fu...
Go
Apache License 2.0
sapcc/kubernikus
Bump etcdbrctl to version 0.5.0 (#382)
596,226
19.02.2019 11:18:06
-3,600
d3e9fae51862f4c4faf1edafdf9f44feb8b1d785
Enable node certificate rotation
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap.go", "new_path": "pkg/controller/ground/bootstrap.go", "diff": "@@ -34,6 +34,9 @@ func SeedKluster(clients config.Clients, factories config.Factories, kluster *v1\nif err := SeedAutoApproveNodeBootstrapTokens(kubernetes); err !=...
Go
Apache License 2.0
sapcc/kubernikus
Enable node certificate rotation
596,240
20.02.2019 11:19:32
-3,600
e878444ed5275d48883b0ed97e560f16713e1541
Generalize Migrations This commit makes the migration mechanism more flexible. It passes the complete `config.Clients` and `config.Factories` structs. This allows to use the full functionality of all clients. Concrete use is the seeding of StorageClasses or RBAC rules to already existing clusters.
[ { "change_type": "MODIFY", "old_path": "pkg/controller/migration/controller.go", "new_path": "pkg/controller/migration/controller.go", "diff": "@@ -18,8 +18,7 @@ const (\n)\ntype MigrationReconciler struct {\n- config.Clients\n-\n+ Clients config.Clients\nFactories config.Factories\nRecorder record....
Go
Apache License 2.0
sapcc/kubernikus
Generalize Migrations (#386) This commit makes the migration mechanism more flexible. It passes the complete `config.Clients` and `config.Factories` structs. This allows to use the full functionality of all clients. Concrete use is the seeding of StorageClasses or RBAC rules to already existing clusters.
596,240
20.02.2019 13:04:13
-3,600
3431f21848ddc136c4e31b6d84d16fb0a759564e
adds migration to seed multi-avz storage classes to existing clusters
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/migration/6_seed_storage_classes.go", "diff": "+package migration\n+\n+import (\n+ v1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ \"github.com/sapcc/kubernikus/pkg/controller/config\"\n+ \"github.com/sapcc/kubernikus/pkg/contro...
Go
Apache License 2.0
sapcc/kubernikus
adds migration to seed multi-avz storage classes to existing clusters (#387)
596,240
26.02.2019 17:51:43
-3,600
b547f815737375a0d920a80fae8aacfd4a3b0558
do not try to delete pending pvcs
[ { "change_type": "MODIFY", "old_path": "pkg/controller/deorbit/deorbiter.go", "new_path": "pkg/controller/deorbit/deorbiter.go", "diff": "@@ -89,6 +89,10 @@ func (d *ConcreteDeorbiter) DeletePersistentVolumeClaims() (deleted []core_v1.Pe\n}\nfor _, pvc := range pvcs.Items {\n+ if pvc.Status.Phase !=...
Go
Apache License 2.0
sapcc/kubernikus
do not try to delete pending pvcs
596,240
26.02.2019 18:10:02
-3,600
031418d0aea7e4fbc4d59f1e710c7347656e2b30
extends and fixes deorbiting for pending pvcs
[ { "change_type": "MODIFY", "old_path": "pkg/controller/deorbit/deorbiter_test.go", "new_path": "pkg/controller/deorbit/deorbiter_test.go", "diff": "@@ -67,6 +67,9 @@ var (\nSpec: core_v1.PersistentVolumeClaimSpec{\nVolumeName: \"pv-cinder0\",\n},\n+ Status: core_v1.PersistentVolumeClaimStatus{\n+ Ph...
Go
Apache License 2.0
sapcc/kubernikus
extends and fixes deorbiting for pending pvcs
596,226
28.02.2019 10:37:07
-3,600
bfb2766a58adbcc9a89e4098eebc5a98c8ee031e
Do not show secret, simplify credential validation
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/common/openstack.go", "new_path": "pkg/cmd/kubernikusctl/common/openstack.go", "diff": "@@ -46,7 +46,7 @@ func (o *OpenstackClient) BindFlags(flags *pflag.FlagSet) {\nflags.StringVar(&o.Scope.DomainName, \"project-domain-name\", o.Scope.D...
Go
Apache License 2.0
sapcc/kubernikus
Do not show secret, simplify credential validation
596,240
06.03.2019 15:03:47
-3,600
a510a1a9ab7c0be5fc2581df22d91087742c8d42
fix gpu daemonsets
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap/gpu/manifest.go", "new_path": "pkg/controller/ground/bootstrap/gpu/manifest.go", "diff": "@@ -42,20 +42,19 @@ spec:\nhostPath:\npath: /dev\ncontainers:\n- - image: \"k8s.gcr.io/nvidia-gpu-device-plugin@sha256:0842734032018be107f...
Go
Apache License 2.0
sapcc/kubernikus
fix gpu daemonsets
596,240
12.03.2019 11:25:52
-3,600
564aaf96e93adf0a8e7325a64f6dbedc97943a21
fixes path mapping for device-plugin
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap/gpu/manifest.go", "new_path": "pkg/controller/ground/bootstrap/gpu/manifest.go", "diff": "@@ -45,6 +45,7 @@ spec:\n- image: \"k8s.gcr.io/nvidia-gpu-device-plugin@sha256:d18b678437fedc4ec4211c20b3e5469a137a44f989da43dc275e4f26781...
Go
Apache License 2.0
sapcc/kubernikus
fixes path mapping for device-plugin
596,230
25.03.2019 13:53:56
-3,600
1853fd4bfa0522b2d72759f65345a4dac5b31b36
add multus and dedup bridge to hyperkube image
[ { "change_type": "MODIFY", "old_path": "contrib/hyperkube/Makefile", "new_path": "contrib/hyperkube/Makefile", "diff": "@@ -3,6 +3,8 @@ IMAGE?=sapcc/hyperkube\nARCH=amd64\nCNI_RELEASE=v0.6.0\nCNI_PLUGINS_RELEASE=v0.7.1\n+CNI_DEDUP_BRIDGE_RELEASE=v0.1.0\n+MULTUS_RELEASE=v3.1\nBASEIMAGE=k8s.gcr.io/hyp...
Go
Apache License 2.0
sapcc/kubernikus
-- add multus and dedup bridge to hyperkube image (#403)
596,233
26.03.2019 10:30:22
-3,600
8b66e9e38b6d489b537dd2c038249da438b2e2eb
update vice president
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.lock", "new_path": "charts/kubernikus-system/requirements.lock", "diff": "dependencies:\n- name: vice-president\nrepository: file://vendor/vice-president\n- version: 0.1.3\n+ version: 0.1.4\n- name: kube-state-metrics\nrep...
Go
Apache License 2.0
sapcc/kubernikus
update vice president (#400)
596,240
02.04.2019 18:04:21
-7,200
0573813f57ab3f062706e20b45b57591571592fb
slight metrics change
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/reconciler.go", "new_path": "pkg/controller/servicing/reconciler.go", "diff": "@@ -218,9 +218,14 @@ func (r *KlusterReconciler) isServiceIntervalElapsed() bool {\n}\nfunc (r *KlusterReconciler) collectMetrics() {\n+ reboot := float64(l...
Go
Apache License 2.0
sapcc/kubernikus
slight metrics change
596,240
03.04.2019 10:01:28
-7,200
2ea76be05a65ac7a43cc28f456f540a5ef1917a6
moves skip logic to reconciler in order to enable metrics
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/controller.go", "new_path": "pkg/controller/servicing/controller.go", "diff": "@@ -8,11 +8,9 @@ import (\n\"github.com/go-kit/kit/log\"\n\"k8s.io/client-go/tools/record\"\n- \"github.com/sapcc/kubernikus/pkg/api/models\"\nv1 \"github.c...
Go
Apache License 2.0
sapcc/kubernikus
moves skip logic to reconciler in order to enable metrics
596,240
03.04.2019 11:56:47
-7,200
ac5f74826705fcb314f87091de1979fe00b880a0
improvements to slack resource
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -1054,9 +1054,9 @@ task_tiller: &task_tiller\nslack: &slack\n- on_success: { put: slack, params: {alert_type: fixed } }\n- on_failure: { put: slack, params: {alert_type: broke } }\n- on_abort: { pu...
Go
Apache License 2.0
sapcc/kubernikus
improvements to slack resource
596,240
03.04.2019 12:00:48
-7,200
fd3b5e8214825530e869d7b575a37f2448062849
update dashboard to show updates
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -201,7 +201,7 @@ grafana:\n{\n\"__inputs\": [\n{\n- \"name\": \"default\",\n+ \"name\": \"DS_PROMETHEUS\",\n\"label\": \"Prometheus\",\n\"description\": \"\"...
Go
Apache License 2.0
sapcc/kubernikus
update dashboard to show updates
596,226
03.04.2019 14:34:40
-7,200
93a747183672f89ded4f1fe36da6fd959db16fed
Disable etcdbr readiness check, expose metrics
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml", "new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml", "diff": "@@ -66,6 +66,9 @@ spec:\nlabels:\napp: {{ include \"fullname\" . }}\nrelease: {{ .Release.Name }}\n+ annotations:\n+ pro...
Go
Apache License 2.0
sapcc/kubernikus
Disable etcdbr readiness check, expose metrics
596,226
03.04.2019 16:04:25
-7,200
7f58eceb261a6d11f931c1a71d21d0bd83056294
Add alert for failing etcd backups
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -126,3 +126,16 @@ groups:\nannotations:\ndescription: The kluster {{ $labels.kluster }} is generating errors ...
Go
Apache License 2.0
sapcc/kubernikus
Add alert for failing etcd backups
596,226
04.04.2019 11:10:38
-7,200
e7ff13b490e026a28a701882f141323e58d15e00
Ignore swift 404 errors on object delete
[ { "change_type": "MODIFY", "old_path": "test/e2e/pyrolisis_test.go", "new_path": "test/e2e/pyrolisis_test.go", "diff": "@@ -101,6 +101,10 @@ func (p *PyrolisisTests) CleanupBackupStorageContainers(t *testing.T) {\nfor _, object := range allObjects {\n_, err := objects.Delete(storageClient, container...
Go
Apache License 2.0
sapcc/kubernikus
Ignore swift 404 errors on object delete
596,240
04.04.2019 17:40:37
-7,200
d93f4f4de055c555f8156b3cfc19b8ccc5ee8e7c
supplemental suppository fixes
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/migration/08_noop.go", "diff": "+package migration\n+\n+import (\n+ v1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ \"github.com/sapcc/kubernikus/pkg/controller/config\"\n+)\n+\n+func NoOp(rawKluster []byte, current *v1.Kluster,...
Go
Apache License 2.0
sapcc/kubernikus
supplemental suppository fixes
596,240
05.04.2019 11:48:29
-7,200
c022a7de68ff069d601033d3199a0c3133d9f857
additional supplemental suppository fixes
[ { "change_type": "RENAME", "old_path": "pkg/migration/12_fix_certificate.go", "new_path": "pkg/migration/13_fix_certificates.go", "diff": "" }, { "change_type": "MODIFY", "old_path": "pkg/migration/register.go", "new_path": "pkg/migration/register.go", "diff": "@@ -18,6 +18,7 @@ ...
Go
Apache License 2.0
sapcc/kubernikus
additional supplemental suppository fixes
596,240
05.04.2019 13:54:30
-7,200
ce8c89d1cad20c37d2b544b4ebc066583a86247b
ignore empty dirs for updates
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/lifecycler.go", "new_path": "pkg/controller/servicing/lifecycler.go", "diff": "@@ -147,7 +147,7 @@ func (lc *NodeLifeCycler) Drain(node *core_v1.Node) error {\nIgnoreDaemonsets: true,\nGracePeriodSeconds: -1,\nTimeout: EvictionTimeout,...
Go
Apache License 2.0
sapcc/kubernikus
ignore empty dirs for updates
596,240
05.04.2019 16:46:18
-7,200
b23262585cce8b4c168e3ec2d37a067837309590
more additional supplemental suppository fixes
[ { "change_type": "MODIFY", "old_path": "pkg/migration/13_fix_certificates.go", "new_path": "pkg/migration/13_fix_certificates.go", "diff": "@@ -52,6 +52,7 @@ REBOOT_STRATEGY=\"off\"\nEOF\n/usr/bin/pkill update_engine\n+/usr/bin/pkill locksmithd\nsleep 40\n/usr/sbin/update-ca-certificates\n" }, {...
Go
Apache License 2.0
sapcc/kubernikus
more additional supplemental suppository fixes (#412)
596,240
08.04.2019 13:18:33
-7,200
a33e89962f6389c57304a6b382141435400b8895
delete metrics for terminating clusters
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/reconciler.go", "new_path": "pkg/controller/servicing/reconciler.go", "diff": "@@ -224,6 +224,16 @@ func (r *KlusterReconciler) isServiceIntervalElapsed() bool {\n}\nfunc (r *KlusterReconciler) collectMetrics() {\n+ if r.Kluster.Status...
Go
Apache License 2.0
sapcc/kubernikus
delete metrics for terminating clusters
596,240
10.04.2019 14:53:18
-7,200
7e73f375528091ce6a7d855218b0b3aff410ded5
Adds custom servicing metrics collector
[ { "change_type": "DELETE", "old_path": "pkg/controller/metrics/servicing.go", "new_path": null, "diff": "-package metrics\n-\n-import \"github.com/prometheus/client_golang/prometheus\"\n-\n-func init() {\n- prometheus.MustRegister(\n- ServicingStatusNodes,\n- )\n-}\n-\n-var ServicingStatusNodes = pr...
Go
Apache License 2.0
sapcc/kubernikus
Adds custom servicing metrics collector (#414)
596,240
11.04.2019 10:49:41
-7,200
4e9d7b43116c8b2e60fb1254dd8f1ca425ecfcba
includes version charts
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -220,7 +220,7 @@ grafana:\n\"type\": \"panel\",\n\"id\": \"grafana-piechart-panel\",\n\"name\": \"Pie Chart\",\n- \"version\": \"1.3.3\"\n+ \"version\": \"1....
Go
Apache License 2.0
sapcc/kubernikus
includes version charts
596,240
11.04.2019 13:31:00
-7,200
2776c0b4a7d7719a30e728a6ef6ed6ab5c7e9511
adds failed node alerts
[ { "change_type": "DELETE", "old_path": "assets/kubernetes_64x64.pxm", "new_path": "assets/kubernetes_64x64.pxm", "diff": "Binary files a/assets/kubernetes_64x64.pxm and /dev/null differ\n" }, { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.al...
Go
Apache License 2.0
sapcc/kubernikus
adds failed node alerts
596,240
11.04.2019 14:07:11
-7,200
043cd0e5cf70d4d243eb42bd74e9bf420d8ed735
fix alert indenation
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -148,7 +148,7 @@ groups:\nservice: servicing\nseverity: warning\ncontext: upgrade\n- meta: \"Node upgrade(s) ...
Go
Apache License 2.0
sapcc/kubernikus
fix alert indenation
596,240
11.04.2019 14:37:40
-7,200
c335b0e61e96c0a1a775918cdd47ca95da6b3643
smoothen out migration alerts
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -115,7 +115,7 @@ groups:\nsummary: Hammertime for kluster {{ $labels.kluster }}\n- alert: KubernikusMigration...
Go
Apache License 2.0
sapcc/kubernikus
smoothen out migration alerts
596,240
11.04.2019 15:31:10
-7,200
058b059b3e32f393f71683487ca1c57ae19bb69d
fixed unavailable metric
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -27,7 +27,7 @@ groups:\nsummary: \"{{ $labels.instance }} is unavailable\"\n- alert: KubernikusKlusterUnavail...
Go
Apache License 2.0
sapcc/kubernikus
fixed unavailable metric
596,240
11.04.2019 15:38:17
-7,200
1cc9c1f1f02e79f7fb78e4c43ba0a50e2dcaaa92
fixed annotations foo
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -149,6 +149,6 @@ groups:\nseverity: warning\ncontext: upgrade\nmeta: \"Node upgrade for kluster {{ $labels.kl...
Go
Apache License 2.0
sapcc/kubernikus
fixed annotations foo
596,240
12.04.2019 10:26:11
-7,200
588507c155cc54b57718543bcf625e0fd65ebc27
rework cluster stuck in creating alerts
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "new_path": "charts/kubernikus-system/charts/prometheus/kubernikus.alerts", "diff": "@@ -6,7 +6,20 @@ groups:\nfor: 1h\nlabels:\ntier: kks\n- service: k8s\n+ service: ground\n+ severity: info\n+ co...
Go
Apache License 2.0
sapcc/kubernikus
rework cluster stuck in creating alerts
596,240
16.04.2019 11:04:08
-7,200
f3e7b1c71626d6dcad1e8a59066061d2d6dedf91
fixes api cluster updates reseting nodepool configs
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/create_cluster.go", "new_path": "pkg/api/handlers/create_cluster.go", "diff": "@@ -66,6 +66,13 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\nspec.NodePools[i].AvailabilityZone = defaultAVZ\n}\n+ if pool.Co...
Go
Apache License 2.0
sapcc/kubernikus
fixes api cluster updates reseting nodepool configs
596,240
16.04.2019 11:24:32
-7,200
1e4ffdad8418e6cca31a521a37ad4aac60665b33
prepare for 1.11 upgrades
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/kluster/client.go", "new_path": "pkg/client/openstack/kluster/client.go", "diff": "@@ -3,6 +3,7 @@ package kluster\nimport (\n\"fmt\"\n\"os\"\n+ \"regexp\"\n\"strings\"\n\"github.com/gophercloud/gophercloud\"\n@@ -13,6 +14,7 @@ import (\ns...
Go
Apache License 2.0
sapcc/kubernikus
prepare for 1.11 upgrades
596,240
16.04.2019 17:04:14
-7,200
519fffb995215b1ea9ad85e9c936ed043214122f
isolate providerId conversion
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/kluster/client.go", "new_path": "pkg/client/openstack/kluster/client.go", "diff": "@@ -3,7 +3,6 @@ package kluster\nimport (\n\"fmt\"\n\"os\"\n- \"regexp\"\n\"strings\"\n\"github.com/gophercloud/gophercloud\"\n@@ -14,7 +13,6 @@ import (\ns...
Go
Apache License 2.0
sapcc/kubernikus
isolate providerId conversion
596,226
17.04.2019 17:09:37
-7,200
deeb6b6f811d8ef68dbd6af1e90d3e3626557175
Change etcd backup policy to exponential
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/Chart.yaml", "new_path": "charts/kube-master/Chart.yaml", "diff": "apiVersion: v1\ndescription: A Helm chart for Kubernetes\nname: kube-master\n-version: 2.0.0\n+version: 2.0.1\n" }, { "change_type": "MODIFY", "old_path": "charts...
Go
Apache License 2.0
sapcc/kubernikus
Change etcd backup policy to exponential (#418)
596,240
18.04.2019 10:45:23
-7,200
57239ae8efe2befb0629da0e582a61509360b16a
makes API more forgiving for nodepool config
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/create_cluster.go", "new_path": "pkg/api/handlers/create_cluster.go", "diff": "@@ -66,13 +66,23 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\nspec.NodePools[i].AvailabilityZone = defaultAVZ\n}\n+ allowRebo...
Go
Apache License 2.0
sapcc/kubernikus
makes API more forgiving for nodepool config
596,240
18.04.2019 11:22:16
-7,200
af68f13e2a4371d39d07e54562b3084c27975915
enable upgrades
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/reconciler.go", "new_path": "pkg/controller/servicing/reconciler.go", "diff": "@@ -117,8 +117,7 @@ func (r *KlusterReconciler) Do() error {\nreturn nil\n}\n- // Default to skip klusters without the servicing annotation\n- if !util.Enab...
Go
Apache License 2.0
sapcc/kubernikus
enable upgrades
596,240
18.04.2019 14:05:00
-7,200
feb8378277975639115527d6f1d760a92f2999c1
migrate null configs to defaults
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/migration/15_default_node_pool_options.go", "diff": "+package migration\n+\n+import (\n+ \"github.com/sapcc/kubernikus/pkg/api/models\"\n+ v1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ \"github.com/sapcc/kubernikus/pkg/control...
Go
Apache License 2.0
sapcc/kubernikus
migrate null configs to defaults
596,240
24.04.2019 15:21:57
-7,200
96fc44e6f623a2a3a16cb32d01518bc17c2390d6
adds holdoff timer for coreos releases
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/controller_test.go", "new_path": "pkg/controller/servicing/controller_test.go", "diff": "@@ -304,6 +304,7 @@ func TestServicingControllerReconcile(t *testing.T) {\nLogger: logger,\nNodeObservatory: nodeobservatory.NewFakeController(klu...
Go
Apache License 2.0
sapcc/kubernikus
adds holdoff timer for coreos releases
596,240
24.04.2019 16:30:09
-7,200
05d5b5887d170d8e02845329910d7c3f62e4ab4d
adds missing release files
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/controller/servicing/coreos/releases.go", "diff": "+package coreos\n+\n+import (\n+ \"encoding/json\"\n+ \"fmt\"\n+ \"io/ioutil\"\n+ \"net/http\"\n+ \"time\"\n+\n+ \"github.com/pkg/errors\"\n+\n+ \"github.com/sapcc/kubernikus/pkg/util/versio...
Go
Apache License 2.0
sapcc/kubernikus
adds missing release files
596,240
25.04.2019 10:54:33
-7,200
7bcb640a80dcd63c0fd4d7ebdeb10de0c920a80e
considers successfull nodes without timeout
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/lister.go", "new_path": "pkg/controller/servicing/lister.go", "diff": "@@ -254,7 +254,6 @@ func (d *NodeLister) Successful() []*core_v1.Node {\nvar found []*core_v1.Node\n// Node must have updating annotation\n- // is not timed out\n//...
Go
Apache License 2.0
sapcc/kubernikus
considers successfull nodes without timeout
596,240
25.04.2019 11:17:28
-7,200
f018ba24a45c1dcab706dd263590060685235c87
fixes test for successful detection
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/lister_test.go", "new_path": "pkg/controller/servicing/lister_test.go", "diff": "@@ -305,7 +305,7 @@ func TestServicingListerUpdateSuccessful(t *testing.T) {\n},\n)\nlister := NewFakeNodeLister(t, TestLogger(), kluster, nodes)\n- asser...
Go
Apache License 2.0
sapcc/kubernikus
fixes test for successful detection
596,240
27.04.2019 13:00:21
-7,200
8c01e91ecf0e6decbed319d0aa41d57e5341dcc3
emergency disable servicing
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -51,7 +51,7 @@ func NewOperatorOptions() *Options {\noptions.KubernikusDomain = \"kluster.staging.cloud.sap\"\noptions.Namespace = \"kubernikus\"\noptions.MetricPort = 9...
Go
Apache License 2.0
sapcc/kubernikus
emergency disable servicing
596,240
02.05.2019 10:26:35
-7,200
f5a1a7b6e95603e343ca3422bba45e0ecaaede0b
reenable auto-updates
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/operator.go", "new_path": "pkg/cmd/kubernikus/operator.go", "diff": "@@ -51,7 +51,7 @@ func NewOperatorOptions() *Options {\noptions.KubernikusDomain = \"kluster.staging.cloud.sap\"\noptions.Namespace = \"kubernikus\"\noptions.MetricPort = 9...
Go
Apache License 2.0
sapcc/kubernikus
reenable auto-updates
596,226
03.05.2019 16:32:14
-7,200
e9dfebd4811191eb1d5041acca3d883d58007862
Fix running node state
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/kluster/node.go", "new_path": "pkg/client/openstack/kluster/node.go", "diff": "@@ -29,7 +29,7 @@ func (n *Node) Starting() bool {\n}\nfunc (n *Node) Stopping() bool {\n- if n.TaskState == \"spawning\" || n.TaskState == \"scheduling\" || n....
Go
Apache License 2.0
sapcc/kubernikus
Fix running node state (#425)
596,229
14.05.2019 11:01:55
-7,200
4a5c2ac99ca6d2d024f59bea3d44c735ba9b245c
CNI and calico folder creation in ExecStartPre
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node_1.10.go", "new_path": "pkg/templates/node_1.10.go", "diff": "@@ -100,6 +100,11 @@ systemd:\nEnvironment=\"KUBELET_IMAGE_TAG={{ .HyperkubeImageTag }}\"\nEnvironment=\"KUBELET_IMAGE_URL=docker://{{ .HyperkubeImage }}\"\nEnvironment=\"KUBELET_I...
Go
Apache License 2.0
sapcc/kubernikus
CNI and calico folder creation in ExecStartPre (#415)
596,240
14.05.2019 14:39:15
-7,200
c44010074eba86db39f9ee5fc985ca06deb6f122
adds kluster specific dashboard
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/values.yaml", "new_path": "charts/kubernikus-system/values.yaml", "diff": "@@ -197,6 +197,638 @@ grafana:\nenabled = false\nserverDashboardFiles:\n+ klusters.json: |\n+ {\n+ \"__inputs\": [\n+ {\n+ \"name\": \"default\",\n+ \"label\": ...
Go
Apache License 2.0
sapcc/kubernikus
adds kluster specific dashboard
596,226
06.06.2019 11:33:31
-7,200
1f601fdf3cbd34f4d7e501d32c5a9499541d3340
Add support for token auth to kubernikusctl
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/auth/init.go", "new_path": "pkg/cmd/kubernikusctl/auth/init.go", "diff": "@@ -79,7 +79,7 @@ func (o *InitOptions) Complete(args []string) (err error) {\nfunc (o *InitOptions) Run(c *cobra.Command) (err error) {\nstorePasswordInKeyRing := ...
Go
Apache License 2.0
sapcc/kubernikus
Add support for token auth to kubernikusctl
596,240
06.06.2019 15:21:55
-7,200
5edd8afa1ffb0e507aa1b6cb4832e7c1bd39833f
stubs coreos releases and versions
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/controller_test.go", "new_path": "pkg/controller/servicing/controller_test.go", "diff": "@@ -303,8 +303,8 @@ func TestServicingControllerReconcile(t *testing.T) {\nlisters := &NodeListerFactory{\nLogger: logger,\nNodeObservatory: nodeo...
Go
Apache License 2.0
sapcc/kubernikus
stubs coreos releases and versions
596,240
06.06.2019 16:14:19
-7,200
a78569c46e770f42ad4224ae92eafdfb27d4b7d1
use force to drain nodes
[ { "change_type": "MODIFY", "old_path": "pkg/controller/servicing/lifecycler.go", "new_path": "pkg/controller/servicing/lifecycler.go", "diff": "@@ -144,7 +144,7 @@ func (lc *NodeLifeCycler) Drain(node *core_v1.Node) error {\n}\noptions := &drain.DrainOptions{\n- Force: false,\n+ Force: true,\nIgnore...
Go
Apache License 2.0
sapcc/kubernikus
use force to drain nodes
596,240
07.06.2019 17:06:40
-7,200
1c55acfb983a3616ff0d1e47bbbed26da7dda6d2
fixes update.conf to reboot off again
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/migration/16_fix_update_conf.go", "diff": "+package migration\n+\n+import (\n+ v1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ \"github.com/sapcc/kubernikus/pkg/controller/config\"\n+)\n+\n+const (\n+ fixUpdateConf = `#!/bin/bas...
Go
Apache License 2.0
sapcc/kubernikus
fixes update.conf to reboot off again
596,245
17.06.2019 10:51:40
-7,200
f4df4e57ff517315662b3944709b645d5a1da470
bump cni plugins in hyperkube
[ { "change_type": "MODIFY", "old_path": "contrib/hyperkube/Makefile", "new_path": "contrib/hyperkube/Makefile", "diff": "IMAGE?=sapcc/hyperkube\nARCH=amd64\n-CNI_RELEASE=v0.6.0\n-CNI_PLUGINS_RELEASE=v0.7.1\n+CNI_PLUGINS_RELEASE=v0.8.1\nCNI_DEDUP_BRIDGE_RELEASE=v0.1.0\n-MULTUS_RELEASE=v3.1\n+MULTUS_RE...
Go
Apache License 2.0
sapcc/kubernikus
bump cni plugins in hyperkube (#432)
596,240
27.06.2019 15:45:50
-7,200
96b3375c6dd78251b49a5ae4f00f376dd109f0fc
listing avz needs the member roles
[ { "change_type": "MODIFY", "old_path": "terraform/kubernikus.tf", "new_path": "terraform/kubernikus.tf", "diff": "@@ -229,6 +229,12 @@ resource \"openstack_identity_role_assignment_v3\" \"terraform_kubernetes_admin\" {\nrole_id = \"${openstack_identity_role_v3.kubernetes_admin.id}\"\n}\n+resource \"...
Go
Apache License 2.0
sapcc/kubernikus
listing avz needs the member roles
596,240
27.06.2019 15:45:59
-7,200
24ffe48e725999ffba464125ce13c3abe5a5c1c8
adding k-na-us-2
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -443,6 +443,40 @@ auth_e2e_na-us-1: &auth_e2e_na-us-1\n+auth_na-us-2: &auth_na-us-2\n+\n+\n+ OS_AUTH_URL: https://identity-3.na-us-2.cloud.sap/v3\n+ OS_USERNAME: kubernikus-pipeline\n+ OS_PASSWORD:...
Go
Apache License 2.0
sapcc/kubernikus
adding k-na-us-2
596,240
27.06.2019 15:52:45
-7,200
4643eb1ee844a22ace431d2f79c6aaa400d5eb4c
fix missing data provider
[ { "change_type": "MODIFY", "old_path": "terraform/kubernikus.tf", "new_path": "terraform/kubernikus.tf", "diff": "@@ -232,7 +232,7 @@ resource \"openstack_identity_role_assignment_v3\" \"terraform_kubernetes_admin\" {\nresource \"openstack_identity_role_assignment_v3\" \"terraform_member\" {\nuser_i...
Go
Apache License 2.0
sapcc/kubernikus
fix missing data provider