Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

46 lines (39 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

Fixed

[0.12.2] - 2023-05-23

Changed

  • Minimum required Kubernetes version is 1.21
  • Bump https://github.com/bitpoke/build to 0.8.3
  • Allow the operator to be namespace scoped (SCOPED_NAMESPACE environment variable)
  • Set resources for init-wp initContainer

[0.12.1] - 2021-12-22

Changed

Fixed

  • Fix the app version in the published Helm charts

[0.12.0] - 2021-12-22

Added

Changed

  • Minimum required Kubernetes version is 1.19
  • Use networking.k8s.io/v1 for Ingress resources
  • Run WordPress Operator as non-root user
  • Bump https://github.com/bitpoke/build to 0.7.0

Removed

Fixed

[0.11.1] - 2021-11-22

Changed

  • Change the default image to docker.io/bitpoke/wordpress-runtime:5.8.2

[0.11.0] - 2021-11-15

Changed

Removed

  • Drop support for Helm v2

Fixed