Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release kuma to v2.8.2 #6241

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
kuma (source) minor 2.7.6 -> 2.8.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

kumahq/charts (kuma)

v2.8.2

Compare Source

A Helm chart for the Kuma Control Plane

v2.8.1

Compare Source

A Helm chart for the Kuma Control Plane

v2.8.0

Compare Source

A Helm chart for the Kuma Control Plane


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 25, 2024
@renovate renovate bot requested a review from a team as a code owner June 25, 2024 01:08
@czeslavo czeslavo added ci/run-e2e Trigger e2e test run from PR do not merge let the author merge this, don't merge for them. labels Jun 25, 2024
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/9658959700

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Jun 25, 2024
@czeslavo
Copy link
Contributor

E2E tests are failing:

    kuma_test.go:39: waiting for route from Ingress to be operational at http://172.18.128.1/echo and forward traffic to all 3 backends
    kuma_test.go:39: 
        	Error Trace:	/home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/helpers_test.go:488
        	            				/opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695
        	Error:      	Not equal: 
        	            	expected: 200
        	            	actual  : 502
    kuma_test.go:39: 
        	Error Trace:	/home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/helpers_test.go:481
        	            				/home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/helpers_test.go:461
        	            				/home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/kuma_test.go:39
        	Error:      	Condition never satisfied
        	Test:       	TestDeployAllInOneDBLESSKuma

@renovate renovate bot force-pushed the renovate/kuma-2.x branch from 329c73b to af0447e Compare July 3, 2024 08:24
@renovate renovate bot changed the title chore(deps): update helm release kuma to v2.8.0 chore(deps): update helm release kuma to v2.8.1 Jul 3, 2024
@czeslavo czeslavo added the ci/run-e2e Trigger e2e test run from PR label Jul 3, 2024
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/9774430398

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Jul 3, 2024
@czeslavo
Copy link
Contributor

czeslavo commented Jul 3, 2024

Kuma CP gets stuck in a crash loop due to a nil pointer dereference:

2024-07-03T10:53:26.045Z        INFO    kube-manager    Starting workers        {"controller": "meshgatewayinstance", "controllerGroup": "kuma.io", "controllerKind": "MeshGatewayInstance", "worker count": 1}
2024-07-03T10:53:26.046Z        INFO    kube-manager    Starting workers        {"controller": "pod", "controllerGroup": "", "controllerKind": "Pod", "worker count": 10}
2024-07-03T10:53:26.046Z        INFO    kube-manager    Observed a panic in reconciler: runtime error: invalid memory address or nil pointer dereference        {"controller": "pod", "controllerGroup": "", "controllerKind": "
Pod", "Pod": {"name":"echo-7b467dcd47-5bkxf","namespace":"default"}, "namespace": "default", "name": "echo-7b467dcd47-5bkxf", "reconcileID": "eef8bff7-ac53-4bd7-a2e4-2679d212b20f"}
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
        panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x2148474]

goroutine 1407 [running]:
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:116 +0x1a4
panic({0x258a380?, 0x5124620?})
        runtime/panic.go:914 +0x218
github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers.(*PodReconciler).findByEndpointSlices(0x4000a1a360, {0x3259a08, 0x4001cfe240}, 0x4000d72748, {0x4001395380, 0x24})
        github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers/pod_controller.go:243 +0x254
github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers.(*PodReconciler).findMatchingServices(0x4000a1a360, {0x3259a08, 0x4001cfe240}, 0x4001cc6d80)
        github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers/pod_controller.go:268 +0x3f8
github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers.(*PodReconciler).reconcileDataplane(0x4000a1a360, {0x3259a08, 0x4001cfe240}, 0x4001cc6d80, {{0x325f4c8?, 0x4001cfe270?}, 0x0?})
        github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers/pod_controller.go:132 +0x2a0
github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers.(*PodReconciler).Reconcile(0x4000a1a360, {0x3259a08, 0x4001cfe240}, {{{0x4000d197c0, 0x7}, {0x400160a228, 0x15}}})
        github.com/kumahq/kuma/pkg/plugins/runtime/k8s/controllers/pod_controller.go:101 +0x41c
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x325f4c8?, {0x3259a08?, 0x4001cfe240?}, {{{0x4000d197c0?, 0xb?}, {0x400160a228?, 0x0?}}})
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119 +0x8c
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0x40003c4280, {0x3259a40, 0x4000804050}, {0x274e600?, 0x4001363ee0?})
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316 +0x2e8
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0x40003c4280, {0x3259a40, 0x4000804050})
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 +0x16c
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 +0x74
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 1475
        sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:223 +0x43c

Posted a PR that should fix it: kumahq/kuma#10746

@renovate renovate bot force-pushed the renovate/kuma-2.x branch from af0447e to 79c8289 Compare July 4, 2024 03:42
@renovate renovate bot force-pushed the renovate/kuma-2.x branch from 79c8289 to d28b6ad Compare July 23, 2024 09:39
@renovate renovate bot changed the title chore(deps): update helm release kuma to v2.8.1 chore(deps): update helm release kuma to v2.8.2 Jul 23, 2024
@pmalek pmalek added the ci/run-e2e Trigger e2e test run from PR label Jul 23, 2024
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/10059673613

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Jul 23, 2024
@renovate renovate bot force-pushed the renovate/kuma-2.x branch from d28b6ad to 1168c66 Compare August 1, 2024 14:23
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.8%. Comparing base (f67409e) to head (1168c66).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #6241     +/-   ##
=======================================
- Coverage   75.2%   73.8%   -1.4%     
=======================================
  Files        200     200             
  Lines      20179   20179             
=======================================
- Hits       15180   14907    -273     
- Misses      3989    4270    +281     
+ Partials    1010    1002      -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@czeslavo czeslavo added the ci/run-e2e Trigger e2e test run from PR label Aug 13, 2024
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/10364985741

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Aug 13, 2024
@czeslavo czeslavo removed the do not merge let the author merge this, don't merge for them. label Aug 13, 2024
@czeslavo czeslavo merged commit a9e50e0 into main Aug 13, 2024
177 of 180 checks passed
@czeslavo czeslavo deleted the renovate/kuma-2.x branch August 13, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants