Changelog¶
All notable changes to this project will be documented here.
Unreleased¶
Feature¶
- Feature: Add Job template
v4.1.3¶
- BugFix: Only add application name label to Backup Template
v4.1.2¶
- BugFix: Incorrect selectorLabels were previously added to the Backup Template
v4.1.1¶
- Feature: Edit Backup template
v4.1.0¶
- Feature: Add Backup template PR-296
v3.0.0¶
- Feature: Updates the GrafanaDashboard api version to v1beta1.
v2.3.2¶
v2.3.1¶
- Feature: Allow loadbalancer service external IP PR-275
- Feature: Allowing HPA behavior to be set PR-292
v2.3.0¶
- Feature: allow multiple provided text types on secret creation: stringData, data and encodedData PR-282
v2.2.6¶
- fix: allow multiple cronjobs PR-271
v2.2.5¶
- fix: Namespace selector fixed for service monitor PR-270
v2.2.4¶
- fix: Matchlabel fixed for service monitor PR-269
v2.2.3¶
- feat: Add more properties to CronJob PR-265
v2.2.1¶
- fix: Matchlabel fixed for service monitor PR-267
v2.2.0¶
v2.1.18¶
- feat: Add vertical pod autoscaler template PR-249
v2.1.17¶
- feat: allow overriding revisionHistoryLimit PR-257
Caution: This PR changes the default value for
revisionHistoryLimitfrom 10 to 2.
v2.1.16¶
- fix: optional service account PR-213
v2.1.15¶
- fix: allow setting arbitrary resource constraints PR-255
v2.1.14¶
- feat: allow overriding clusterIP PR-258
v2.1.13¶
- Fix: make deployment.image.tag and job.image.tag optional PR-234
v2.1.12¶
- Update: Changelog updates. This release shouldnt have been made as the head commit had
[skip ci]. PR-248
v2.1.11¶
- Feature: Add topologySpreadConstraints PR-239
v2.1.10¶
- Chore: Add some basic unit tests and update CI workflow PR-218
v2.1.9¶
- Fix: Make servicePort var override possible with ingress hosts PR-243
v2.1.8¶
- Update: Use new API versions for HPA and CronJob if available PR-221
v2.1.7¶
- Fix: Add ingress path with default configuration if not specified at all. PR-240
v2.1.6¶
- Fix: Qoute application version label in labels PR-238
v2.1.5¶
- Fix: Repair ingress multiple paths definitions PR-233
v2.1.4¶
- Update: Add MIT License PR-237
v2.1.2 && v2.1.3¶
- Update: Improve enable conditions by adding capabilites, use
_helpers.tplproperly, Move to common k8s labels and remove other labels PR-226 - Feature: Make
ingresspath configurable PR-226 - Fix: Add dependency for
helm_resourceon relevanthelm_repoin tiltfile PR-231
v2.1.1¶
- Fix: added template for oauth proxy deployment to use http container port in case of ingress
v2.1.0¶
- Fix: added oauth proxy image template and test to ensure oauth deployment image is not added in default case
v2.0.0¶
- Update: Updating ExternalSecret from v1alpha1 to v1beta1
v1.3.3¶
- Feature: Uncomment liveness and readiness probes in default values. Set enabled:false in probes.
v1.3.2¶
- Feature: Comment liveness and readiness probe in default values.
v1.3.1¶
- Feature: Support for specifiying tcpSocket probe check mechanisms in probes.
v1.3.0¶
- Feature: Support for adding Security Context at conatiner level in deployment.
v1.2.11¶
- Feature: Use
policy/v1/PodDisruptionBudgetif supported by the target cluster.
v1.2.10¶
- Feature: Add
image.digestfield to deployment and cronjob resources.
v1.2.8 & v1.2.9¶
- Update: Update
routetemplate, add support foralternateBackends
v1.2.7¶
- Update: Update
Certificatetemplate fromcert-manager.io/v1alpha3tocert-manager.io/v1in order to support cert-manager v1.7.
v1.2.6¶
- Feature: add service type in service template.
v1.2.5¶
- Feature: add name, volumeName and volumeMode in pvc template.
v1.2.4¶
- Fix: namespace indentation for rolebinding
v1.2.3¶
- Feature: add ingressClassName in ingress template.
v1.2.1¶
- Fix: change label
chart: {{ .Chart.Name }}-{{ .Chart.Version }}tochart: {{ .Chart.Name }}.
v1.2.0¶
- Fix: remove
probeskey from deployment. Note: This is a breaking change. Applications need to update values file accordingly.
v1.1.14¶
- Feature: replica field is made optional
v1.1.13¶
- Fix: fix templating error in
Deployment.envFrom.secretRef, fixes anerror converting YAML to JSONerror whenapplication.deployment.envfrom[].nameis set.
v1.1.12¶
- Fix: add
probeskey back to deployment
v1.1.11¶
- Fix: remove network policy default value
v1.1.10¶
- Feature: add functionality to set
typein sealed secrets - Feature: add functionality for adding annotation for
cluster-widein sealed secrets - Feature: add functionality to add
annotationsto each sealed secret separately - Feature: add functionality to add
labelsto each sealed secret separately
v1.1.9¶
- Feature: add functionality to disable liveness and readiness probes.
- Feature: support
exechandler type in liveness and readiness probes - Feature: support for setting individual values for probe configuration is added.
v1.1.8¶
- Fix: add an application name prefix in the external secret name.
v0.1.6¶
- Fix: corrected the namespace indentation in rolebinding template. Corresponding chart package has been pushed to helmchart repo manually.