Releases: WebSpellChecker/wproofreader-helm
Releases · WebSpellChecker/wproofreader-helm
v1.3.0
v1.3.0 - 2025-01-21
Full Changelog: v1.2.0...v1.3.0
⚠️ Breaking Changes
- BREAKING: Migrated all environment variables to use
WPR_namespace prefix for consistency with WProofreader Docker image standards:PROTOCOL→WPR_PROTOCOLWEB_PORT→WPR_WEB_PORTVIRTUAL_DIR→WPR_VIRTUAL_DIRLICENSE_TICKET_ID→WPR_LICENSE_TICKET_ID
- Users with custom
extraEnvconfigurations must update their variable names before upgrading.
Changed
- Updated appVersion in Chart.yaml from
5.39.1.0to6.2.0.0. - Updated all Helm template files to use new
WPR_prefixed environment variables. - Updated all example manifest files (
deployment_http.yaml,deployment_https.yaml,hpa.yaml,secrets.yaml,service_http.yaml,service_https.yaml,serviceaccount.yaml,volumes.yaml) to reflect new environment variable naming.
Documentation
- Updated
README.mdlicense activation examples to referenceWPR_LICENSE_TICKET_IDinstead ofLICENSE_TICKET_ID. - Updated
values.yamlcomments to referenceWPR_prefixed Dockerfile variables (WPR_CERT_FILE_NAME,WPR_CERT_KEY_NAME,WPR_CERT_DIR,WPR_DICTIONARIES_DIR). - Updated example
extraEnvconfiguration to useWPR_DOMAIN_NAMEinstead ofDOMAIN_NAME.
v1.2.0
v1.2.0 - 2025-04-14
Full Changelog: v1.1.0...v1.2.0
Changed
- Improved conditional logic in
volumes.yamlto handle dictionary storage configurations more robustly. - Updated
deployment.yamlto reflect changes in dictionary volume handling and added support foremptyDirfallback. - Updated example manifest files.
- Updated appVersion in Chart.yaml from
5.38.1.0to5.39.1.0.
Fixed
- Fixed support for dynamic Persistent Volume (PV) provisioning based on
storageClassNamewhendictionaries.enabledistrueand neitherdictionaries.localPathnordictionaries.existingClaimis set.
Documentation
- Enhanced
README.mdwith detailed instructions for managing custom dictionaries, including dynamic PV provisioning,hostPathvolumes, and existing PVC usage.
v1.1.0
v1.1.0 - 2025-03-17
Full Changelog: v1.0.0...v1.1.0
Added
- Introduced support for
dictionaries.enabled, allowing dynamic dictionary storage without requiringdictionaries.localPathordictionaries.existingClaim. Implemented automatic fallback toemptyDirfor dictionaries when no predefined storage is provided. - Added
extraEnvsupport invalues.yaml, allowing users to pass additional environment variables.
Changed
- Updated appVersion from
5.34.3to5.38.1.0 - Improved handling of dictionary volumes with conditional logic
Documentation
- Added detailed instructions for installing the chart with custom dictionaries feature
v1.0.0
v1.0.0 - 2024-06-20
Added
readinessProbeOptionsandlivenessProbeOptionsfor customizing the default valuesdictionaries.enabledswitch to enable/disable custom dictionariesdictionaries.existingClaimto use existing PVC for custom dictionaries
Changed
readinessProbe.httpGet.pathendpoint to?cmd=statusAffinityLabelname tonodeAffinityLabelHorizontalPodAutoscalerapiVersion toautoscaling/v2- Chart
appVersionpromoted to5.34.3 - Updated manifest examples
- Updated
README.mdto reflect the changes
Removed
targetMemoryUtilizationPercentageautoscaling policy forHorizontalPodAutoscaler(it is not supported)