Skip to content

Commit

Permalink
Update versions.yaml (#195)
Browse files Browse the repository at this point in the history
* Update versions.yaml

* Update 01_helm-detect-3.yaml
  • Loading branch information
rbren authored Aug 24, 2021
1 parent b845694 commit 32969c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/01_helm-detect-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ testcases:
- script: pluto detect-helm -ojson --target-versions k8s=v1.16.0
assertions:
- result.code ShouldEqual 3
- result.systemout ShouldEqual {"items":[{"name":"test/test-helm3chart-v1beta1","namespace":"default","api":{"version":"extensions/v1beta1","kind":"Deployment","deprecated-in":"v1.9.0","removed-in":"v1.16.0","replacement-api":"apps/v1","component":"k8s"},"deprecated":true,"removed":true},{"name":"test/test-helm3chart-v1beta1","namespace":"demo2","api":{"version":"extensions/v1beta1","kind":"Deployment","deprecated-in":"v1.9.0","removed-in":"v1.16.0","replacement-api":"apps/v1","component":"k8s"},"deprecated":true,"removed":true}],"target-versions":{"cert-manager":"v0.15.1","istio":"v1.6.0","k8s":"v1.16.0"}}
- result.systemout ShouldEqual {"items":[{"name":"test/test-helm3chart-v1beta1","namespace":"default","api":{"version":"extensions/v1beta1","kind":"Deployment","deprecated-in":"v1.9.0","removed-in":"v1.16.0","replacement-api":"apps/v1","component":"k8s"},"deprecated":true,"removed":true},{"name":"test/test-helm3chart-v1beta1","namespace":"demo2","api":{"version":"extensions/v1beta1","kind":"Deployment","deprecated-in":"v1.9.0","removed-in":"v1.16.0","replacement-api":"apps/v1","component":"k8s"},"deprecated":true,"removed":true}],"target-versions":{"cert-manager":"v1.5.3","istio":"v1.11.0","k8s":"v1.16.0"}}

- name: cleanup
steps:
Expand Down
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ deprecated-versions:
replacement-api: cert-manager.io/v1alpha2
component: cert-manager
target-versions:
cert-manager: v0.15.1
istio: v1.6.0
k8s: v1.16.0
cert-manager: v1.5.3
istio: v1.11.0
k8s: v1.22.0

0 comments on commit 32969c8

Please sign in to comment.