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

Kubernetes version bump and package versions consolidation #148

Merged
merged 1 commit into from
May 12, 2023

Conversation

Artonus
Copy link
Member

@Artonus Artonus commented May 12, 2023

Kubernetes version bump and package versions consolidation

Currently supported Kubernetes API v1.24 has EoL on 2023-07-28. There is a need to update to the more up-to-date version.
This is done by upgrading the KubernetesClient NuGet package.
On top of this, it is a good moment to consolidate different versions of the same package across the solution
From now on, the middleware will support versions ranging from v1.24 to v1.28 (future release).

Fixes #147

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

What has been changed?

  • Feature: Update KubernetesClient package version to
  • Fix: Inconsistent package versions in the solution
  • Doc: Need to add supported versions of the Kubernetes in the docs. Will be done by Cloud infrastructure definition #116

How Has This Been Tested?

  1. Solution compiles without new warnings
  2. NetApp deployment tested with the local Kubernetes version v1.26

Checklist:

  • My code follows the style guidelines of this project - BB: Not applicable, o code changes
  • I have performed a self-review of my code - BB: Not applicable, o code changes
  • I have commented my code, particularly in hard-to-understand areas - BB: Not applicable, o code changes
  • I have made corresponding changes to the documentation - BB: Not applicable, o code changes
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works - BB: Not applicable, o code changes
  • New and existing unit tests pass locally with my changes - BB: Not applicable, o code changes

@Artonus Artonus added bug Something isn't working enhancement New feature or request labels May 12, 2023
@Artonus Artonus added this to the v0.5 milestone May 12, 2023
@Artonus Artonus requested a review from radu-popescu May 12, 2023 09:30
@Artonus Artonus self-assigned this May 12, 2023
@Artonus Artonus linked an issue May 12, 2023 that may be closed by this pull request
@Artonus Artonus merged commit 2ee925e into main May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubernetes v1.26 support
2 participants