All notable changes to this project will be documented here.
- Update: Updating ExternalSecret from v1alpha1 to v1beta1
- Feature: Uncomment liveness and readiness probes in default values. Set enabled:false in probes.
- Feature: Comment liveness and readiness probe in default values.
- Feature: Support for specifiying tcpSocket probe check mechanisms in probes.
- Feature: Support for adding Security Context at conatiner level in deployment.
- Feature: Use
policy/v1/PodDisruptionBudget
if supported by the target cluster.
- Feature: Add
image.digest
field to deployment and cronjob resources.
- Update: Update
route
template, add support foralternateBackends
- Update: Update
Certificate
template fromcert-manager.io/v1alpha3
tocert-manager.io/v1
in order to support cert-manager v1.7.
- Feature: add service type in service template.
- Feature: add name, volumeName and volumeMode in pvc template.
- Fix: namespace indentation for rolebinding
- Feature: add ingressClassName in ingress template.
- Fix: change label
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
tochart: {{ .Chart.Name }}
.
- Fix: remove
probes
key from deployment. Note: This is a breaking change. Applications need to update values file accordingly.
- Feature: replica field is made optional
- Fix: fix templating error in
Deployment.envFrom.secretRef
, fixes anerror converting YAML to JSON
error whenapplication.deployment.envfrom[].name
is set.
- Fix: add
probes
key back to deployment
- Fix: remove network policy default value
- Feature: add functionality to set
type
in sealed secrets - Feature: add functionality for adding annotation for
cluster-wide
in sealed secrets - Feature: add functionality to add
annotations
to each sealed secret separately - Feature: add functionality to add
labels
to each sealed secret separately
- Feature: add functionality to disable liveness and readiness probes.
- Feature: support
exec
handler type in liveness and readiness probes - Feature: support for setting individual values for probe configuration is added.
- Fix: add an application name prefix in the external secret name.
- Fix: corrected the namespace indentation in rolebinding template. Corresponding chart package has been pushed to helmchart repo manually.