Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

v7.2.0

Compare
Choose a tag to compare
@asaintsever asaintsever released this 19 May 14:13
· 9 commits to master since this release
5845650

This release comes with support for admission.k8s.io/v1 AdmissionReview and admissionregistration.k8s.io/v1 MutatingWebhookConfiguration on Kubernetes 1.16+. As a result, Vault Sidecar Injector now handles both v1 and v1beta1 versions of those resources.

Note that admission.k8s.io/v1beta1 AdmissionReview and admissionregistration.k8s.io/v1beta1 MutatingWebhookConfiguration should not be supported (nor available) anymore on Kubernetes 1.22+

Changed

  • VSI #48 - Minor chart updates (adjust CPU & memory for injected containers, add checks during chart install)
  • VSI #51 - Update base image to CentOS 7.9.2009

Added

  • VSI #49 - Add support for admission.k8s.io/v1 AdmissionReview and admissionregistration.k8s.io/v1 MutatingWebhookConfiguration (in addition to v1beta1)