Skip to content

feat: Remove deprecated kubeProxyVersion property#3566

Merged
mrCherry97 merged 1 commit intokyma-project:mainfrom
KonradPietocha:remove-displaying-deprecated-kube-proxy-version
Jan 2, 2025
Merged

feat: Remove deprecated kubeProxyVersion property#3566
mrCherry97 merged 1 commit intokyma-project:mainfrom
KonradPietocha:remove-displaying-deprecated-kube-proxy-version

Conversation

@KonradPietocha
Copy link
Contributor

@KonradPietocha KonradPietocha commented Dec 31, 2024

Description

Changes proposed in this pull request:

  • Removed deprecated kubeProxyVersion field,
  • For the Nodes version column, replace the value from deprecated kubeProxyVersion with the value from the kubeletVersion field (it's the same value)

Related issue(s)

Closes #3521

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 31, 2024
@dbadura dbadura assigned dbadura and mrCherry97 and unassigned dbadura Jan 2, 2025
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 2, 2025
@mrCherry97 mrCherry97 merged commit 042ab1c into kyma-project:main Jan 2, 2025
48 of 53 checks passed
@KonradPietocha KonradPietocha deleted the remove-displaying-deprecated-kube-proxy-version branch January 2, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove displaying kubeProxyVersion in nodes due to deprecation in Kubernetes 1.31

4 participants