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,226 | 28.06.2021 12:00:10 | -7,200 | dd449b8282c1fade956db4d80d938b9fa991e807 | Set update strategy in etcd deployment | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml",
"diff": "@@ -70,6 +70,11 @@ metadata:\nrelease: {{ .Release.Name }}\nspec:\nreplicas: 1\n+ strategy:\n+ rollingUpdate:\n+ maxUnav... | Go | Apache License 2.0 | sapcc/kubernikus | Set update strategy in etcd deployment (#580) |
596,226 | 14.07.2021 16:46:16 | -7,200 | 28a4dfd11d4a5883a9329611876543bc98a3115f | Remove servicing controller test | [
{
"change_type": "DELETE",
"old_path": "pkg/controller/servicing/controller_test.go",
"new_path": null,
"diff": "-package servicing\n-\n-import (\n- \"testing\"\n- \"time\"\n-\n- \"github.com/go-kit/kit/log\"\n- \"github.com/stretchr/testify/assert\"\n-\n- \"github.com/sapcc/kubernikus/pkg/api/model... | Go | Apache License 2.0 | sapcc/kubernikus | Remove servicing controller test |
596,240 | 21.07.2021 13:14:01 | -7,200 | 84c29bd26f2868ceb0e94022585f53c6996f54b8 | just replaces all nodes < 2905 instead of reboots | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/controller_test.go",
"new_path": "pkg/controller/servicing/controller_test.go",
"diff": "@@ -283,7 +283,7 @@ func TestServicingControllerReconcile(t *testing.T) {\n},\n} {\nt.Run(string(subject.message), func(t *testing.T) {\n- kluster... | Go | Apache License 2.0 | sapcc/kubernikus | just replaces all nodes < 2905 instead of reboots (#592) |
596,240 | 22.07.2021 11:57:35 | -7,200 | 7ca3438aab629dba614a9f77145530abc7c36ebd | disables eviction | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/lifecycler.go",
"new_path": "pkg/controller/servicing/lifecycler.go",
"diff": "@@ -149,6 +149,7 @@ func (lc *NodeLifeCycler) Drain(node *core_v1.Node) error {\nGracePeriodSeconds: -1,\nIgnoreAllDaemonSets: true,\nTimeout: EvictionTimeo... | Go | Apache License 2.0 | sapcc/kubernikus | disables eviction |
596,226 | 10.09.2021 14:36:43 | -7,200 | 16c04889b23cab8bc45904bb6184a786c36548a3 | Fix calico cni networking | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -18,7 +18,7 @@ imagesForVersion:\ntag: '0.5.2'\nkubelet:\nrepository: 'keppel.$REGION.cloud.sap/ccloud/kubelet'\n- tag: 'v1.20.8'\n+ tag: 'v1.20.8-sap.1'\nkubeProxy:\nrepository: 'keppel.$REGIO... | Go | Apache License 2.0 | sapcc/kubernikus | Fix calico cni networking |
596,226 | 17.09.2021 14:18:10 | -7,200 | 53519917eb7be43b872cae2a57388e70558586a0 | Add annotation for node replacement | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/lister.go",
"new_path": "pkg/controller/servicing/lister.go",
"diff": "@@ -21,6 +21,11 @@ import (\n\"github.com/sapcc/kubernikus/pkg/util/version\"\n)\n+const (\n+ AnnotationNodeForceReplace = \"kubernikus.cloud.sap/forceReplace\"\n+ ... | Go | Apache License 2.0 | sapcc/kubernikus | Add annotation for node replacement (#616) |
596,226 | 21.09.2021 14:38:06 | -7,200 | b9ef721706c2c891328b2307038d9260b01f0309 | Use 1.21 in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -38,7 +38,7 @@ func (s *SetupTests) Run(t *testing.T) {\n}\nfunc (s *SetupTests) CreateCluster(t *testing.T) {\n- version := \"1.20.8\"\n+ version := \"1.21.5\"\nif v := os.Getenv(\"KLU... | Go | Apache License 2.0 | sapcc/kubernikus | Use 1.21 in e2e test |
596,226 | 30.09.2021 10:45:41 | -7,200 | 79457d1eea52b0ad7a102c5f87574d4eee9a7c55 | Seed cinder csi roles on upgrade | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -651,6 +651,17 @@ func (op *GroundControl) upgradeKluster(kluster *v1.Kluster, toVersion string) e\n}\n}\n+ if !kluster.Spec.NoCloud && strings.HasPrefix(toVersion, \"1.21\") && str... | Go | Apache License 2.0 | sapcc/kubernikus | Seed cinder csi roles on upgrade (#619) |
596,226 | 30.09.2021 11:06:49 | -7,200 | 8f9df38210d5bc2678cc174d0b6092fccfc8c930 | Disable flatcar release test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -45,7 +45,7 @@ func (k *NodeTests) Run(t *testing.T) {\n_ = t.Run(\"Created\", k.StateRunning) &&\nt.Run(\"Tagged\", k.Tagged) &&\nt.Run(\"Registered\", k.Registered) &&\n- t.Run(\"Latest... | Go | Apache License 2.0 | sapcc/kubernikus | Disable flatcar release test |
596,226 | 07.10.2021 21:16:26 | -7,200 | dec482ade9557077667ae94c3efaf7a32980be71 | Fix resolv.conf race condition
* Revert "Mount resolv.conf in rkt container (#608)"
This reverts commit
* Test for dns resolution before starting rkt containers
* Add nss-lookup.target to templates
* Compact node template, add unit test | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/ignition.go",
"new_path": "pkg/templates/ignition.go",
"diff": "@@ -27,7 +27,7 @@ var Ignition = &ignition{}\nvar passwordHashRounds = 1000000\n-const TEMPLATE_VERSION = \"2\"\n+const TEMPLATE_VERSION = \"3\"\nfunc (i *ignition) getIgnitionTempla... | Go | Apache License 2.0 | sapcc/kubernikus | Fix resolv.conf race condition (#622)
* Revert "Mount resolv.conf in rkt container (#608)"
This reverts commit e643bf149d2447b37b2bb0ff9cdfd532156ed6a6.
* Test for dns resolution before starting rkt containers
* Add nss-lookup.target to templates
* Compact node template, add unit test |
596,226 | 08.10.2021 10:55:39 | -7,200 | 7e6d00cef59489bafb422e50ecc3d8785fdcf154 | Compact ignition templates | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -684,11 +684,6 @@ storage:\ncontents:\ninline: |-\n#!/bin/bash\n- # Wrapper for launching kubelet via rkt-fly.\n- #\n- # Make sure to set KUBELET_IMAGE_TAG to an image tag publi... | Go | Apache License 2.0 | sapcc/kubernikus | Compact ignition templates |
596,226 | 08.10.2021 11:13:54 | -7,200 | 7229d0a6bf8eb481cf4b8e10204b32ab93706a52 | Set default version to 1.20.8 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -71,6 +71,7 @@ imagesForVersion:\nrepository: 'keppel.$REGION.cloud.sap/ccloud-quay-mirror/coreos/flannel'\ntag: 'v0.12.0'\n'1.20.8':\n+ default: true\nsupported: true\napiserver:\nrepository: ... | Go | Apache License 2.0 | sapcc/kubernikus | Set default version to 1.20.8 |
596,226 | 12.10.2021 15:06:51 | -7,200 | 31e85c6e264d4a9bfc093e36255bdb4b9f72739a | Make cidr and image configurable in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/main_test.go",
"new_path": "test/e2e/main_test.go",
"diff": "@@ -107,6 +107,15 @@ func TestRunner(t *testing.T) {\nif os.Getenv(\"CP_KLUSTER\") != \"\" {\nfmt.Printf(\"CP Kluster Name: %v\\n\", os.Getenv(\"CP_KLUSTER\"))\n}\n+ if os.Getenv(\"KLUSTER_V... | Go | Apache License 2.0 | sapcc/kubernikus | Make cidr and image configurable in e2e test |
596,226 | 12.10.2021 17:14:01 | -7,200 | 58d21884717e0201a6bdc96c626efaf607ff7c5c | Isolate e2e version tests | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/cleanup_test.go",
"new_path": "test/e2e/cleanup_test.go",
"diff": "@@ -32,6 +32,7 @@ type CleanupTests struct {\nOpenStack *framework.OpenStack\nKlusterName string\nReuse bool\n+ Isolate bool\n}\nfunc (s *CleanupTests) Run(t *testing.T) {\n@@ -40,7 +4... | Go | Apache License 2.0 | sapcc/kubernikus | Isolate e2e version tests |
596,226 | 12.10.2021 17:41:31 | -7,200 | 85be290900a918eed3582db416b6ef69a6ff885d | Skip cleanup tests | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/cleanup_test.go",
"new_path": "test/e2e/cleanup_test.go",
"diff": "@@ -40,10 +40,8 @@ func (s *CleanupTests) Run(t *testing.T) {\nt.Run(\"Cluster/BecomesTerminating\", s.KlusterPhaseBecomesTerminating)\nt.Run(\"Cluster/IsDeleted\", s.WaitForKlusterToB... | Go | Apache License 2.0 | sapcc/kubernikus | Skip cleanup tests |
596,226 | 13.10.2021 10:42:49 | -7,200 | 51f1bcbd231c61c05c1e1327fa86c1857d535330 | Test all versions in k-master | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -743,6 +743,10 @@ task_e2e_tests: &task_e2e_tests\nCP_KUBERNIKUS_URL:\nCP_KLUSTER:\nNODEPOOL_AVZ:\n+ KLUSTER_VERSION:\n+ KLUSTER_CIDR:\n+ KLUSTER_OS_IMAGE:\n+ ISOLATE_TEST:\ntask_github_compare_url... | Go | Apache License 2.0 | sapcc/kubernikus | Test all versions in k-master |
596,226 | 14.10.2021 11:54:04 | -7,200 | 007fa674f4585b2a5ae829c84231c225f9fbbbaf | Only test flatcar stable version | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -6,6 +6,7 @@ import (\n\"fmt\"\n\"io/ioutil\"\n\"net/http\"\n+ \"os\"\n\"strings\"\n\"testing\"\n\"time\"\n@@ -133,6 +134,10 @@ func (k *NodeTests) Registered(t *testing.T) {\n}\nfunc (k ... | Go | Apache License 2.0 | sapcc/kubernikus | Only test flatcar stable version |
596,226 | 26.10.2021 17:37:20 | -7,200 | 25376dd113f489205fd81a0b93cdd1db8b2af7ac | [ci skip] Add coredns scripts | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "scripts/coredns/clusterrole.yaml",
"diff": "+apiVersion: rbac.authorization.k8s.io/v1\n+kind: ClusterRole\n+metadata:\n+ labels:\n+ addonmanager.kubernetes.io/mode: Reconcile\n+ kubernetes.io/bootstrapping: rbac-defaults\n+ name: system:coredns\... | Go | Apache License 2.0 | sapcc/kubernikus | [ci skip] Add coredns scripts |
596,227 | 28.10.2021 16:43:21 | -7,200 | 2c733d7d31a91b6351240b8f461e4bf3abdd7096 | Skip servicing if maintenance-controller is assumed
The servicing controller now skips clusters, which have at least one node
with the "cloud.sap/maintenance-profile" label set, which in turn indicates
the presence of sapcc/maintenance-controller. | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/controller_test.go",
"new_path": "pkg/controller/servicing/controller_test.go",
"diff": "@@ -281,6 +281,26 @@ func TestServicingControllerReconcile(t *testing.T) {\nexpectedReboot: false,\nexpectedReplace: false,\n},\n+ {\n+ message: \... | Go | Apache License 2.0 | sapcc/kubernikus | Skip servicing if maintenance-controller is assumed (#623)
The servicing controller now skips clusters, which have at least one node
with the "cloud.sap/maintenance-profile" label set, which in turn indicates
the presence of sapcc/maintenance-controller. |
596,226 | 29.10.2021 11:16:06 | -7,200 | 7a156ae3c36f23027ec2bfeceff9c3de41b27af3 | Only cleanup containers for not running klusters in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -6,6 +6,7 @@ import (\n\"testing\"\n\"time\"\n+ \"github.com/go-openapi/runtime\"\n\"github.com/gophercloud/gophercloud\"\n\"github.com/gophercloud/gophercloud/openstack\"\n\"gi... | Go | Apache License 2.0 | sapcc/kubernikus | Only cleanup containers for not running klusters in e2e test |
596,226 | 29.10.2021 12:13:20 | -7,200 | f6731106daa0e9ea1b95316f06d02ed1ee4ce08a | Only cleanup loadbalancers for not running klusters in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -48,11 +48,12 @@ func (p *PyrolisisTests) Run(t *testing.T) {\nt.Run(\"CleanupVolumes\", p.CleanupVolumes)\nt.Run(\"CleanupInstances\", p.CleanupInstances)\n- t.Run(\"CleanupLoa... | Go | Apache License 2.0 | sapcc/kubernikus | Only cleanup loadbalancers for not running klusters in e2e test |
596,226 | 29.10.2021 13:26:35 | -7,200 | eef32578eba6ae9cc66e9148451530472fdb760d | Ignore PENDING_DELETE on lb deletion | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -250,6 +250,12 @@ func (p *PyrolisisTests) CleanupLoadbalancers(t *testing.T) {\nfor _, lb := range lbsToDelete {\nif strings.HasSuffix(lb.Name, \"_e2e-lb\") {\nerr := loadbalan... | Go | Apache License 2.0 | sapcc/kubernikus | Ignore PENDING_DELETE on lb deletion |
596,226 | 29.10.2021 14:22:29 | -7,200 | f907a71ee96b36736a017d18dbd8913d8338dc6a | Container might already be deleted | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -130,7 +130,10 @@ func (p *PyrolisisTests) CleanupBackupStorageContainers(t *testing.T) {\nfor _, container := range containersToDelete {\nif strings.HasPrefix(container, etcd_u... | Go | Apache License 2.0 | sapcc/kubernikus | Container might already be deleted |
596,226 | 11.11.2021 10:52:49 | -3,600 | b91770d68fce11721ae07daaf4404a431d894947 | Fix e2e test lb deletion | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/pyrolisis_test.go",
"new_path": "test/e2e/pyrolisis_test.go",
"diff": "@@ -255,7 +255,7 @@ func (p *PyrolisisTests) CleanupLoadbalancers(t *testing.T) {\nerr := loadbalancers.Delete(lbClient, lb.ID, loadbalancers.DeleteOpts{Cascade: true}).ExtractErr(... | Go | Apache License 2.0 | sapcc/kubernikus | Fix e2e test lb deletion |
596,226 | 15.11.2021 13:56:18 | -3,600 | 42051de35ae31406a34e7149940c52920f55757e | Raise csi plugin limits | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/values.yaml",
"new_path": "charts/kube-master/values.yaml",
"diff": "@@ -128,8 +128,8 @@ csi:\ncpu: 20m\nmemory: 50Mi\nlimits:\n- cpu: 50m\n- memory: 80Mi\n+ cpu: 100m\n+ memory: 100Mi\nprovisioner:\nrequests:\ncpu: 10m\n@@ -142,8 +142,8 @@ ... | Go | Apache License 2.0 | sapcc/kubernikus | Raise csi plugin limits |
596,226 | 30.11.2021 11:36:05 | -3,600 | df436eb8b4529be87c04a8812059be6e78ba1faf | Update oci-build-task image | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -919,8 +919,8 @@ task_oci_build: &task_oci_build\nimage_resource:\ntype: registry-image\nsource:\n- repository: keppel.eu-de-2.cloud.sap/ci/oci-build-task\n- #repository: vito/oci-build-task\n+ rep... | Go | Apache License 2.0 | sapcc/kubernikus | Update oci-build-task image |
596,226 | 02.12.2021 16:43:07 | -3,600 | 3d768210318ba91d10b3f1746f29520c39f62492 | Use git-resource-proxy in ci | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1126,7 +1126,7 @@ resources:\nsource:\nusername: ((keppel.username))\npassword: ((keppel.password))\n- repository: keppel.eu-de-1.cloud.sap/ccloud/kubernikus-docs-builder\n+ repository: keppel.eu-... | Go | Apache License 2.0 | sapcc/kubernikus | Use git-resource-proxy in ci |
596,227 | 04.01.2022 14:30:42 | -3,600 | 7635353de2fe9c1e5ed9273a33800c079ded193a | Add HTTP ingestion for audit logs
Can be used to ship logs to logstash. | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -402,6 +402,23 @@ spec:\nname: {{ include \"master.fullname\" . }}-secret\nkey: openstack-region\n{{- end}}\n+ {{- if eq .Values.audit \"http\" }}\n+ - nam... | Go | Apache License 2.0 | sapcc/kubernikus | Add HTTP ingestion for audit logs (#632)
Can be used to ship logs to logstash. |
596,226 | 05.01.2022 15:33:51 | -3,600 | c41e18141cedf3fd80f3c5f3cd9cd28c0378b211 | Add AVZ to e2e tests | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -20,6 +20,8 @@ auth_e2e_ap-ae-1: &auth_e2e_ap-ae-1\nKUBERNIKUS_NAME: e2e\nOS_PROJECT_DOMAIN_NAME: ccadmin\n+ NODEPOOL_AVZ: ap-ae-1a\n+\nOS_AUTH_URL: https://identity-3.ap-ae-1.cloud.sap/v3\nOS_USER... | Go | Apache License 2.0 | sapcc/kubernikus | Add AVZ to e2e tests |
596,226 | 05.01.2022 16:40:29 | -3,600 | 99ca14e8e939815e79367606aac12858d32175d7 | Use ap-cn-1b in e2e test | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -88,7 +88,7 @@ auth_e2e_ap-cn-1: &auth_e2e_ap-cn-1\nKUBERNIKUS_NAME: e2e\nOS_PROJECT_DOMAIN_NAME: ccadmin\n- NODEPOOL_AVZ: ap-cn-1a\n+ NODEPOOL_AVZ: ap-cn-1b\nOS_AUTH_URL: https://identity-3.ap-cn-... | Go | Apache License 2.0 | sapcc/kubernikus | Use ap-cn-1b in e2e test |
596,226 | 10.01.2022 11:35:04 | -3,600 | 9bb576b2e9aa1425e67520e3bf1361c05d00d969 | Wait for fs resize in cgroupsv1 reboot fix | [
{
"change_type": "MODIFY",
"old_path": "pkg/templates/node_1.10.go",
"new_path": "pkg/templates/node_1.10.go",
"diff": "@@ -23,6 +23,7 @@ systemd:\n[Unit]\nDescription=Reboot if legacy cgroups are not enabled yet\nFailureAction=reboot\n+ After=extend-filesystems.service\n[Service]\nType=simple\nExec... | Go | Apache License 2.0 | sapcc/kubernikus | Wait for fs resize in cgroupsv1 reboot fix |
596,242 | 20.01.2022 07:43:04 | -3,600 | 447fdfdf2647a4c29df07ff6f4f6d6c3526c0f53 | Add new lines to kluster prints
`kubernikusctl get cluster` results in only one line, because new lines are not added | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/models/kluster_print.go",
"new_path": "pkg/api/models/kluster_print.go",
"diff": "@@ -50,11 +50,11 @@ func (k *Kluster) printTable(options printers.PrintOptions) {\nif options.WithHeaders {\nfmt.Print(\"NAME\")\nfmt.Print(\"\\t\")\n- fmt.Print(\"STATUS... | Go | Apache License 2.0 | sapcc/kubernikus | Add new lines to kluster prints (#634)
`kubernikusctl get cluster` results in only one line, because new lines are not added |
596,227 | 20.01.2022 13:41:37 | -3,600 | 37a843122535386b93d33c67461b12b13413fa01 | Add stdout output for audit logs | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/configmap.yaml",
"new_path": "charts/kube-master/templates/configmap.yaml",
"diff": "@@ -215,4 +215,19 @@ data:\n</buffer>\n</match>\n{{- end}}\n+\n+ {{- if eq .Values.audit \"stdout\" }}\n+ <match apiserver.audit>\n+ @type stdout\... | Go | Apache License 2.0 | sapcc/kubernikus | Add stdout output for audit logs (#635)
Co-authored-by: Fabian Ruff <fabian.ruff@sap.com> |
596,226 | 25.01.2022 13:51:43 | -3,600 | 1f30bf02daa7cbee0b2b24012d578992ec2ed898 | Bump csi liveness probe | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -209,7 +209,7 @@ imagesForVersion:\ntag: 'v0.5.1'\ncsiLivenessProbe:\nrepository: 'keppel.$REGION.cloud.sap/ccloud/csi-livenessprobe'\n- tag: 'v2.1.0'\n+ tag: 'v2.4.0'\ncsiNodeDriver:\nreposito... | Go | Apache License 2.0 | sapcc/kubernikus | Bump csi liveness probe |
596,227 | 26.01.2022 10:34:30 | -3,600 | 2f7d08efd10dbd438a8ee1f6cacd1d52330a4e75 | Fix audit log file permission
Kubernetes 1.22 changed the default audit log file permissions to 600,
which causes problems with the non-root fluentd sidecar. The log file is
now created in an init container with the correct permissions. | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -149,6 +149,18 @@ spec:\nreadOnly: true\n{{- else }}\n- until etcdctl --total-timeout=4s --endpoints http://{{ include \"etcd.fullname\" . }}:2379 cluster-... | Go | Apache License 2.0 | sapcc/kubernikus | Fix audit log file permission (#636)
Kubernetes 1.22 changed the default audit log file permissions to 600,
which causes problems with the non-root fluentd sidecar. The log file is
now created in an init container with the correct permissions. |
596,227 | 26.01.2022 14:44:34 | -3,600 | 66565e8df107121564a4d8e730af04f116a494fc | Suppress fluentd config dump | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/api.yaml",
"new_path": "charts/kube-master/templates/api.yaml",
"diff": "@@ -361,6 +361,7 @@ spec:\nresources:\nrequests:\nephemeral-storage: \"2Gi\"\n+ args: [\"--suppress-config-dump\"]\nenv:\n{{- if eq .Values.audit \"elasticsea... | Go | Apache License 2.0 | sapcc/kubernikus | Suppress fluentd config dump |
596,226 | 10.02.2022 11:10:03 | -3,600 | 1bfa11efff05161d34186cc4991dc846a03e9362 | Fix chart lock file | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus/requirements.lock",
"new_path": "charts/kubernikus/requirements.lock",
"diff": "@@ -5,5 +5,5 @@ dependencies:\n- name: rbac\nrepository: file://vendor/rbac\nversion: 0.1.4\n-digest: sha256:a4510ed53ee02c40005d48e96caa7d87e8e53fc855b482bdbf793... | Go | Apache License 2.0 | sapcc/kubernikus | Fix chart lock file |
596,227 | 14.02.2022 10:00:28 | -3,600 | 1a239c4d2f5ab3f0de70c3996f399539d6aeb68c | Adjust audit-policy.yaml
Previously, maintenance-controller leases were not drop due to the
missing "coordination.k8s.io" group. Also role and rolebinding
request bodies need to be logged. | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/configmap.yaml",
"new_path": "charts/kube-master/templates/configmap.yaml",
"diff": "@@ -94,7 +94,9 @@ data:\nresources:\n- group: \"\"\nresources: [\"secrets\", \"serviceaccounts\"]\n- - level: Metadata\n+ - group: \"\"\n+ resourc... | Go | Apache License 2.0 | sapcc/kubernikus | Adjust audit-policy.yaml (#638)
Previously, maintenance-controller leases were not drop due to the
missing "coordination.k8s.io" group. Also role and rolebinding
request bodies need to be logged. |
596,228 | 14.03.2022 15:01:51 | -3,600 | 1f403f19956fad8a08458aafaccc50d25e792686 | add support for OIDC authentication with kubernikusctl | [
{
"change_type": "MODIFY",
"old_path": "pkg/cmd/kubernikusctl/auth/init.go",
"new_path": "pkg/cmd/kubernikusctl/auth/init.go",
"diff": "@@ -23,6 +23,7 @@ type InitOptions struct {\nurl *url.URL\nname string\nkubeconfigPath string\n+ authType string\nopenstack *common.OpenstackClient\nkubernikus *com... | Go | Apache License 2.0 | sapcc/kubernikus | add support for OIDC authentication with kubernikusctl (#627) |
596,227 | 24.03.2022 13:09:38 | -3,600 | da4f333b99a7439949c786e7dac31b86fc580815 | Fix issue in kube-master chart
Corrects some small issues, which wil cause issue with a future Helm3
migration | [
{
"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.6\n+version: 2.0.7\n"
},
{
"change_type": "MODIFY",
"old_path": "charts... | Go | Apache License 2.0 | sapcc/kubernikus | Fix issue in kube-master chart (#647)
Corrects some small issues, which wil cause issue with a future Helm3
migration |
596,226 | 05.05.2022 12:30:41 | -7,200 | 115e480b52accd8f1c940599fb9a0530de20e1fa | Add 1.23 to e2e test | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1507,7 +1507,7 @@ jobs:\n- put: all-versions.trigger\n- - name: e2e-1.22.4\n+ - name: e2e-1.23.6\nserial: true\nplan:\n- in_parallel:\n@@ -1524,14 +1524,14 @@ jobs:\n<<: *task_e2e_tests\ntimeout: ... | Go | Apache License 2.0 | sapcc/kubernikus | Add 1.23 to e2e test |
596,226 | 05.05.2022 13:33:15 | -7,200 | 5d6a362febf8f9a3830d433af629ac7516ec36ff | Use 1.23 in regional e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -40,7 +40,7 @@ func (s *SetupTests) Run(t *testing.T) {\n}\nfunc (s *SetupTests) CreateCluster(t *testing.T) {\n- version := \"1.22.4\"\n+ version := \"1.23.6\"\nif v := os.Getenv(\"KLU... | Go | Apache License 2.0 | sapcc/kubernikus | Use 1.23 in regional e2e test |
596,226 | 10.05.2022 10:50:16 | -7,200 | 21dca60dbf99d5bbede29a9a7e99869175ed17b1 | Fix flatcar release feed url | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -173,7 +173,7 @@ func (k NodeTests) currentFlatcarVersion(channel string) (string, error) {\n} `json:\"current\"`\n}\n- feed_url := fmt.Sprintf(\"https://kinvolk.io/flatcar-container-linu... | Go | Apache License 2.0 | sapcc/kubernikus | Fix flatcar release feed url |
596,226 | 20.05.2022 10:01:38 | -7,200 | 7d79688ece0b55838440c5fe9b9a52089a05c672 | Fix ingress api versions | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus/Chart.yaml",
"new_path": "charts/kubernikus/Chart.yaml",
"diff": "apiVersion: v1\ndescription: A Helm chart for Kubernetes\nname: kubernikus\n-version: 0.3.8\n+version: 0.3.9\n"
},
{
"change_type": "MODIFY",
"old_path": "charts/ku... | Go | Apache License 2.0 | sapcc/kubernikus | Fix ingress api versions |
596,227 | 21.06.2022 14:37:32 | -7,200 | caee272332bc14f44c1f3f6d34f483c7c1966f0a | fix images.yaml path in helm3 migration | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/21_helm_2to3.go",
"new_path": "pkg/migration/21_helm_2to3.go",
"diff": "@@ -2,7 +2,9 @@ package migration\nimport (\n\"context\"\n+ \"errors\"\n\"fmt\"\n+ \"os\"\n\"path\"\n\"strconv\"\n\"strings\"\n@@ -38,7 +40,11 @@ func migrateHelmReleases(klu... | Go | Apache License 2.0 | sapcc/kubernikus | fix images.yaml path in helm3 migration (#663) |
596,227 | 21.06.2022 15:47:26 | -7,200 | d6d0318b8fa08510c2dc28e52a1971c1336b6f17 | Don't create releases for all old version | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/21_helm_2to3.go",
"new_path": "pkg/migration/21_helm_2to3.go",
"diff": "@@ -6,6 +6,7 @@ import (\n\"fmt\"\n\"os\"\n\"path\"\n+ \"sort\"\n\"strconv\"\n\"strings\"\n@@ -54,10 +55,11 @@ func migrateHelmReleases(kluster *v1.Kluster, clients config.Cl... | Go | Apache License 2.0 | sapcc/kubernikus | Don't create releases for all old version (#664) |
596,227 | 21.06.2022 17:18:46 | -7,200 | c294286fa2662e18f478b72d95e64ed6807e71be | Skip Helm3 migration if Helm3 release exists | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/21_helm_2to3.go",
"new_path": "pkg/migration/21_helm_2to3.go",
"diff": "@@ -12,6 +12,7 @@ import (\nhelm_2to3 \"github.com/helm/helm-2to3/pkg/v3\"\n\"helm.sh/helm/v3/pkg/action\"\n+ \"helm.sh/helm/v3/pkg/storage/driver\"\nmeta_v1 \"k8s.io/apimach... | Go | Apache License 2.0 | sapcc/kubernikus | Skip Helm3 migration if Helm3 release exists (#665) |
596,227 | 22.06.2022 13:44:39 | -7,200 | 2d4a653464d420d2168c15eb09354b3aac5de72c | Set Helm3 release namespace on install | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -629,6 +629,7 @@ func (op *GroundControl) createKluster(kluster *v1.Kluster) error {\n}\ninstall := action.NewInstall(op.Helm3)\ninstall.ReleaseName = kluster.GetName()\n+ install.N... | Go | Apache License 2.0 | sapcc/kubernikus | Set Helm3 release namespace on install (#666) |
596,226 | 30.06.2022 11:32:45 | -7,200 | 3a4f0cd3ef1bfb93217127b34e30bdc6ebb3549f | Use helm3 in kubernikus/kubernikus-dex | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -913,6 +913,7 @@ task_helm_kubernikus-dex: &task_helm_kubernikus-dex\nvault-injector interpolate secrets.git/$REGION/values/keystone.yaml secrets.git/$REGION/values/globals.yaml /tmp/kubernikus-dex... | Go | Apache License 2.0 | sapcc/kubernikus | Use helm3 in kubernikus/kubernikus-dex |
596,227 | 30.06.2022 16:23:25 | -7,200 | 2767287d5d5f8062190150093e755eccff653f74 | Filter output of kubernikusctl again | [
{
"change_type": "MODIFY",
"old_path": "pkg/cmd/kubernikusctl/common/log.go",
"new_path": "pkg/cmd/kubernikusctl/common/log.go",
"diff": "@@ -21,8 +21,7 @@ func BindLogFlags(flags *pflag.FlagSet) {\nfunc SetupLogger() {\nlogger := kitLog.NewLogfmtLogger(kitLog.NewSyncWriter(os.Stderr))\nlogger = log... | Go | Apache License 2.0 | sapcc/kubernikus | Filter output of kubernikusctl again (#651)
Co-authored-by: Fabian Ruff <fabian.ruff@sap.com> |
596,227 | 05.07.2022 15:48:52 | -7,200 | a8ca2282e84f43610c0b1f4cade883573fa1c15e | Fix Helm3 migration pv access mode | [
{
"change_type": "MODIFY",
"old_path": "pkg/migration/21_helm_2to3.go",
"new_path": "pkg/migration/21_helm_2to3.go",
"diff": "@@ -32,7 +32,7 @@ func migrateHelmReleases(kluster *v1.Kluster, clients config.Clients) error {\nif err != nil {\nreturn err\n}\n- accessMode, err := util.PVAccessMode(client... | Go | Apache License 2.0 | sapcc/kubernikus | Fix Helm3 migration pv access mode (#670) |
596,226 | 06.07.2022 10:58:11 | -7,200 | eaf31ba529a6f490a28bdb891e6b6f84745ec395 | Remove tiller from pipeline | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1074,46 +1074,6 @@ task_oci_build: &task_oci_build\nBUILD_ARGS_FILE:\n-task_tiller: &task_tiller\n- platform: 'linux'\n-\n- image_resource:\n- type: registry-image\n- source:\n- repository: keppel... | Go | Apache License 2.0 | sapcc/kubernikus | Remove tiller from pipeline |
596,226 | 06.07.2022 14:42:43 | -7,200 | 892771160706d36f30229b0ccf6b2c4c3aa2dbd7 | Fix regression in cloud controller manager 1.23 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -23,8 +23,8 @@ imagesForVersion:\nrepository: 'keppel.$REGION.cloud.sap/ccloud/kube-proxy'\ntag: 'v1.23.6'\ncloudControllerManager:\n- repository: 'keppel.$REGION.cloud.sap/ccloud/openstack-clo... | Go | Apache License 2.0 | sapcc/kubernikus | Fix regression in cloud controller manager 1.23 |
596,226 | 07.07.2022 12:07:54 | -7,200 | 99972fa9e5dcda321143927e6d750246bdc7bd69 | Bump etcd backup sidecar in 1.23 to fix deadlock | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -15,7 +15,7 @@ imagesForVersion:\ntag: 'v3.4.13-bootstrap-3'\netcdBackup:\nrepository: 'keppel.$REGION.cloud.sap/ccloud/etcdbrctl'\n- tag: 'v0.15.1'\n+ tag: 'v0.15.4'\nkubelet:\nrepository: 'ke... | Go | Apache License 2.0 | sapcc/kubernikus | Bump etcd backup sidecar in 1.23 to fix deadlock |
596,226 | 07.07.2022 16:37:31 | -7,200 | b86795f535d4d0f196892314aabe5ebd1516067e | Use helm 3.9.0 in pipeline | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -933,7 +933,7 @@ task_helm_kubernikus-dex: &task_helm_kubernikus-dex\nKUBELOGON_PASSWORD:\nKUBERNIKUS_NAME:\nKUBERNIKUS_URL:\n- HELM_VERSION: 3.2.4\n+ HELM_VERSION: 3.9.0\nVAULT_ADDR: https://vault... | Go | Apache License 2.0 | sapcc/kubernikus | Use helm 3.9.0 in pipeline |
596,226 | 21.07.2022 10:27:45 | -7,200 | c34033719eb90ab4648769cb43eb7885ff0537c6 | Remove eu-ru-1 from pipeline | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -381,44 +381,6 @@ auth_e2e_eu-nl-1: &auth_e2e_eu-nl-1\n-auth_eu-ru-1: &auth_eu-ru-1\n- KUBELOGON_USER: ((unified-kubernetes-auth/default.username))\n- KUBELOGON_PASSWORD: ((unified-kubernetes-auth/... | Go | Apache License 2.0 | sapcc/kubernikus | Remove eu-ru-1 from pipeline |
596,227 | 01.08.2022 15:17:02 | -7,200 | 0f0196ab7a40459b85fce0dcdb09515623cc6f4b | Ignore missing release when uninstalling | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -13,7 +13,6 @@ import (\n\"github.com/go-kit/kit/log\"\n\"github.com/go-openapi/swag\"\n\"github.com/pkg/errors\"\n- \"google.golang.org/grpc\"\n\"helm.sh/helm/v3/pkg/action\"\n\"he... | Go | Apache License 2.0 | sapcc/kubernikus | Ignore missing release when uninstalling (#676) |
596,226 | 25.08.2022 13:46:11 | -7,200 | c4be40db13e3a7ee7b815a0d557b2632369a7928 | Use rbac v1 in kubernikus chart | [
{
"change_type": "MODIFY",
"old_path": "charts/kubernikus/Chart.yaml",
"new_path": "charts/kubernikus/Chart.yaml",
"diff": "@@ -2,7 +2,7 @@ apiVersion: v2\ndescription: A Helm chart for Kubernetes\nname: kubernikus\ntype: application\n-version: 0.3.14\n+version: 0.3.15\ndependencies:\n- name: k8snif... | Go | Apache License 2.0 | sapcc/kubernikus | Use rbac v1 in kubernikus chart |
596,226 | 08.09.2022 13:19:30 | -7,200 | 68d74ec74b3c3940eae0b22b03224960e3d68d7a | Disable servicing reboot
* Revert "Disable servicing controller"
This reverts commit
* Only disable reboot in servicing | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/operator.go",
"new_path": "pkg/controller/operator.go",
"diff": "@@ -29,6 +29,7 @@ import (\n\"github.com/sapcc/kubernikus/pkg/controller/migration\"\n\"github.com/sapcc/kubernikus/pkg/controller/nodeobservatory\"\n\"github.com/sapcc/kubernikus/... | Go | Apache License 2.0 | sapcc/kubernikus | Disable servicing reboot (#684)
* Revert "Disable servicing controller"
This reverts commit 0e995ef426ceb7629ac392978893bd2668b8cb77.
* Only disable reboot in servicing |
596,226 | 08.09.2022 13:53:48 | -7,200 | 36c357e51fe1d2d2c91f843a35bc0a1321380416 | Disable servicing reboot unit test | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/servicing/controller_test.go",
"new_path": "pkg/controller/servicing/controller_test.go",
"diff": "@@ -241,6 +241,7 @@ func TestServicingControllerReconcile(t *testing.T) {\nexpectedReboot: false,\nexpectedReplace: true,\n},\n+ /*\n{\nmessage: \... | Go | Apache License 2.0 | sapcc/kubernikus | Disable servicing reboot unit test |
596,226 | 08.09.2022 14:17:47 | -7,200 | 7785fa8954ee012a804eb3ce94799f267332b904 | Disable flatcar node version e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/node_test.go",
"new_path": "test/e2e/node_test.go",
"diff": "@@ -47,7 +47,7 @@ func (k *NodeTests) Run(t *testing.T) {\n_ = t.Run(\"Created\", k.StateRunning) &&\nt.Run(\"Tagged\", k.Tagged) &&\nt.Run(\"Registered\", k.Registered) &&\n- t.Run(\"Latest... | Go | Apache License 2.0 | sapcc/kubernikus | Disable flatcar node version e2e test |
596,226 | 22.09.2022 16:37:56 | -7,200 | b9396bdc0dc425151c5106da8f1b48a0fb9cd637 | Bump versions for e2e tests | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -752,44 +752,6 @@ task_cli: &task_cli\nparams:\n-task_cli2: &task_cli2\n- platform: 'linux'\n-\n- image_resource:\n- type: registry-image\n- source:\n- repository: keppel.eu-de-1.cloud.sap/ccloud-d... | Go | Apache License 2.0 | sapcc/kubernikus | Bump versions for e2e tests |
596,230 | 29.09.2022 15:44:13 | -7,200 | 34716b6a301ac36aff345da80cb173b7999eab84 | include scheduler config into extra vars | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/scheduler.yaml",
"new_path": "charts/kube-master/templates/scheduler.yaml",
"diff": "@@ -44,6 +44,11 @@ spec:\n- name: config\nconfigMap:\nname: {{ include \"master.fullname\" . }}\n+{{- if .Values.scheduler.config }}\n+ - name: sc... | Go | Apache License 2.0 | sapcc/kubernikus | include scheduler config into extra vars (#673)
Co-authored-by: Fabian Ruff <fabian.ruff@sap.com> |
596,226 | 29.09.2022 16:43:31 | -7,200 | b4add70edd2f71be3f8477bab1dd3495f239a1f5 | Use k8s 1.24.6 as default in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -40,7 +40,7 @@ func (s *SetupTests) Run(t *testing.T) {\n}\nfunc (s *SetupTests) CreateCluster(t *testing.T) {\n- version := \"1.23.12\"\n+ version := \"1.24.6\"\nif v := os.Getenv(\"KL... | Go | Apache License 2.0 | sapcc/kubernikus | Use k8s 1.24.6 as default in e2e test |
596,226 | 06.10.2022 17:05:01 | -7,200 | 93f3d3bc01f436388503cfe623437be231940883 | Use go 1.18 in ci | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -655,7 +655,7 @@ task_build_args: &task_build_args\ntype: registry-image\nsource:\nrepository: keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine\n- tag: 3.13\n+ tag: latest\ninputs:\n... | Go | Apache License 2.0 | sapcc/kubernikus | Use go 1.18 in ci |
596,226 | 11.10.2022 09:55:51 | -7,200 | 4e0c43e7844d43469e4ea8be36d92c15fc430b2b | Use la-br-1a in e2e test | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -404,7 +404,7 @@ auth_e2e_la-br-1: &auth_e2e_la-br-1\nKUBERNIKUS_NAME: e2e\nOS_PROJECT_DOMAIN_NAME: ccadmin\n- NODEPOOL_AVZ: la-br-1b\n+ NODEPOOL_AVZ: la-br-1a\nOS_AUTH_URL: https://identity-3.la-b... | Go | Apache License 2.0 | sapcc/kubernikus | Use la-br-1a in e2e test |
596,229 | 14.10.2022 10:11:31 | -7,200 | 77b5f01045a24a419dd450f3060d8f098b39195d | Increase proxy-buffer-size for Kubernetes dashboard | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/dashboard.yaml",
"new_path": "charts/kube-master/templates/dashboard.yaml",
"diff": "@@ -158,6 +158,8 @@ apiVersion: networking.k8s.io/v1beta1\n{{- end }}\nkind: Ingress\nmetadata:\n+ annotations:\n+ ingress.kubernetes.io/proxy-buf... | Go | Apache License 2.0 | sapcc/kubernikus | Increase proxy-buffer-size for Kubernetes dashboard (#704) |
596,226 | 17.10.2022 15:13:58 | -7,200 | 3ed6dcd9e47d9e077774636e37c25f18c4a30563 | Fix csi snapshot controller rbac | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/bootstrap/csi/manifest.go",
"new_path": "pkg/controller/ground/bootstrap/csi/manifest.go",
"diff": "@@ -1122,13 +1122,16 @@ rules:\nverbs: [\"get\", \"list\", \"watch\"]\n- apiGroups: [\"snapshot.storage.k8s.io\"]\nresources: [\"volumesna... | Go | Apache License 2.0 | sapcc/kubernikus | Fix csi snapshot controller rbac |
596,226 | 20.10.2022 10:58:45 | -7,200 | df2f3a04acd18283930a9ce8f83b637bd330f79f | Pin concourse-slack-alert-resource to version v0.16.0 | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1430,6 +1430,7 @@ resource_types:\ncheck_every: 24h\nsource:\nrepository: keppel.eu-de-2.cloud.sap/ccloud-dockerhub-mirror/arbourd/concourse-slack-alert-resource\n+ tag: v0.16.0\n- name: slack-not... | Go | Apache License 2.0 | sapcc/kubernikus | Pin concourse-slack-alert-resource to version v0.16.0 |
596,227 | 20.10.2022 16:15:26 | -7,200 | 74c12b886620a3d5f2815dc0dfbb9895600f3484 | Use Patch to apply a migration | [
{
"change_type": "MODIFY",
"old_path": "go.mod",
"new_path": "go.mod",
"diff": "@@ -17,6 +17,7 @@ require (\ngithub.com/databus23/guttle v0.0.0-20210623071842-89102dbdfc85\ngithub.com/databus23/keystone v0.0.0-20180111110916-350fd0e663cd\ngithub.com/databus23/requestutil v0.0.0-20160108082528-5ff8e9... | Go | Apache License 2.0 | sapcc/kubernikus | Use Patch to apply a migration (#698) |
596,226 | 20.10.2022 16:20:57 | -7,200 | 9ca281956e2c739e22b1028fc3f930aa75fcacd5 | Changes pipeline | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml",
"new_path": "ci/pipeline.yaml",
"diff": "@@ -1569,7 +1569,7 @@ jobs:\n- put: all-versions.trigger\n- - name: e2e-1.24.6\n+ - name: e2e-1.24.7\nserial: true\nplan:\n- in_parallel:\n@@ -1586,7 +1586,7 @@ jobs:\n<<: *task_e2e_tests\ntimeout: 2h... | Go | Apache License 2.0 | sapcc/kubernikus | Changes pipeline |
596,226 | 21.10.2022 11:41:14 | -7,200 | b7fd23d8e952279656e45829f0d1c7cad032adfd | Bootstrap ccm roles | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -28,6 +28,7 @@ import (\nv1 \"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n\"github.com/sapcc/kubernikus/pkg/controller/config\"\n\"github.com/sapcc/kubernikus/pkg/controll... | Go | Apache License 2.0 | sapcc/kubernikus | Bootstrap ccm roles |
596,227 | 24.10.2022 16:33:48 | -7,200 | 7089634a8ec100eb912b3b535edfee198ff839ab | Make kluster.Spec writable | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/update_cluster.go",
"new_path": "pkg/api/handlers/update_cluster.go",
"diff": "@@ -24,6 +24,11 @@ type updateCluster struct {\n}\nfunc (d *updateCluster) Handle(params operations.UpdateClusterParams, principal *models.Principal) middleware.Res... | Go | Apache License 2.0 | sapcc/kubernikus | Make kluster.Spec writable |
596,226 | 17.11.2022 16:03:03 | -3,600 | 173d59827307d9f3479ca5bb0d53bb71c40aa875 | Remove support for k8s 1.22 | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -880,7 +880,6 @@ imagesForVersion:\nscheduler:\nrepository: keppel.$REGION.cloud.sap/ccloud/kube-scheduler\ntag: v1.22.15\n- supported: true\nwormhole:\nrepository: keppel.$REGION.cloud.sap/ccl... | Go | Apache License 2.0 | sapcc/kubernikus | Remove support for k8s 1.22 (#712) |
596,227 | 24.11.2022 14:05:01 | -3,600 | 7c0809ac8c5964e2b698b68be843b67b24f56fc9 | Unbuffer e2e test output | [
{
"change_type": "MODIFY",
"old_path": "ci/task_e2e_tests.yaml",
"new_path": "ci/task_e2e_tests.yaml",
"diff": "@@ -24,10 +24,10 @@ run:\nexport GOPATH=$PWD/gopath\ncd gopath/src/github.com/sapcc/kubernikus\n- apk add --no-progress --no-cache make bash git\n+ apk add --no-progress --no-cache coreuti... | Go | Apache License 2.0 | sapcc/kubernikus | Unbuffer e2e test output (#722) |
596,227 | 24.11.2022 15:57:09 | -3,600 | 054a982bd03dcb10a30ca89fd38e34a2258be759 | Add kubernikusctl darwin arm64 build | [
{
"change_type": "MODIFY",
"old_path": "ci/task_cli.yaml",
"new_path": "ci/task_cli.yaml",
"diff": "@@ -24,6 +24,7 @@ run:\napk add --no-cache upx bash make git\nmake bin/darwin/kubernikusctl\n+ make bin/darwin/kubernikusctl.arm64 GOOARCH=arm64\nmake bin/linux/kubernikusctl\nmake bin/windows/kuberni... | Go | Apache License 2.0 | sapcc/kubernikus | Add kubernikusctl darwin arm64 build (#721)
Co-authored-by: Fabian Ruff <fabian.ruff@sap.com> |
596,226 | 09.12.2022 11:13:08 | -3,600 | 414593e5bed33a4db7b5eb96668cfc41b85dd425 | Raise kube dns e2e test timeout | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/network_test.go",
"new_path": "test/e2e/network_test.go",
"diff": "@@ -22,7 +22,7 @@ import (\nconst (\nTestWaitForPodsRunningTimeout = 5 * time.Minute\n- TestWaitForKubeDNSRunningTimeout = 2 * time.Minute\n+ TestWaitForKubeDNSRunningTimeout = 5 * tim... | Go | Apache License 2.0 | sapcc/kubernikus | Raise kube dns e2e test timeout |
596,226 | 15.12.2022 16:00:42 | -3,600 | b5dcaeb9ef7e2d83c1e01524196d2d7f16310768 | Add general label to csi pods | [
{
"change_type": "MODIFY",
"old_path": "charts/kube-master/templates/csi-driver-controller.yaml",
"new_path": "charts/kube-master/templates/csi-driver-controller.yaml",
"diff": "@@ -30,6 +30,7 @@ spec:\n{{- end }}\nlabels:\napp: {{ include \"master.fullname\" . }}-csi\n+ component: csi\nrole: contro... | Go | Apache License 2.0 | sapcc/kubernikus | Add general label to csi pods (#726) |
596,226 | 15.12.2022 16:01:45 | -3,600 | 5bda578db5d57db2d898c976ee38cd92b18f13f5 | Add apiserver local domain to certificate | [
{
"change_type": "MODIFY",
"old_path": "pkg/util/certificates.go",
"new_path": "pkg/util/certificates.go",
"diff": "@@ -278,7 +278,7 @@ func (cf *CertificateFactory) Ensure() ([]CertUpdates, error) {\nreturn nil, err\n}\n- apiServerDNSNames := []string{\"kubernetes\", \"kubernetes.default\", \"kuber... | Go | Apache License 2.0 | sapcc/kubernikus | Add apiserver local domain to certificate (#724) |
596,226 | 15.12.2022 16:31:49 | -3,600 | f0fce83908a2efd288f8fe2e5e7059d0820b9656 | Change k8s version in e2e test | [
{
"change_type": "MODIFY",
"old_path": "test/e2e/setup_test.go",
"new_path": "test/e2e/setup_test.go",
"diff": "@@ -40,7 +40,7 @@ func (s *SetupTests) Run(t *testing.T) {\n}\nfunc (s *SetupTests) CreateCluster(t *testing.T) {\n- version := \"1.25.4\"\n+ version := \"1.25.5\"\nif v := os.Getenv(\"KLU... | Go | Apache License 2.0 | sapcc/kubernikus | Change k8s version in e2e test |
596,227 | 19.12.2022 16:04:25 | -3,600 | 0bc83f66dd673086db9b44106532f4ecae6102f7 | More keppel.global | [
{
"change_type": "MODIFY",
"old_path": "charts/images.yaml",
"new_path": "charts/images.yaml",
"diff": "@@ -4,19 +4,19 @@ imagesForVersion:\nrepository: keppel.global.cloud.sap/ccloud/dex\ntag: 38f4f8ea8d487470a1dd5b83d66b428d8b502f81\netcd:\n- repository: keppel.$REGION.cloud.sap/ccloud-dockerhub-m... | Go | Apache License 2.0 | sapcc/kubernikus | More keppel.global (#735) |
596,227 | 05.01.2023 18:51:34 | -3,600 | dc3973d8985ce2905e64448f6077ca792ea2115e | Use --chart-directory flag to find seed chart | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground.go",
"new_path": "pkg/controller/ground.go",
"diff": "@@ -304,7 +304,7 @@ func (op *GroundControl) handler(key string) error {\nif err != nil {\nreturn err\n}\n- if err := seedReconciler.ReconcileSeeding(helmValues); err != nil {\n+ if er... | Go | Apache License 2.0 | sapcc/kubernikus | Use --chart-directory flag to find seed chart (#740) |
596,227 | 09.01.2023 13:21:48 | -3,600 | 0becc9c4b78b3956cc77c7bdebac1ccddd8f7f5b | Enable seed reconciliation for new clusters | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/create_cluster.go",
"new_path": "pkg/api/handlers/create_cluster.go",
"diff": "@@ -83,6 +83,8 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\nreturn NewErrorResponse(&operations.CreateClusterDefault{}, 400, ... | Go | Apache License 2.0 | sapcc/kubernikus | Enable seed reconciliation for new clusters (#741) |
596,227 | 09.01.2023 14:23:54 | -3,600 | d502004ce24d976a675b982ab8dd3473d702cd00 | Fix assignment to nil label map | [
{
"change_type": "MODIFY",
"old_path": "pkg/api/handlers/create_cluster.go",
"new_path": "pkg/api/handlers/create_cluster.go",
"diff": "@@ -83,6 +83,9 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\nreturn NewErrorResponse(&operations.CreateClusterDefault{}, 400, ... | Go | Apache License 2.0 | sapcc/kubernikus | Fix assignment to nil label map (#742) |
596,227 | 13.01.2023 10:38:56 | -3,600 | ea86f5d1fac32f37d243ba306672bd1c0b7a3c16 | Fix issues regarding seed reconciliation
Adds a missing clusterrolebindung
Run twice on cluster creation due to discovery client caching
Fix considered GVKs | [
{
"change_type": "MODIFY",
"old_path": "charts/seed/templates/csi.yaml",
"new_path": "charts/seed/templates/csi.yaml",
"diff": "@@ -292,6 +292,19 @@ subjects:\nname: csi-cinder-controller-sa\nnamespace: kube-system\n---\n+kind: ClusterRoleBinding\n+apiVersion: rbac.authorization.k8s.io/v1\n+metadata... | Go | Apache License 2.0 | sapcc/kubernikus | Fix issues regarding seed reconciliation (#744)
- Adds a missing clusterrolebindung
- Run twice on cluster creation due to discovery client caching
- Fix considered GVKs |
596,227 | 19.01.2023 15:32:24 | -3,600 | 7c525e0ac97dcf2c522685b4cb52fcfba1218d6d | Allow recreation of resources during seed reconcile | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/ground/reconciler.go",
"new_path": "pkg/controller/ground/reconciler.go",
"diff": "@@ -39,6 +39,11 @@ const ManagedByLabelValue string = \"kubernikus\"\nconst SkipPatchKey string = \"kubernikus.cloud.sap/skip-manage\"\nconst SkipPatchValue strin... | Go | Apache License 2.0 | sapcc/kubernikus | Allow recreation of resources during seed reconcile (#749) |
596,227 | 19.01.2023 15:35:50 | -3,600 | 1c09c5c697e3067e7f91e6563056b611a07ecd39 | Fix replicate images CI step
* Deduplicate images before validating
* Serialize keppel validate
[ci skip] | [
{
"change_type": "MODIFY",
"old_path": "ci/pipeline.yaml.erb",
"new_path": "ci/pipeline.yaml.erb",
"diff": "@@ -282,9 +282,12 @@ jobs:\n- name: replicate-images\nplan:\n+ - in_parallel:\n- get: kubernikus.git\n+ - get: docs-builder.image\n+ passed: [docs]\ntrigger: true\n- passed: [build]\n+ passed:... | Go | Apache License 2.0 | sapcc/kubernikus | Fix replicate images CI step (#747)
* Deduplicate images before validating
* Serialize keppel validate
[ci skip] |
596,226 | 03.02.2023 11:40:07 | -3,600 | f98f2dde496cea121165ee4057be9b3b0b48b7bf | Fixes in seed reconciliation, logging | [
{
"change_type": "MODIFY",
"old_path": "charts/seed/templates/coredns.yaml",
"new_path": "charts/seed/templates/coredns.yaml",
"diff": "@@ -101,11 +101,7 @@ spec:\nprotocol: TCP\nport: 9153\n---\n-{{- if semverCompare \">= 1.16\" .Capabilities.KubeVersion.Version -}}\napiVersion: apps/v1\n-{{- else ... | Go | Apache License 2.0 | sapcc/kubernikus | Fixes in seed reconciliation, logging (#754) |
596,226 | 10.02.2023 15:12:55 | -3,600 | fd1d63c81a664f5763c2126c8f5f14a5fc8b5706 | {skip ci] Add flatcar update reset scripts | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "scripts/fix-flatcar-update-reset.sh",
"diff": "+#!/bin/bash\n+set -eo pipefail\n+\n+if [ \"$2\" == \"\" ]; then\n+ echo usage $0 PARENT_CONTEXT CLUSTER_FQDN\n+ exit\n+fi\n+unset KUBECONTEXT\n+unset KUBENAMESPACE\n+\n+PARENT_CONTEXT=$1\n+CLUSTER=... | Go | Apache License 2.0 | sapcc/kubernikus | {skip ci] Add flatcar update reset scripts |
8,490 | 02.01.2017 14:03:28 | -3,600 | f5d765c52385dd7a040ecccf5cea4440d1c432eb | Add a adaptive SC-List decoder (ASCL, works only with a CRC). | [
{
"change_type": "MODIFY",
"old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp",
"new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp",
"diff": "@@ -80,7 +80,7 @@ void Launcher_BFER_polar<B,R,Q>\n\"disable the systematic encoding.\"};\n// --------------------------------------------... | C++ | MIT License | aff3ct/aff3ct | Add a adaptive SC-List decoder (ASCL, works only with a CRC). |
8,490 | 03.01.2017 10:14:51 | -3,600 | e1f3674d5df81b5eb256d7247dd2b1fb47216bea | Add a pseudo adaptive methode in the ASCL decoder (like in the McGill paper). | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hpp",
"new_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hpp",
"diff": "@@ -12,6 +12,7 @@ class Decoder_polar_ASCL_fast_CA_sys : public Decoder_polar_SCL_fast_CA_sys<B,R,\npriv... | C++ | MIT License | aff3ct/aff3ct | Add a pseudo adaptive methode in the ASCL decoder (like in the McGill paper). |
8,490 | 03.01.2017 17:09:06 | -3,600 | 05d4889e3d511b19d4f96e0b01a772f762918653 | Improve the AList reader. | [
{
"change_type": "MODIFY",
"old_path": "conf/dec/LDPC/10GBPS-ETHERNET_1723_2048.alist",
"new_path": "conf/dec/LDPC/10GBPS-ETHERNET_1723_2048.alist",
"diff": "+# LDPC code used in IEEE 802.3an (10Gbps Ethernet)\n2048 384\n6 32\n6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6... | C++ | MIT License | aff3ct/aff3ct | Improve the AList reader. |
8,488 | 03.01.2017 11:19:46 | 18,000 | 1aa22530f334bfbffa162eafb7e543f70bec9459 | Fix Gaussian Approximation implementation. Code has been given by Peter Trifonov. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"diff": "#include \"Frozenbits_generator_GA.hpp\"\n-#ifndef M_PI\n-#define M_PI 3.141592653589793238462... | C++ | MIT License | aff3ct/aff3ct | Fix Gaussian Approximation implementation. Code has been given by Peter Trifonov. |
8,488 | 03.01.2017 11:22:51 | 18,000 | 5dd4350b66e8440494309f0909cc52dd9c75511f | Remove warning message for inaccurate GA after fix. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_GA.cpp",
"diff": "@@ -13,8 +13,6 @@ Frozenbits_generator_GA<B>\n::Frozenbits_generator_GA(const int K, const int... | C++ | MIT License | aff3ct/aff3ct | Remove warning message for inaccurate GA after fix. |
8,490 | 04.01.2017 15:13:10 | -3,600 | 7ce7854ce399787407aeebc7c07a03e32fbc1230 | Improve the AList reader once again. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/AList_reader/AList_reader.cpp",
"new_path": "src/Tools/Code/LDPC/AList_reader/AList_reader.cpp",
"diff": "#include <string>\n#include <sstream>\n#include <vector>\n+#include <algorithm>\n#include \"Tools/Display/bash_tools.h\"\n@@ -18,6 +19... | C++ | MIT License | aff3ct/aff3ct | Improve the AList reader once again. |
8,490 | 05.01.2017 18:10:57 | -3,600 | cb997ea518786b4bfa215082c052a59a99bae057 | Fix a bug in the number of check nodes computation. | [
{
"change_type": "MODIFY",
"old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp",
"new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp",
"diff": "@@ -17,7 +17,7 @@ Decoder_LDPC_BP_flooding<B,R>\n: Decoder_SISO<B,R> (K, N, n_frames, 1, name ),\nn_ite ... | C++ | MIT License | aff3ct/aff3ct | Fix a bug in the number of check nodes computation. |
8,490 | 06.01.2017 17:13:24 | -3,600 | d069fc176810bb422366a859501acabb19551603 | Fix a wrong param in the completion script. | [
{
"change_type": "MODIFY",
"old_path": "aff3ct_completion.sh",
"new_path": "aff3ct_completion.sh",
"diff": "@@ -47,7 +47,7 @@ _aff3ct() {\n--sim-inter-lvl --cde-info-bits -K --cde-size -N --src-type \\\n--src-path --enc-type --enc-path --mod-type --mod-bps --mod-ups \\\n--mod-const-path --dmod-max -... | C++ | MIT License | aff3ct/aff3ct | Fix a wrong param in the completion script. |
8,490 | 09.01.2017 10:30:44 | -3,600 | 8507f747507e26fb4241d136ebfa0718a6af9d5f | Fix the LDPC SPA 10GE curve. | [
{
"change_type": "MODIFY",
"old_path": "tests/data/BFER/ldpc/BP_FLOODING/SPA/ETH_SPA_1723_2048.txt",
"new_path": "tests/data/BFER/ldpc/BP_FLOODING/SPA/ETH_SPA_1723_2048.txt",
"diff": "@@ -14,6 +14,8 @@ Trace:\n# ** SNR step (s) = 0.200000 dB\n# ** Type of bits = int (32 bits)\n# ** Type of reals = f... | C++ | MIT License | aff3ct/aff3ct | Fix the LDPC SPA 10GE curve. |
8,490 | 09.01.2017 13:54:07 | -3,600 | 78c34a94aaf827351e02bedd82012b4393ac70be | Improve a little bit the alist reader. | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Code/LDPC/AList_reader/AList_reader.cpp",
"new_path": "src/Tools/Code/LDPC/AList_reader/AList_reader.cpp",
"diff": "@@ -31,7 +31,7 @@ bool getline(std::ifstream &file, std::string &line)\nAList_reader\n::AList_reader(std::string filename)\n-: n_VN(0)... | C++ | MIT License | aff3ct/aff3ct | Improve a little bit the alist reader. |
8,490 | 10.01.2017 10:51:08 | -3,600 | 3e52e9ff1ad1a7d4649e4037936bee375c8d3694 | Fix a bug in MIPP (in SSE2 mode). | [
{
"change_type": "MODIFY",
"old_path": "src/Tools/Perf/MIPP/mipp_impl_SSE.hxx",
"new_path": "src/Tools/Perf/MIPP/mipp_impl_SSE.hxx",
"diff": "#endif\n// ---------------------------------------------------------------------------------------------------------- shuff\n-#ifdef __SSE3__\n+#ifdef __SSSE3... | C++ | MIT License | aff3ct/aff3ct | Fix a bug in MIPP (in SSE2 mode). |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.