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_PROTOCOL
WEB_PORT
→WPR_WEB_PORT
VIRTUAL_DIR
→WPR_VIRTUAL_DIR
LICENSE_TICKET_ID
→WPR_LICENSE_TICKET_ID
- Users with custom
extraEnv
configurations must update their variable names before upgrading.
Changed
- Updated appVersion in Chart.yaml from
5.39.1.0
to6.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.md
license activation examples to referenceWPR_LICENSE_TICKET_ID
instead ofLICENSE_TICKET_ID
. - Updated
values.yaml
comments to referenceWPR_
prefixed Dockerfile variables (WPR_CERT_FILE_NAME
,WPR_CERT_KEY_NAME
,WPR_CERT_DIR
,WPR_DICTIONARIES_DIR
). - Updated example
extraEnv
configuration to useWPR_DOMAIN_NAME
instead ofDOMAIN_NAME
.