Skip to content

Commit

Permalink
v1beta1 validatingwebhookconfiguration is removed in 1.22 (#157)
Browse files Browse the repository at this point in the history
* v1beta1 validatingwebhookconfiguration is removed in 1.22

* fixing test spacing
  • Loading branch information
Luke Reed authored Apr 7, 2021
1 parent b5cf2b1 commit 128285e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/03-cli-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ testcases:
- script: pluto list-versions -f assets/additional-versions/new.yaml
assertions:
- result.code ShouldEqual 0
- result.systemout ShouldContainSubstring "AnotherCRD someother/v1beta1 v1.9.0 v1.16.0 apps/v1"
- result.systemout ShouldContainSubstring "AnotherCRD someother/v1beta1 v1.9.0 v1.16.0 apps/v1"
- name: Pass bad column list to custom
steps:
- script: pluto detect-files -d assets/deprecated116 --target-versions foo=vfoo -o custom --columns "FOO"
Expand Down
6 changes: 6 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ deprecated-versions:
removed-in: v1.22.0
replacement-api: admissionregistration.k8s.io/v1
component: k8s
- version: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
deprecated-in: v1.16.0
removed-in: v1.22.0
replacement-api: admissionregistration.k8s.io/v1
component: k8s
- version: rbac.authorization.k8s.io/v1alpha1
kind: ClusterRoleBinding
deprecated-in: v1.17.0
Expand Down

0 comments on commit 128285e

Please sign in to comment.