Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@solovyovk solovyovk released this 21 Jul 17:22
4195c1f

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:
    • PROTOCOLWPR_PROTOCOL
    • WEB_PORTWPR_WEB_PORT
    • VIRTUAL_DIRWPR_VIRTUAL_DIR
    • LICENSE_TICKET_IDWPR_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 to 6.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 reference WPR_LICENSE_TICKET_ID instead of LICENSE_TICKET_ID.
  • Updated values.yaml comments to reference WPR_ prefixed Dockerfile variables (WPR_CERT_FILE_NAME, WPR_CERT_KEY_NAME, WPR_CERT_DIR, WPR_DICTIONARIES_DIR).
  • Updated example extraEnv configuration to use WPR_DOMAIN_NAME instead of DOMAIN_NAME.