-
Notifications
You must be signed in to change notification settings - Fork 140
chore: bump deps to k8s 0.33.4 & KEDA core 2.18.0 #1353
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates dependencies to Kubernetes 0.33.5 and KEDA core 2.18.0, bringing the project up to date with the latest versions of these critical dependencies.
- Updates Kubernetes dependencies from v0.31.7 to v0.33.5
- Updates KEDA core from v2.17.1 to v2.18.0
- Updates various OpenTelemetry and other dependencies to their latest versions
Reviewed Changes
Copilot reviewed 11 out of 21 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates all core dependencies including k8s, KEDA, and OpenTelemetry packages |
| interceptor/metrics/prommetrics_test.go | Updates test expectations to include new otel_scope_schema_url field |
| hack/*.sh | Updates scripts to use new tooling patterns and binary paths |
| Makefile | Refactors tool installation to use local bin directory pattern |
| .golangci.yml | Adds vendor path exclusion and specific linter exemptions |
| .github/workflows/tests.yaml | Updates workflow to use go mod vendor for module management |
| config/crd/bases/http.keda.sh_httpscaledobjects.yaml | Updates controller-gen version annotation |
| README.md | Fixes contributing guidelines link |
| hack/tools.go | Adds new tool dependencies |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Seems like we need to fix otel e2e test as well: |
I think I found the culprit - #1358. Will rebase this PR if I manage to fix it. |
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
…ization Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
…nsistency Signed-off-by: Zbynek Roubalik <[email protected]>
…ools dependency Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
No description provided.