Skip to content

build: upgrade dependencies#687

Merged
masontikhonov merged 8 commits into
mainfrom
CR-39325
May 7, 2026
Merged

build: upgrade dependencies#687
masontikhonov merged 8 commits into
mainfrom
CR-39325

Conversation

@masontikhonov
Copy link
Copy Markdown
Contributor

@masontikhonov masontikhonov commented May 6, 2026

What

This upgrades dependencies with security patches.

Relevant tickets:

https://codefresh-io.atlassian.net/browse/CR-39294
https://codefresh-io.atlassian.net/browse/CR-39307
https://codefresh-io.atlassian.net/browse/CR-39325
https://codefresh-io.atlassian.net/browse/CR-39383
https://codefresh-io.atlassian.net/browse/CR-39417
https://codefresh-io.atlassian.net/browse/CR-39437
https://codefresh-io.atlassian.net/browse/CR-39477
https://codefresh-io.atlassian.net/browse/CR-39529
https://codefresh-io.atlassian.net/browse/CR-39559

Security Report

Important

Current summary is in beta mode.
Please analyze the full scan report for comprehensive details.

Fixed CVEs: 14

🟣 Critical: 1

🔴 High: 9

🟠 Medium: 2

🟡 Low: 2

🔗 View all related Jira tickets

@masontikhonov masontikhonov self-assigned this May 6, 2026
func Test_NewK8sError_DeleteResource(t *testing.T) {
nonRetriableErrors := []k8serrors.StatusError{
*k8serrors.NewNotFound(v1.Resource("pods"), "some-pod"),
*k8serrors.NewGone("reason"),
Copy link
Copy Markdown
Contributor Author

@masontikhonov masontikhonov May 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k8serrors.NewGone is now deprecated, ref. NewResourceExpired should be used instead.

@masontikhonov masontikhonov marked this pull request as ready for review May 7, 2026 07:53
@masontikhonov
Copy link
Copy Markdown
Contributor Author

/test

@mikhail-klimko
Copy link
Copy Markdown
Collaborator

/test

@masontikhonov masontikhonov merged commit e9a2205 into main May 7, 2026
3 checks passed
@masontikhonov masontikhonov deleted the CR-39325 branch May 7, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants