Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

fix: Move ingress from extensions/v1beta1 to networking.k8s.io/v1 #1521

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. fix: Move ingress from extensions/v1beta1 to networking.k8s.io/v1

    `extensions/v1beta1` was deprecated in v1.14,
    `networking.k8s.io/v1beta1` was deprecated in v1.19 so this commit moves
    straight to `networking.k8s.io/v1` which has been available since v1.19.
    Considering k8s is now at v1.24.3 this is a sufficient compatibility
    window.
    jimmidyson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2c0f37b View commit details
    Browse the repository at this point in the history