Skip to content
Snippets Groups Projects

feat: added support of new ingress apiVersion

Merged Dmitriy Stoyanov requested to merge (removed):ingress_api_version into master
All threads resolved!
11 files
+ 154
5
Compare changes
  • Side-by-side
  • Inline
Files
11
  • Added support of new ingress apiVersion
    
    - for <1.14 apiVersion extensions/v1beta1 will be used
    - for 1.14-1.18 apiVersion networking.k8s.io/v1beta1 will be used
    - for 1.19-.. apiVersion networking.k8s.io/v1 will be used
    
    related to issue #93
@@ -6,7 +6,6 @@
parallel:
matrix:
- K3S_VERSION:
- v0.8.1 # kube 1.14.6, see https://github.com/rancher/k3s/releases/tag/v0.8.1
- v0.9.1 # kube 1.15.4, see https://github.com/rancher/k3s/releases/tag/v0.9.1 and https://github.com/rancher/k3s/releases/tag/v0.9.0
- v1.16.15-k3s1
- v1.17.13-k3s1
Loading