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

fix (kubernetes-model-generator) : Update Kubernetes Model to v1.25.0 (#4347) #4377

Merged

Commits on Sep 9, 2022

  1. fix (kubernetes-model-generator/pkg/schemagen) : Remove check to conv…

    …ert integer array to string
    
    Kubernetes Model Generator script currently converted all byte, integer
    lists to string (since there is no byte reflect.type in GoLang , it's
    alias to `uint8`). This seems to be incorrectly generating
    PodFailurePolicyOnExitCodesRequirement.values field as String.
    
    Add a switch case in `javaType()` to treat `reflect.Uint8` to byte. Limit
    `javaTypeArrayList()` to only convert byte array/ `reflect.Uint8` array
    to string.
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    52c5c63 View commit details
    Browse the repository at this point in the history
  2. fix (kubernetes-model-generator) : Update Kubernetes Model to v1.25.0

    + Update Kubernetes Model to v1.25.0
    + Add autoscaling/v2 HorizontalPodAutoscaler model and DSL
    + Force `containerd/containerd`, `docker/distribution` and
      `opencontainers/image-spec` to not use vulnerable versions (fabric8io#4327)
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5b8178b View commit details
    Browse the repository at this point in the history
  3. fix (kubernetes-itests) : Add Kubernetes 1.25.0 to E2E test suite matrix

    Run integration tests on Kubernetes 1.25.0 as well
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9f1cc2d View commit details
    Browse the repository at this point in the history