intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

bumped schema to v1.25.3 (#501)

Open adietish opened this issue 3 years ago • 4 comments

fixes #501

adietish avatar Oct 24 '22 14:10 adietish

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Oct 24 '22 14:10 sonarqubecloud[bot]

@lstocchi, @jeffmaury: it's striking how much is removed with this bump: image

The explanation is that many deprecated items were removed. The details can be read in the deprecation guide at kubernetes.io: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25

The v1.25 release will stop serving the following deprecated API versions:

  • CronJob
  • EndpointSlice
  • Event
  • HorizontalPodAutoscaler
  • PodDisruptionBudget
  • PodSecurityPolicy
  • PodSecurityPolicy
  • RuntimeClass

One could wonder if we should support multiple schema. Thoughts?

adietish avatar Oct 25 '22 08:10 adietish

@lstocchi, @jeffmaury: it's striking how much is removed with this bump: image

The explanation is that many deprecated items were removed. The details can be read in the deprecation guide at kubernetes.io: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25

The v1.25 release will stop serving the following deprecated API versions:

  • CronJob
  • EndpointSlice
  • Event
  • HorizontalPodAutoscaler
  • PodDisruptionBudget
  • PodSecurityPolicy
  • PodSecurityPolicy
  • RuntimeClass

One could wonder if we should support multiple schema. Thoughts?

We should support several Kubernetes versions and not only the last one. In IntelliJ Tekton they removed some CRDs but I kept the schemas

jeffmaury avatar Oct 25 '22 09:10 jeffmaury

@adietish What's the status of this PR ? Should we merge this to main ?

mohitsuman avatar May 05 '23 11:05 mohitsuman

The issue is, the PR isnt. The PR is badly incomplete. It is simply bumping the supported schema where support for multiple schema should be provided (not just the latest but query the cluster for supported ones and then provide a matching schema in the editor). I'm closing this PR since it's outdated.

adietish avatar Oct 11 '24 09:10 adietish