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,240 | 27.06.2019 17:42:31 | -7,200 | 9a6c82fcfbbf0666ee5bcf510a252b36a574fc26 | upgrade to latest ccloud terraform provider | [
{
"change_type": "MODIFY",
"old_path": "contrib/kubernikus-terraform/Makefile",
"new_path": "contrib/kubernikus-terraform/Makefile",
"diff": "@@ -5,7 +5,7 @@ VERSION ?= v$(DATE)\nTERRAFORM_VERSION := 0.11.7-r0\nTERRAFORM_PROVIDER_OPENSTACK_VERSION := b2c32b19aeb26e10a1d1a1d331f89ba2fdc4ef53\n-TERRAF... | Go | Apache License 2.0 | sapcc/kubernikus | upgrade to latest ccloud terraform provider |
596,240 | 28.06.2019 10:36:58 | -7,200 | fa1c6d570703f652156ea46da167b0c5e904757b | fixes provider naming scheme | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -21,7 +21,7 @@ provider \"openstack\" {\n}\nprovider \"openstack\" {\n- alias = \"master.na-us-1\"\n+ alias = \"master-na-us-1\"\nauth_url = \"https://identity-3.na-us-1.cloud.sap/v3\... | Go | Apache License 2.0 | sapcc/kubernikus | fixes provider naming scheme |
596,240 | 28.06.2019 10:53:02 | -7,200 | 63d71dea787086d03d875b9df4294c0f723ee5a0 | terraformm grrr | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -21,7 +21,7 @@ provider \"openstack\" {\n}\nprovider \"openstack\" {\n- alias = \"master-na-us-1\"\n+ alias = \"masternaus1\"\nauth_url = \"https://identity-3.na-us-1.cloud.sap/v3\"\n... | Go | Apache License 2.0 | sapcc/kubernikus | terraformm grrr |
596,226 | 03.07.2019 13:49:34 | -7,200 | 679c3d98fa8ff92c27aff1d7ecdea0cdbe562e9a | Bump etcd version and cpu limits | [
{
"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.2\n+version: 2.0.3\n"
},
{
"change_type": "MODIFY",
"old_path": "charts... | Go | Apache License 2.0 | sapcc/kubernikus | Bump etcd version and cpu limits |
596,240 | 11.07.2019 11:38:54 | -7,200 | a68d4f4a7b29eef7256713e08bf276777c4ba6c9 | revert tf changes | [
{
"change_type": "MODIFY",
"old_path": "contrib/kubernikus-terraform/Makefile",
"new_path": "contrib/kubernikus-terraform/Makefile",
"diff": "@@ -5,7 +5,7 @@ VERSION ?= v$(DATE)\nTERRAFORM_VERSION := 0.11.7-r0\nTERRAFORM_PROVIDER_OPENSTACK_VERSION := b2c32b19aeb26e10a1d1a1d331f89ba2fdc4ef53\n-TERRAF... | Go | Apache License 2.0 | sapcc/kubernikus | revert tf changes |
596,240 | 11.07.2019 17:06:03 | -7,200 | 508689d2d49a91eda783b027124aa928bda2978e | fixing terraform troubles | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1021,7 +1021,7 @@ task_terraform: &task_terraform\ntype: registry-image\nsource:\nrepository: sapcc/kubernikus-terraform\n- tag: 'latest'\n+ tag: 'v20190711170237'\ninputs:\n- name: secrets.git\n"... | Go | Apache License 2.0 | sapcc/kubernikus | fixing terraform troubles |
596,240 | 11.07.2019 17:24:49 | -7,200 | 67a3ce4b8c6adb37ed78b54ef725ebc9b5816244 | increase pool members | [
{
"change_type": "MODIFY",
"old_path": "terraform/kubernikus.tf",
"new_path": "terraform/kubernikus.tf",
"diff": "@@ -335,7 +335,7 @@ resource \"ccloud_quota\" \"kubernikus\" {\nlisteners = 10\nloadbalancers = 10\npools = 10\n- pool_members = 10\n+ pool_members = 100\n}\nobjectstore {\n"
}
] | Go | Apache License 2.0 | sapcc/kubernikus | increase pool members |
596,240 | 19.07.2019 14:37:26 | -7,200 | c4b683fd7f5d7e9da4c48e69600c82bf59dc58bf | allow multiple reboots per update | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/reconciler.go",
"new_path": "pkg/controller/servicing/reconciler.go",
"diff": "@@ -26,7 +26,7 @@ const (\nvar (\n// ServiceInterval defines how often a kluster is serviced\nServiceInterval = 1 * time.Hour\n- UpdateTimeout = 10 * time.M... | Go | Apache License 2.0 | sapcc/kubernikus | allow multiple reboots per update |
596,240 | 19.07.2019 15:27:33 | -7,200 | f4a0f3eff2603895b25d3f98f865a6fc7e3a26df | fixes node creation and deletion during node reboots | [
{
"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 | fixes node creation and deletion during node reboots |
596,240 | 24.07.2019 10:34:18 | -7,200 | 496dbf36c995d1fee90ad1e6ede56b225aebbb2a | increase timeout for upgrade errors | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-monitoring/alerts/kubernikus-operator.alerts",
"new_path": "charts/kubernikus-monitoring/alerts/kubernikus-operator.alerts",
"diff": "@@ -102,7 +102,7 @@ groups:\n- alert: KubernikusUpgradeErrors\nexpr: max(kubernikus_servicing_nodes_state_up... | Go | Apache License 2.0 | sapcc/kubernikus | increase timeout for upgrade errors |
596,240 | 13.08.2019 11:22:00 | -7,200 | 62e465aec6a4c412e9dccfbbb3e61656d3eb788e | override kubelet hostname | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -27,7 +27,7 @@ systemd:\nExecStartPre=/usr/bin/bash -c \"/usr/bin/systemctl set-environment COREOS_OPENSTACK_HOSTNAME=$(curl -s http://169.254.169.254/latest/meta-data/hostname)... | Go | Apache License 2.0 | sapcc/kubernikus | override kubelet hostname (#457) |
596,226 | 15.08.2019 10:48:31 | -7,200 | 70bb2e3387b2eb6de4d994a9ed4f04832bf5a2bd | Fix kube-dns e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -128,7 +128,7 @@ func (n *NetworkTests) WaitForKubeDNSRunning(t *testing.T) {\nrunParallel(t)\nlabel := labels.SelectorFromSet(labels.Set(map[string]string{\"k8s-app\": \"kube-dns\"... | Go | Apache License 2.0 | sapcc/kubernikus | Fix kube-dns e2e test |
596,240 | 27.08.2019 17:15:09 | -7,200 | e71fe8e1e1b02a9a83b25454f526726cad6e0221 | bumb coredns version | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap/dns/coredns.go",
"new_path": "pkg/controller/ground/bootstrap/dns/coredns.go",
"diff": "@@ -117,7 +117,6 @@ func createCoreDNSConfigMap(client clientset.Interface, domain string) error {\nhealth\nkubernetes {{ .Domain }} in-addr... | Go | Apache License 2.0 | sapcc/kubernikus | bumb coredns version |
596,226 | 29.08.2019 09:56:55 | -7,200 | af77ed5e6e31b65f5865b28841402b87e7d4f271 | Test for AVZ availability | [
{
"change_type": "MODIFY",
"old_path": "pkg/client/openstack/project/client.go",
"new_path": "pkg/client/openstack/project/client.go",
"diff": "@@ -233,8 +233,10 @@ func (c *projectClient) getAvailabilityZones() ([]models.AvailabilityZone, error\nreturn nil, err\n}\nfor _, zone := range zones {\n+ i... | Go | Apache License 2.0 | sapcc/kubernikus | Test for AVZ availability (#465) |
596,240 | 03.09.2019 14:21:14 | -7,200 | dfff4234979075ff2da1201fc747d7eb81f9f1f6 | Update CCM to include LB Legacy name fix | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -6,7 +6,7 @@ imagesForVersion:\ntag: 'v1.15.2'\ncloudControllerManager:\nrepository: 'sapcc/openstack-cloud-controller-manager'\n- tag: 'v1.15.0'\n+ tag: 'v1.15.0-sap.2'\n'1.14.5':\nsupported: ... | Go | Apache License 2.0 | sapcc/kubernikus | Update CCM to include LB Legacy name fix |
596,240 | 03.09.2019 16:50:53 | -7,200 | f661b0fdacd673c2173d0cf88c2978055887fab3 | Update CCM to include LB Legacy name fix also for 1.14 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -14,7 +14,7 @@ imagesForVersion:\ntag: 'v1.14.5'\ncloudControllerManager:\nrepository: 'sapcc/openstack-cloud-controller-manager'\n- tag: 'v1.14.0'\n+ tag: 'v1.14.0-sap.0'\n'1.13.9':\nsupported... | Go | Apache License 2.0 | sapcc/kubernikus | Update CCM to include LB Legacy name fix also for 1.14 |
596,226 | 16.09.2019 10:55:06 | -7,200 | 50897a6990a773377937704842230a4e133c9d60 | Disable etcd and apiserver restart on cert renewal | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/certs/certs.go",
"new_path": "pkg/controller/certs/certs.go",
"diff": "@@ -5,7 +5,6 @@ import (\n\"time\"\nkitlog \"github.com/go-kit/kit/log\"\n- meta_v1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n\"k8s.io/client-go/kubernetes\"\n\"github.com/sa... | Go | Apache License 2.0 | sapcc/kubernikus | Disable etcd and apiserver restart on cert renewal (#473) |
596,240 | 07.10.2019 16:45:05 | -7,200 | e395d8db7d322b22bae55aa482fbc027b401c7be | fixes for regional dex installation | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-dex/templates/keystone-secret.yaml",
"new_path": "charts/kubernikus-dex/templates/keystone-secret.yaml",
"diff": "@@ -5,7 +5,7 @@ metadata:\nname: kubernikus-dex-keystone\ntype: Opaque\ndata:\n- adminUsername: {{ required \"api.adminUsername ... | Go | Apache License 2.0 | sapcc/kubernikus | fixes for regional dex installation |
596,240 | 07.10.2019 17:42:12 | -7,200 | 003f75685d6068e11677c78a621a09d3ae3d3147 | fix dex ingress name generation | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/_helpers.tpl",
"new_path": "charts/kube-master/templates/_helpers.tpl",
"diff": "@@ -65,9 +65,9 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this\n{{- end -}}\n{{- define \"dashboard.url\" -}}\n-{{-... | Go | Apache License 2.0 | sapcc/kubernikus | fix dex ingress name generation |
596,229 | 08.10.2019 11:59:25 | 0 | e21374ce1fa4c46c5aaad3de2d02ad67a2aedf74 | update kubernikus_dex task for master region | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -828,16 +828,19 @@ task_helm_kubernikus-dex: &task_helm_kubernikus-dex\n# helm repo add sapcc https://charts.global.cloud.sap\nhelm dep up kubernikus-copy.builds/charts/kubernikus-dex/\n+ touch /tm... | Go | Apache License 2.0 | sapcc/kubernikus | update kubernikus_dex task for master region |
596,240 | 08.10.2019 14:21:07 | -7,200 | 986f207952c3f7981a9d16d73a7fa38ce39b40e4 | disable kubernikus-system deployment for master | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1315,11 +1315,6 @@ jobs:\n<<: *task_helm_kubernikus\nparams:\n<<: *auth_master\n- - task: kubernikus-system\n- config:\n- <<: *task_helm_kubernikus-system\n- params:\n- <<: *auth_master\n- task: k... | Go | Apache License 2.0 | sapcc/kubernikus | disable kubernikus-system deployment for master |
596,229 | 08.10.2019 13:16:13 | 0 | 953134314fc3dad0eb34042eb0c542d0e12f34b1 | fix kubernikus_dex task for master region | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -829,7 +829,7 @@ task_helm_kubernikus-dex: &task_helm_kubernikus-dex\nhelm dep up kubernikus-copy.builds/charts/kubernikus-dex/\ntouch /tmp/kubernikus-dex.yaml\n- [[ \"${REGION}\" == \"master\" ]] ... | Go | Apache License 2.0 | sapcc/kubernikus | fix kubernikus_dex task for master region |
596,229 | 08.10.2019 14:03:52 | 0 | b5aca50c800d6c510995b358641079c2838ee4a2 | Init container for dashboard deployment
Dashboard stucks at CrashLoopBackoff when it cannot connect to
API server and leads high number of restarts. | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dashboard.yaml",
"new_path": "charts/kube-master/templates/dashboard.yaml",
"diff": "@@ -19,6 +19,21 @@ spec:\napp: {{ include \"master.fullname\" . }}-dashboard\nrelease: {{ .Release.Name }}\nspec:\n+ initContainers:\n+ - name: ap... | Go | Apache License 2.0 | sapcc/kubernikus | Init container for dashboard deployment
Dashboard stucks at CrashLoopBackoff when it cannot connect to
API server and leads high number of restarts. |
596,229 | 09.10.2019 09:30:02 | -7,200 | aa60af8f638783f95f7090f30e72a6b5a2270b94 | project domain name for dex integration | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dex-configmap.yaml",
"new_path": "charts/kube-master/templates/dex-configmap.yaml",
"diff": "@@ -40,7 +40,7 @@ data:\nname: Converged Cloud\nconfig:\nhost: {{ required \"openstack.authURL undefined\" .Values.openstack.authURL }}\n-... | Go | Apache License 2.0 | sapcc/kubernikus | project domain name for dex integration (#480) |
596,229 | 16.10.2019 13:05:25 | -7,200 | 93028bc8453de49620eab0374d13c659ac41f6ff | Decrease initialDelaySeconds for dashboard proxy
In order to decrease artificial increase of kluster creation time | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dashboard.yaml",
"new_path": "charts/kube-master/templates/dashboard.yaml",
"diff": "@@ -66,7 +66,7 @@ spec:\nhttpGet:\npath: /oauth/health\nport: 3000\n- initialDelaySeconds: 60\n+ initialDelaySeconds: 15\nperiodSeconds: 15\n- nam... | Go | Apache License 2.0 | sapcc/kubernikus | Decrease initialDelaySeconds for dashboard proxy
In order to decrease artificial increase of kluster creation time |
596,229 | 22.10.2019 10:54:57 | -7,200 | a4cb73ee96b7e34864268ea0e993854d9ee9acaa | LDAP Dex Values to kubernikus-dex chart | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dex-configmap.yaml",
"new_path": "charts/kube-master/templates/dex-configmap.yaml",
"diff": "@@ -56,14 +56,14 @@ data:\nid: ldap\nname: Active Directory\nconfig:\n- host: {{ required \".dex.connectors.ldap.config.host\" .Values.dex... | Go | Apache License 2.0 | sapcc/kubernikus | LDAP Dex Values to kubernikus-dex chart (#483) |
596,226 | 23.10.2019 16:05:00 | -7,200 | a6d650560a3949312716e861dd4e5fc2c16af850 | Create backup container only if swift is used | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -567,6 +567,7 @@ func (op *GroundControl) createKluster(kluster *v1.Kluster) error {\nreturn fmt.Errorf(\"Failed to update kluster secret: %s\", err)\n}\n+ if kluster.Spec.Backup ==... | Go | Apache License 2.0 | sapcc/kubernikus | Create backup container only if swift is used (#487) |
596,229 | 31.10.2019 08:17:35 | -3,600 | e4234c3208d4642e61dd0eff99bc16437c8dc069 | kubernetes-dashboard image to sapcc mirror | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -77,7 +77,7 @@ imagesForVersion:\nrepository: 'quay.io/keycloak/keycloak-gatekeeper'\ntag: '6.0.1'\ndashboard:\n- repository: 'k8s.gcr.io/kubernetes-dashboard-amd64'\n+ repository: 'sapcc/kuber... | Go | Apache License 2.0 | sapcc/kubernikus | kubernetes-dashboard image to sapcc mirror |
596,229 | 31.10.2019 15:42:05 | 0 | 857af154077a52319a61f4d853fbfb318b9d4a83 | simplify oidc credential handler | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/get_cluster_credentials_oidc.go",
"new_path": "pkg/api/handlers/get_cluster_credentials_oidc.go",
"diff": "@@ -2,11 +2,11 @@ package handlers\nimport (\n\"fmt\"\n+ \"strings\"\n\"github.com/ghodss/yaml\"\n\"github.com/go-openapi/runtime/middle... | Go | Apache License 2.0 | sapcc/kubernikus | simplify oidc credential handler |
596,226 | 06.11.2019 15:02:25 | -3,600 | badda9c694def5455074587809f3040e660da6b5 | Verify CA cert signature | [
{
"change_type": "MODIFY",
"old_path": "pkg/util/certificates.go",
"new_path": "pkg/util/certificates.go",
"diff": "@@ -334,7 +334,7 @@ func ensureClientCertificate(ca *Bundle, cn string, groups []string, cert, key *\nreturn fmt.Errorf(\"Failed parsing certificate bundle: %s\", err)\n}\n- reason, in... | Go | Apache License 2.0 | sapcc/kubernikus | Verify CA cert signature (#475) |
596,229 | 12.11.2019 15:52:52 | -3,600 | 2b923071b4ae5b2781c669bed45a49dadb8eaccb | dex image with refresh token fix | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -9,7 +9,7 @@ imagesForVersion:\ntag: 'v1.15.0-sap.2'\ndex:\nrepository: 'hub.global.cloud.sap/monsoon/dex'\n- tag: '7abab130c718576e93f7a7cc233dfd90cb8783bb'\n+ tag: '8373c31b3e2d96ad3a7313227a... | Go | Apache License 2.0 | sapcc/kubernikus | dex image with refresh token fix |
596,240 | 14.11.2019 13:51:58 | -3,600 | fb3cbfac29b570f7496da4ea6c8c3f76020ed928 | allows for dash and dex paramaters to be disabled | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/get_cluster_credentials_oidc.go",
"new_path": "pkg/api/handlers/get_cluster_credentials_oidc.go",
"diff": "@@ -6,6 +6,7 @@ import (\n\"github.com/ghodss/yaml\"\n\"github.com/go-openapi/runtime/middleware\"\n+ \"github.com/go-openapi/swag\"\nap... | Go | Apache License 2.0 | sapcc/kubernikus | allows for dash and dex paramaters to be disabled |
596,226 | 29.11.2019 09:22:57 | -3,600 | 225cc599c87b29e4ac499be906542f63c19d2ce2 | Set servicing timestamp first | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/reconciler.go",
"new_path": "pkg/controller/servicing/reconciler.go",
"diff": "@@ -143,13 +143,15 @@ func (r *KlusterReconciler) Do() error {\nreturn nil\n}\n+ if err := r.updateLastServicingTime(); err != nil {\n+ return errors.Wrap(e... | Go | Apache License 2.0 | sapcc/kubernikus | Set servicing timestamp first (#491) |
596,226 | 09.01.2020 17:08:19 | -3,600 | 175aafaa4705e6012cf7bff8e6d7138f1464d250 | Raise sysctl fs.inotify.max_user_watches and fs.inotify.max_user_instances in node templates | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -346,6 +346,13 @@ storage:\ncontents:\ninline: |-\nnet.ipv4.conf.all.accept_redirects=1\n+ - path: /etc/sysctl.d/20-inotify-max-user.conf\n+ filesystem: root\n+ mode: 0644\n+ co... | Go | Apache License 2.0 | sapcc/kubernikus | Raise sysctl fs.inotify.max_user_watches and fs.inotify.max_user_instances in node templates (#501) |
596,226 | 17.01.2020 10:58:49 | -3,600 | 13666c7c772610bd8814e2a7644b81d2993adfd4 | Add support for 1.15.8 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n- '1.15.2':\n+ '1.15.8':\nsupported: true\n+ hyperkube:\n+ repository: 'sapcc/hyperkube'\n+ tag: 'v1.15.8'\n+ cloudControllerManager:\n+ repository: 'sapcc/openstack-cloud-contr... | Go | Apache License 2.0 | sapcc/kubernikus | Add support for 1.15.8 (#504) |
596,229 | 20.01.2020 17:04:58 | -3,600 | 097931f7294b84c812a58d512aa4416751c92010 | Increate expiration time for tokens in OIDC | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dex-configmap.yaml",
"new_path": "charts/kube-master/templates/dex-configmap.yaml",
"diff": "@@ -27,8 +27,8 @@ data:\nissuer: \"Converged Cloud Kubernetes\"\nexpiry:\n- signingKeys: \"6h\"\n- idTokens: \"1h\"\n+ signingKeys: \"48h\... | Go | Apache License 2.0 | sapcc/kubernikus | Increate expiration time for tokens in OIDC (#505) |
596,226 | 21.01.2020 11:47:41 | -3,600 | fdababb0466cc0baaad229c3ef0504961d2820cb | Disable broken hyperkube 1.15.8 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n'1.15.8':\n- supported: true\n+ supported: false\nhyperkube:\nrepository: 'sapcc/hyperkube'\ntag: 'v1.15.8'\n@@ -17,7 +17,7 @@ imagesForVersion:\nrepository: 'kubernetesui/dashb... | Go | Apache License 2.0 | sapcc/kubernikus | Disable broken hyperkube 1.15.8 (#506) |
596,226 | 31.01.2020 09:36:00 | -3,600 | df422050cc1d8b7d6e66cd89276975767f744454 | Fix cert rotation on node startup | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -212,6 +212,20 @@ systemd:\nType=oneshot\n[Install]\nWantedBy=multi-user.target\n+ - name: fix-cert-rotation.service\n+ command: start\n+ enable: true\n+ contents: |\n+ [Unit]\n... | Go | Apache License 2.0 | sapcc/kubernikus | Fix cert rotation on node startup (#494) |
596,226 | 31.01.2020 15:52:56 | -3,600 | 7a41a197abe64ab42c66fbc418275270a7c87d82 | Generate dex etcd client certificate | [
{
"change_type": "MODIFY",
"old_path": "pkg/apis/kubernikus/v1/secret.go",
"new_path": "pkg/apis/kubernikus/v1/secret.go",
"diff": "@@ -93,6 +93,8 @@ type Certificates struct {\nEtcdClientsCACertificate string `json:\"etcd-clients-ca.pem\"`\nEtcdClientsApiserverPrivateKey string `json:\"etcd-clients... | Go | Apache License 2.0 | sapcc/kubernikus | Generate dex etcd client certificate (#502) |
596,226 | 03.02.2020 16:17:36 | -3,600 | 0e6dd344c35881b9073dabfafbd7f898f9028336 | Ensure etcd CA, etcd server and backup cert | [
{
"change_type": "MODIFY",
"old_path": "pkg/apis/kubernikus/v1/secret.go",
"new_path": "pkg/apis/kubernikus/v1/secret.go",
"diff": "@@ -93,6 +93,8 @@ type Certificates struct {\nEtcdClientsCACertificate string `json:\"etcd-clients-ca.pem\"`\nEtcdClientsApiserverPrivateKey string `json:\"etcd-clients... | Go | Apache License 2.0 | sapcc/kubernikus | Ensure etcd CA, etcd server and backup cert (#515) |
596,229 | 29.01.2020 14:37:14 | -3,600 | a57225549ad0dc9771fbe031daaafddb3517e7d9 | email suffix for technical users | [
{
"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.3\n+version: 2.0.4\n"
},
{
"change_type": "MODIFY",
"old_path": "charts... | Go | Apache License 2.0 | sapcc/kubernikus | email suffix for technical users |
596,226 | 19.02.2020 10:56:37 | -3,600 | f51e41f9f25c509ac18fae976dfdeb6413f9a6cc | Add whitesource license scanner to ci | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -974,6 +974,115 @@ task_tiller: &task_tiller\nKUBERNIKUS_URL:\n+task_whitesource: &task_whitesource\n+ platform: 'linux'\n+\n+ image_resource:\n+ type: registry-image\n+ source:\n+ repository: hub.... | Go | Apache License 2.0 | sapcc/kubernikus | Add whitesource license scanner to ci |
596,226 | 19.02.2020 11:12:25 | -3,600 | 3e0bab0f7368039bd513f80c0aa744a38951b1a0 | Fix ci group and image type | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -3221,6 +3221,7 @@ groups:\njobs:\n- master\n- cli\n+ - whitesource\n- tiller_master\n- e2e\n- prod\n@@ -3388,6 +3389,7 @@ groups:\njobs:\n- master\n- cli\n+ - whitesource\n- tiller_master\n- e2e\n... | Go | Apache License 2.0 | sapcc/kubernikus | Fix ci group and image type |
596,226 | 14.02.2020 11:36:59 | -3,600 | a6c29bffa9d85ce89f54994edeff86fcf0790942 | Add support for flatcar to servicing controller | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "pkg/controller/servicing/flatcar/releases.go",
"diff": "+package flatcar\n+\n+import (\n+ \"fmt\"\n+ \"io/ioutil\"\n+ \"net/http\"\n+ \"regexp\"\n+ \"time\"\n+\n+ \"github.com/pkg/errors\"\n+ \"github.com/sapcc/kubernikus/pkg/util/version\"\n+)\... | Go | Apache License 2.0 | sapcc/kubernikus | Add support for flatcar to servicing controller |
596,226 | 27.02.2020 17:15:49 | -3,600 | 93154b00902767b61b1f1c11b1d6d4093459c567 | Use flatcar image by default | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/spec/embedded_spec.go",
"new_path": "pkg/api/spec/embedded_spec.go",
"diff": "@@ -668,7 +668,7 @@ func init() {\n},\n\"image\": {\n\"type\": \"string\",\n- \"default\": \"coreos-stable-amd64\",\n+ \"default\": \"flatcar-stable-amd64\",\n\"x-nullable\":... | Go | Apache License 2.0 | sapcc/kubernikus | Use flatcar image by default |
596,226 | 03.03.2020 17:03:30 | -3,600 | eb63a23aeba8a3c211ec5a6c05d0b16560d64474 | Check for flatcar release in e2e | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -117,7 +117,7 @@ func (k NodeTests) LatestStableContainerLinux(t *testing.T) {\nif !assert.NoError(t, err) {\nreturn\n}\n- resp, err := http.Get(\"https://stable.release.core-os.net/amd64... | Go | Apache License 2.0 | sapcc/kubernikus | Check for flatcar release in e2e |
596,226 | 03.03.2020 17:04:37 | -3,600 | 3ee78d5f23d6c5b2e5e00fa4042b599eee615c83 | Replace nodes if nodepool image has changed | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/lister.go",
"new_path": "pkg/controller/servicing/lister.go",
"diff": "@@ -5,20 +5,20 @@ import (\n\"strings\"\n\"time\"\n- \"github.com/pkg/errors\"\n-\n- \"github.com/sapcc/kubernikus/pkg/controller/config\"\n- \"github.com/sapcc/kub... | Go | Apache License 2.0 | sapcc/kubernikus | Replace nodes if nodepool image has changed |
596,226 | 28.04.2020 15:02:02 | -7,200 | d2bbd79c3e83e0b774f95322394243a6b4f1c227 | Move default to separate PR | [
{
"change_type": "MODIFY",
"old_path": "swagger.yml",
"new_path": "swagger.yml",
"diff": "@@ -515,7 +515,7 @@ definitions:\nimage:\nx-nullable: false\ntype: string\n- default: flatcar-stable-amd64\n+ default: coreos-stable-amd64\navailabilityZone:\ntype: string\nx-nullable: false\n"
}
] | Go | Apache License 2.0 | sapcc/kubernikus | Move default to separate PR |
596,226 | 29.04.2020 10:11:55 | -7,200 | 95a3b1272d8030e589b0c9a19657f482d8c74e3a | Use flatcar by default | [
{
"change_type": "MODIFY",
"old_path": "swagger.yml",
"new_path": "swagger.yml",
"diff": "@@ -515,7 +515,7 @@ definitions:\nimage:\nx-nullable: false\ntype: string\n- default: coreos-stable-amd64\n+ default: flatcar-stable-amd64\navailabilityZone:\ntype: string\nx-nullable: false\n"
}
] | Go | Apache License 2.0 | sapcc/kubernikus | Use flatcar by default |
596,226 | 29.04.2020 10:31:48 | -7,200 | 2401bf1ae675d80522428df9e67b7c09efb4c793 | Change nodepools to flatcar on upgrade | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/update_cluster.go",
"new_path": "pkg/api/handlers/update_cluster.go",
"diff": "@@ -126,7 +126,7 @@ func (d *updateCluster) Handle(params operations.UpdateClusterParams, principal\nif params.Body.Spec.Version != \"\" && params.Body.Spec.Version... | Go | Apache License 2.0 | sapcc/kubernikus | Change nodepools to flatcar on upgrade |
596,226 | 30.04.2020 16:13:32 | -7,200 | 5907aa1a80acc177f5b63c1f2dd88fc29d29857f | Update to latest v1.16.9 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n- '1.16.7':\n+ '1.16.9':\nsupported: true\nhyperkube:\nrepository: 'sapcc/hyperkube'\n- tag: 'v1.16.7'\n+ tag: 'v1.16.9'\ncloudControllerManager:\nrepository: 'sapcc/openstack-c... | Go | Apache License 2.0 | sapcc/kubernikus | Update to latest v1.16.9 |
596,240 | 06.05.2020 13:57:55 | -7,200 | 4bdc61b15f925886b81231d90f4a6a3004775a78 | fixes panic in servicing controller | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/collector.go",
"new_path": "pkg/controller/servicing/collector.go",
"diff": "@@ -3,6 +3,7 @@ package servicing\nimport (\n\"github.com/go-kit/kit/log\"\n\"github.com/prometheus/client_golang/prometheus\"\n+ \"github.com/sapcc/kuberniku... | Go | Apache License 2.0 | sapcc/kubernikus | fixes panic in servicing controller |
596,240 | 06.05.2020 14:05:34 | -7,200 | 314057be6d76987672d215f050ec8fbf52b7275b | making the linter happy since 1996 | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/collector.go",
"new_path": "pkg/controller/servicing/collector.go",
"diff": "@@ -3,11 +3,11 @@ package servicing\nimport (\n\"github.com/go-kit/kit/log\"\n\"github.com/prometheus/client_golang/prometheus\"\n- \"github.com/sapcc/kuberni... | Go | Apache License 2.0 | sapcc/kubernikus | making the linter happy since 1996 |
596,226 | 06.05.2020 14:36:52 | -7,200 | db5ca7f3f952c5b5cfb6fd7d913f94cb9084c94b | Remove all of kubernikus-kubectl | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -56,20 +56,16 @@ build:\npull:\ndocker pull sapcc/kubernikus-docs-builder:latest\n- docker pull sapcc/kubernikus-kubectl:latest\ntag:\ndocker tag sapcc/kubernikus:$(VERSION) sapcc/kubernikus:latest\ndocker tag sap... | Go | Apache License 2.0 | sapcc/kubernikus | Remove all of kubernikus-kubectl |
596,240 | 06.05.2020 19:07:26 | -7,200 | 3077702eb00485bc2146e5b5f96b65fa29579bb3 | fix drain logic bug | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/drain/drain.go",
"new_path": "pkg/controller/servicing/drain/drain.go",
"diff": "@@ -396,7 +396,7 @@ func deleteOrEvictPods(client kubernetes.Interface, pods []corev1.Pod, options *\n}\ngetPodFn := func(namespace, name string) (*corev1... | Go | Apache License 2.0 | sapcc/kubernikus | fix drain logic bug |
596,226 | 13.05.2020 18:02:05 | -7,200 | 470b9eb30db20bbfc1cf4e9b8dd756921c5bbbfa | Use VolumeBindingWaitForFirstConsumer in storage class | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap.go",
"new_path": "pkg/controller/ground/bootstrap.go",
"diff": "@@ -103,11 +103,14 @@ func SeedCinderStorageClasses(client clientset.Interface, openstack openstack_pr\n}\nfunc createStorageClass(client clientset.Interface, name,... | Go | Apache License 2.0 | sapcc/kubernikus | Use VolumeBindingWaitForFirstConsumer in storage class (#527) |
596,240 | 13.05.2020 19:32:22 | -7,200 | 2be8fc0f97f42e2f9c926d3b99c653639000adbb | Fix renamed flag only available with 1.13 | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -204,7 +204,7 @@ spec:\n- --service-account-key-file=/etc/kubernetes/certs/apiserver-clients-ca-key.pem\n- --tls-cert-file=/etc/kubernetes/certs/tls-apiser... | Go | Apache License 2.0 | sapcc/kubernikus | Fix renamed flag only available with 1.13 |
596,226 | 14.05.2020 15:23:37 | -7,200 | 4060619fe8a1f01b1eece1b158328ad49f87a6fa | Fix e2e volume test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/volume_test.go",
"new_path": "test/e2e/volume_test.go",
"diff": "@@ -40,8 +40,8 @@ func (v *VolumeTests) Run(t *testing.T) {\nt.Run(\"CreateNamespace\", v.CreateNamespace)\nt.Run(\"WaitNamespace\", v.WaitForNamespace)\nt.Run(\"CreatePVC\", v.CreatePVC... | Go | Apache License 2.0 | sapcc/kubernikus | Fix e2e volume test |
596,226 | 18.05.2020 14:15:06 | -7,200 | 7bc72bf0e2a5dd75008ec0e4392f1327453fd0fa | Use immediate binding in specific zone, fix e2e test | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap.go",
"new_path": "pkg/controller/ground/bootstrap.go",
"diff": "@@ -103,7 +103,11 @@ func SeedCinderStorageClasses(client clientset.Interface, openstack openstack_pr\n}\nfunc createStorageClass(client clientset.Interface, name, ... | Go | Apache License 2.0 | sapcc/kubernikus | Use immediate binding in specific zone, fix e2e test |
596,229 | 29.05.2020 08:58:47 | -7,200 | 888f41a56462255f4476f1a1ee39d800057515ac | quay.io to internal registry - keycloak-gatekeeper | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -11,7 +11,7 @@ imagesForVersion:\nrepository: 'hub.global.cloud.sap/monsoon/dex'\ntag: '8373c31b3e2d96ad3a7313227aa1bb8c59ddca39'\ndashboardProxy:\n- repository: 'quay.io/keycloak/keycloak-gate... | Go | Apache License 2.0 | sapcc/kubernikus | quay.io to internal registry - keycloak-gatekeeper |
596,226 | 02.06.2020 12:23:24 | -7,200 | 02fcfa5a73926a9cd0bee2bfe4d98c74ef83e5a4 | Fix nodepool reference | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/lister.go",
"new_path": "pkg/controller/servicing/lister.go",
"diff": "@@ -216,7 +216,7 @@ func (d *NodeLister) Replace() []*core_v1.Node {\nvar nodeNameToPool map[string]*models.NodePool\nnodeNameToPool = make(map[string]*models.NodeP... | Go | Apache License 2.0 | sapcc/kubernikus | Fix nodepool reference (#531) |
596,240 | 14.08.2020 16:54:44 | -7,200 | 75c4e0626d5f0169a9b78ea3e8fd19d753f7d19d | moves daemonset to apps.v1 | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/suppository.go",
"new_path": "pkg/migration/suppository.go",
"diff": "@@ -6,7 +6,7 @@ import (\n\"github.com/pkg/errors\"\ncore \"k8s.io/api/core/v1\"\n- extensions \"k8s.io/api/extensions/v1beta1\"\n+ apps \"k8s.io/api/apps/v1\"\nrbac \"k8s.io/a... | Go | Apache License 2.0 | sapcc/kubernikus | moves daemonset to apps.v1 (#537) |
596,240 | 14.08.2020 17:04:36 | -7,200 | 1f7f45996d70b19aac937c3a9561838db7a9ea64 | fix linter v2 | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/suppository.go",
"new_path": "pkg/migration/suppository.go",
"diff": "@@ -168,7 +168,6 @@ func ApplySuppository(script string, client kubernetes.Interface) error {\n},\n}\n-\ncreated, err := client.AppsV1().DaemonSets(namespace.Name).Create(daemo... | Go | Apache License 2.0 | sapcc/kubernikus | fix linter v2 |
596,226 | 02.09.2020 14:58:57 | -7,200 | 4cc82a5fdd22b904a999ea22df754c366e008a43 | Switch ingress resources to cert-manager | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus-dex/Chart.yaml",
"new_path": "charts/kubernikus-dex/Chart.yaml",
"diff": "@@ -2,4 +2,4 @@ apiVersion: v1\nappVersion: \"1.0\"\ndescription: Install global dex related credentials needed for kubernikus clusters\nname: kubernikus-dex\n-version:... | Go | Apache License 2.0 | sapcc/kubernikus | Switch ingress resources to cert-manager (#540) |
596,226 | 22.09.2020 13:15:40 | -7,200 | d91492481b6af8bed012d9616249a97f51c26669 | Test for new flatcar release after 4 days | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -146,8 +146,8 @@ func (k NodeTests) LatestStableContainerLinux(t *testing.T) {\nif !assert.NotEmpty(t, date, \"Could not get release date\") {\nreturn\n}\n- // check if release is at leas... | Go | Apache License 2.0 | sapcc/kubernikus | Test for new flatcar release after 4 days |
596,241 | 23.09.2020 13:56:16 | -7,200 | 23d3094563aa766a58090022b36192cac5f0162a | ci: update resource types to current best practices | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1043,30 +1043,29 @@ resources:\nsource: {interval: 1h}\nresource_types:\n- - name: time-version\n- type: docker-image\n- source:\n- repository: hub.global.cloud.sap/concourse/time-version-resource... | Go | Apache License 2.0 | sapcc/kubernikus | ci: update resource types to current best practices |
596,226 | 20.05.2020 12:07:08 | -7,200 | e0f4d97a7c98a827c25ac33deddbfb40d28168ea | Add support for 1.17.5 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n+ '1.17.5':\n+ supported: true\n+ hyperkube:\n+ repository: 'sapcc/hyperkube'\n+ tag: 'v1.17.5'\n+ cloudControllerManager:\n+ repository: 'sapcc/openstack-cloud-controller-manag... | Go | Apache License 2.0 | sapcc/kubernikus | Add support for 1.17.5 |
596,226 | 20.05.2020 14:28:55 | -7,200 | 96c0e709c49eb7eed0dfea0cf94c1c0b721f6de7 | Fix kubelet wrapper | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.17.go",
"new_path": "pkg/templates/node_1.17.go",
"diff": "@@ -97,7 +97,7 @@ systemd:\n--insecure-options=image\"\nEnvironment=\"KUBELET_IMAGE_TAG={{ .HyperkubeImageTag }}\"\nEnvironment=\"KUBELET_IMAGE_URL=docker://{{ .HyperkubeImage }}\"... | Go | Apache License 2.0 | sapcc/kubernikus | Fix kubelet wrapper |
596,226 | 26.05.2020 14:52:17 | -7,200 | d93278265fdba16c19332517ebf251756c9f5ae1 | Use lease for node status | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/get_cluster_bootstrap.go",
"new_path": "pkg/api/handlers/get_cluster_bootstrap.go",
"diff": "@@ -42,6 +42,7 @@ authentication:\nanonymous:\nenabled: true\nrotateCertificates: true\n+nodeLeaseDurationSeconds: 20\nfeatureGates:\n`))\n"
},
{
... | Go | Apache License 2.0 | sapcc/kubernikus | Use lease for node status |
596,226 | 26.05.2020 15:50:57 | -7,200 | 0ea2f0a79f0cbc86c41b88d68eba9280283a43ce | Fix hammertime | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/hammertime/hammertime.go",
"new_path": "pkg/controller/hammertime/hammertime.go",
"diff": "@@ -14,6 +14,7 @@ import (\n\"github.com/sapcc/kubernikus/pkg/api/models\"\nv1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ kube \"github.com... | Go | Apache License 2.0 | sapcc/kubernikus | Fix hammertime |
596,226 | 02.10.2020 13:45:09 | -7,200 | f49b9285e4a129f5cf9756713577e6536bb2a410 | Fix rebase foo | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/hammertime/hammertime.go",
"new_path": "pkg/controller/hammertime/hammertime.go",
"diff": "@@ -8,6 +8,7 @@ import (\ncoord_v1beta1 \"k8s.io/api/coordination/v1beta1\"\ncore_v1 \"k8s.io/api/core/v1\"\napierrors \"k8s.io/apimachinery/pkg/api/error... | Go | Apache License 2.0 | sapcc/kubernikus | Fix rebase foo |
596,226 | 02.10.2020 17:39:46 | -7,200 | f58f6a483b14306d3eef59dd7184a74d5af01675 | Images for 1.17 and 1.18 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n- '1.17.5':\n+ '1.18.9':\nsupported: true\nhyperkube:\nrepository: 'sapcc/hyperkube'\n- tag: 'v1.17.5'\n+ tag: 'v1.18.9'\n+ cloudControllerManager:\n+ repository: 'sapcc/opensta... | Go | Apache License 2.0 | sapcc/kubernikus | Images for 1.17 and 1.18 |
596,226 | 07.10.2020 14:47:53 | -7,200 | ff622576c7ee89d8ae9a8e956b793c4750e344e6 | Use separate images for >=1.19 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n+ '1.19.2':\n+ supported: true\n+ apiserver:\n+ repository: 'keppel.eu-de-1.cloud.sap/ccloud/kube-apiserver'\n+ tag: 'v1.19.2'\n+ controllerManager:\n+ repository: 'keppel.eu-de... | Go | Apache License 2.0 | sapcc/kubernikus | Use separate images for >=1.19 |
596,226 | 23.10.2020 17:24:31 | -7,200 | 23cc157dfed01995d9ca95f87ec1faadda1e8e2c | Add apiserver liveness probe for >=1.19 | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -106,6 +106,7 @@ spec:\n- name: config\nconfigMap:\nname: {{ include \"master.fullname\" . }}\n+{{- if (semverCompare \"< 1.19\" .Values.version.kubernetes... | Go | Apache License 2.0 | sapcc/kubernikus | Add apiserver liveness probe for >=1.19 |
596,226 | 03.11.2020 17:01:00 | -3,600 | 3e4853b8fba7ec1de6c32b1fdce583b84b276462 | Remove outdated role for certificate controller | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap.go",
"new_path": "pkg/controller/ground/bootstrap.go",
"diff": "@@ -49,9 +49,6 @@ func SeedKluster(clients config.Clients, factories config.Factories, kluster *v1\nreturn errors.Wrap(err, \"seed cinder storage classes\")\n}\n}\n... | Go | Apache License 2.0 | sapcc/kubernikus | Remove outdated role for certificate controller |
596,226 | 06.11.2020 14:48:11 | -3,600 | c8b5313aa12cedc91081212d93226eb21f68eb68 | Remove pinning of json-iterator | [
{
"change_type": "MODIFY",
"old_path": "glide.lock",
"new_path": "glide.lock",
"diff": "-hash: 04e8f42f93585a02494b99695a017aebd92ba6cc237c15c3e6e90915faa3048e\n-updated: 2020-10-02T13:41:25.842783893+02:00\n+hash: d68a4a034de18b09f0021e3591ddaa18e61bd4954ffcb75aebd0d373a4f88da8\n+updated: 2020-11-0... | Go | Apache License 2.0 | sapcc/kubernikus | Remove pinning of json-iterator |
596,226 | 06.11.2020 18:35:52 | -3,600 | 35d5081a72af9fa3a3060054b4dcc8494e5362ee | Fix e2e test and ci images | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -618,7 +618,7 @@ task_e2e_tests: &task_e2e_tests\ntype: docker-image\nsource:\nrepository: golang\n- tag: 1.9.2-alpine3.6\n+ tag: 1.14-alpine\ninputs:\n- name: kubernikus.builds\n@@ -639,6 +639,7 @... | Go | Apache License 2.0 | sapcc/kubernikus | Fix e2e test and ci images |
596,226 | 09.11.2020 14:26:54 | -3,600 | 6b75b4b23dbb89b515b71402e9c735de06419d9a | Fix init image in dashboard | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -26,7 +26,7 @@ imagesForVersion:\nrepository: 'keppel.eu-de-1.cloud.sap/ccloud/keycloak-gatekeeper'\ntag: '6.0.1'\ndashboard:\n- repository: 'kubernetesui/dashboard'\n+ repository: 'keppel.eu-d... | Go | Apache License 2.0 | sapcc/kubernikus | Fix init image in dashboard |
596,226 | 11.11.2020 15:18:59 | -3,600 | 498df9f4fe4c7eb6a44904cc70ebd16b23412641 | Fix hammertime while upgrading | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/hammertime/hammertime.go",
"new_path": "pkg/controller/hammertime/hammertime.go",
"diff": "@@ -86,7 +86,7 @@ func (hc *hammertimeController) Reconcile(kluster *v1.Kluster) error {\n//var oldestHeartbeat time.Time = time.Now()\nvar newestHearbeat... | Go | Apache License 2.0 | sapcc/kubernikus | Fix hammertime while upgrading |
596,226 | 12.11.2020 09:59:20 | -3,600 | 81630494bb824817a28a2d280dc0e2691a036e3f | Add 1.19.4 support | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n- '1.19.3':\n+ '1.19.4':\nsupported: true\napiserver:\nrepository: 'keppel.eu-de-1.cloud.sap/ccloud/kube-apiserver'\n- tag: 'v1.19.3'\n+ tag: 'v1.19.4'\ncontrollerManager:\nrepo... | Go | Apache License 2.0 | sapcc/kubernikus | Add 1.19.4 support (#552) |
596,226 | 12.11.2020 11:15:34 | -3,600 | af3d4ef70cbc0bc352953b7a60d0f96f02aa942b | Check for correct apiserver version on cmanager startup | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/controller-manager.yaml",
"new_path": "charts/kube-master/templates/controller-manager.yaml",
"diff": "@@ -77,7 +77,7 @@ spec:\n- sh\n- -c\nargs:\n- - until kubectl cluster-info --kubeconfig /etc/kubernetes/config/kubeconfig --requ... | Go | Apache License 2.0 | sapcc/kubernikus | Check for correct apiserver version on cmanager startup |
596,226 | 12.11.2020 14:30:47 | -3,600 | 235445aba9ab84ecbe7049664244973c9bd7670e | Pin e2e tests to 1.19 | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -41,6 +41,7 @@ func (s *SetupTests) CreateCluster(t *testing.T) {\nkluster := &models.Kluster{\nName: s.KlusterName,\nSpec: models.KlusterSpec{\n+ Version: \"1.19.4\",\nSSHPublicKey: \"... | Go | Apache License 2.0 | sapcc/kubernikus | Pin e2e tests to 1.19 |
596,226 | 27.11.2020 09:50:11 | -3,600 | d8a06646389f4b5226e2b6d29d0513a26f213dba | Travis no more | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/tests.yaml",
"diff": "+on: [push, pull_request]\n+name: Tests\n+jobs:\n+ test:\n+ env:\n+ GOPATH: ${{ github.workspace }}\n+ GO111MODULE: off\n+ GOMETALINTER_BIN: /home/runner/bin/gometalinter\n+ defaults:\n+ run:\n+ working-di... | Go | Apache License 2.0 | sapcc/kubernikus | Travis no more (#556) |
596,226 | 27.11.2020 14:36:09 | -3,600 | 9e9d8528c3b8ee1b69d98b0031d1d322e0c6f42e | Fix wormhole image | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/_helpers.tpl",
"new_path": "charts/kube-master/templates/_helpers.tpl",
"diff": "@@ -64,6 +64,11 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this\n{{- required \"tag for kubelet missing\" .Values.i... | Go | Apache License 2.0 | sapcc/kubernikus | Fix wormhole image |
596,226 | 02.12.2020 14:58:21 | -3,600 | 4e1b8019f73ecac94260ef9a6e7dde004b26385f | Add lb e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"fmt\"\n+ \"net\"\n\"strings\"\n\"testing\"\n\"time\"\n@@ -27,6 +28,7 @@ const (\nTestPodTimeout = 1 * time.Minute\nTestServicesTimeout = 1 * t... | Go | Apache License 2.0 | sapcc/kubernikus | Add lb e2e test (#558) |
596,226 | 09.12.2020 13:43:29 | -3,600 | a29b6dd7d70da596190b9b00eaac899b9760b4a9 | Disable slack in gh actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yaml",
"new_path": ".github/workflows/tests.yaml",
"diff": "@@ -63,13 +63,13 @@ jobs:\nrun: make test-charts\n- name: Loopref\nrun: make test-loopref\n- - name: Slack\n- uses: 8398a7/action-slack@v3\n- with:\n- status: ${{ job.status }}... | Go | Apache License 2.0 | sapcc/kubernikus | Disable slack in gh actions |
596,230 | 09.12.2020 14:33:55 | -3,600 | 4f54a470d328c34ea5899b3f8a47235cb25e1a17 | add network-plugin-mtu option to kubelet | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.19.go",
"new_path": "pkg/templates/node_1.19.go",
"diff": "@@ -116,6 +116,7 @@ systemd:\n--network-plugin=cni \\\n{{- else }}\n--network-plugin=kubenet \\\n+ --network-plugin-mtu=8900 \\\n{{- end }}\n--non-masquerade-cidr=0.0.0.0/0 \\\n--l... | Go | Apache License 2.0 | sapcc/kubernikus | add network-plugin-mtu option to kubelet (#551)
Co-authored-by: Jan Knipper <9881823+jknipper@users.noreply.github.com> |
596,226 | 09.12.2020 14:41:15 | -3,600 | c84845c509e05f006062a82bee2f60718ed4f9d4 | Use proper release date for flatcar images in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -2,7 +2,9 @@ package main\nimport (\n\"bufio\"\n+ \"encoding/json\"\n\"fmt\"\n+ \"io/ioutil\"\n\"net/http\"\n\"strings\"\n\"testing\"\n@@ -117,16 +119,61 @@ func (k NodeTests) LatestStabl... | Go | Apache License 2.0 | sapcc/kubernikus | Use proper release date for flatcar images in e2e test (#559) |
596,226 | 10.12.2020 14:02:33 | -3,600 | 7bdc0974bd397809642f45fa14cee07520786161 | Raise timeout in e2e lb test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -28,7 +28,7 @@ const (\nTestPodTimeout = 1 * time.Minute\nTestServicesTimeout = 1 * time.Minute\nTestServicesWithDNSTimeout = 2 * time.Minute\n- TestServiceLoadbalancerTimeout = 5 *... | Go | Apache License 2.0 | sapcc/kubernikus | Raise timeout in e2e lb test |
596,226 | 26.03.2021 12:11:32 | -3,600 | 41201bcd33ba983544c124670e8b08df79c566af | Fix flatcar releases feed in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -135,7 +135,7 @@ func (k NodeTests) LatestStableContainerLinux(t *testing.T) {\n} `json:\"current\"`\n}\n- resp, err := http.Get(\"https://www.flatcar-linux.org/releases-json/releases-sta... | Go | Apache License 2.0 | sapcc/kubernikus | Fix flatcar releases feed in e2e test |
596,226 | 13.04.2021 10:27:28 | -7,200 | aac4cc6458f0a50c7fb072d7b562c1451c0afc87 | Clean up volumes first in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -42,11 +42,11 @@ func (p *PyrolisisTests) Run(t *testing.T) {\nt.Run(\"Klusters\", p.WaitForE2EKlustersTerminated)\n})\n- cleanupStorageContainer := t.Run(\"CleanupBackupStorage... | Go | Apache License 2.0 | sapcc/kubernikus | Clean up volumes first in e2e test |
596,226 | 21.04.2021 18:33:10 | -7,200 | 8e62eb602b74a84fe6547871df130f8ed1b5db02 | Raise e2e test kluster deletion timeout | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/cleanup_test.go",
"new_path": "test/e2e/cleanup_test.go",
"diff": "@@ -22,7 +22,7 @@ import (\nconst (\nKlusterPhaseBecomesTerminatingTimeout = 1 * time.Minute\n- WaitForKlusterToBeDeletedTimeout = 10 * time.Minute\n+ WaitForKlusterToBeDeletedTimeout ... | Go | Apache License 2.0 | sapcc/kubernikus | Raise e2e test kluster deletion timeout |
596,226 | 22.04.2021 14:10:31 | -7,200 | 7339d9abf076076deb09478401fd7038b32be8ad | Clean up loadbalancers and CSI volumes in e2e pyrolysis | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -11,6 +11,7 @@ import (\n\"github.com/gophercloud/gophercloud/openstack/blockstorage/v3/volumes\"\n\"github.com/gophercloud/gophercloud/openstack/compute/v2/servers\"\n\"github.... | Go | Apache License 2.0 | sapcc/kubernikus | Clean up loadbalancers and CSI volumes in e2e pyrolysis |
596,226 | 30.04.2021 17:12:49 | -7,200 | 29af267e538803881d5fd86a9c6f0ea3e0a1d241 | Fix apiserver livenessprobe when etcd backup is disabled | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -106,7 +106,7 @@ spec:\n- name: config\nconfigMap:\nname: {{ include \"master.fullname\" . }}\n-{{- if (semverCompare \"< 1.19\" .Values.version.kubernetes... | Go | Apache License 2.0 | sapcc/kubernikus | Fix apiserver livenessprobe when etcd backup is disabled |
596,226 | 05.05.2021 17:59:27 | -7,200 | f9f3d182eb8175c0c193516c43ca8b718505584d | Fix apiserver chart | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -261,7 +261,7 @@ spec:\n- mountPath: /etc/kubernetes/bootstrap\nname: bootstrap\nreadOnly: true\n-{{- if (semverCompare \"< 1.19\" .Values.version.kubernet... | Go | Apache License 2.0 | sapcc/kubernikus | Fix apiserver chart |
596,226 | 31.05.2021 16:06:31 | -7,200 | 696511a6a324a518468fa8690c934dca2eb8bdf3 | Add rebooting to node taskstate detection | [
{
"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 | Add rebooting to node taskstate detection |
596,226 | 21.06.2021 11:11:20 | -7,200 | 50d8a1670889cbbd6675263d2d6c83f6bff1c6da | Add 1.20.8 support, bump occm/cinder csi | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "imagesForVersion:\n+ '1.20.8':\n+ supported: true\n+ apiserver:\n+ repository: 'keppel.$REGION.cloud.sap/ccloud/kube-apiserver'\n+ tag: 'v1.20.8'\n+ controllerManager:\n+ repository: 'keppel.$REGI... | Go | Apache License 2.0 | sapcc/kubernikus | Add 1.20.8 support, bump occm/cinder csi (#578) |
596,226 | 21.06.2021 11:32:02 | -7,200 | d31d3c30b424da91e1d1313be624a0258f880b9b | Use latest version in e2e tests | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -41,7 +41,7 @@ func (s *SetupTests) CreateCluster(t *testing.T) {\nkluster := &models.Kluster{\nName: s.KlusterName,\nSpec: models.KlusterSpec{\n- Version: \"1.20.6\",\n+ Version: \"1.2... | Go | Apache License 2.0 | sapcc/kubernikus | Use latest version in e2e tests |
596,226 | 25.06.2021 10:18:24 | -7,200 | 45373c61c363ce8b00a5b03947e0a87880fba4b0 | Fix csi plugin seed on upgrade | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -615,7 +615,7 @@ func (op *GroundControl) upgradeKluster(kluster *v1.Kluster, toVersion string) e\nreturn err\n}\n- if strings.HasPrefix(toVersion, \"1.20\") {\n+ if strings.HasPref... | Go | Apache License 2.0 | sapcc/kubernikus | Fix csi plugin seed on upgrade |
596,226 | 28.06.2021 11:45:49 | -7,200 | 8ea034b39cded09e385347d1777279d1562f7e89 | Backport mtu fix | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.12.go",
"new_path": "pkg/templates/node_1.12.go",
"diff": "@@ -116,6 +116,7 @@ systemd:\n--network-plugin=cni \\\n{{- else }}\n--network-plugin=kubenet \\\n+ --network-plugin-mtu=8900 \\\n{{- end }}\n--non-masquerade-cidr=0.0.0.0/0 \\\n--l... | Go | Apache License 2.0 | sapcc/kubernikus | Backport mtu fix (#560)
Co-authored-by: Michael Schmidt <michael02.schmidt@sap.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.