Skip to content

Latest commit

 

History

History
98 lines (58 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

98 lines (58 loc) · 2.7 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.

0.1.4 - 2025-01-31

Changed

  • Add validation before creating empty PolicyExceptions.

0.1.3 - 2025-01-29

Changed

  • Disable CRD install job and let them be installed by policy-meta-operator.

0.1.2 - 2025-01-28

Changed

  • Updated CRDs and fixed labels and annotations for policy-meta-operator deployment.

0.1.1 - 2025-01-20

Changed

  • Re enabled CRD install job.

0.1.0 - 2025-01-20

Added

  • Added the policymanifest_controller.

Changed

  • Disabled logger development mode to avoid panicking
  • Changed the functions in utils.go
  • Changed the policyexception_controller and clusterpolicy_controller to use policy_api.
  • Disable PSPs.

0.0.7 - 2024-01-16

Changed

  • Update Kyverno PolicyExceptions to v2beta1

0.0.6 - 2023-12-11

Changed

  • Configure gsoci.azurecr.io as the default container image registry.

0.0.5 - 2023-11-10

Changed

  • Add CiliumNetowrkPolicy.

0.0.4 - 2023-10-31

Changed

  • Add ClusterPolicy controller to automatically exclude chart-operator ServiceAccount from custom policies.

0.0.3 - 2023-10-24

Changed

  • Set destination namespace to be policy-exceptions.

0.0.2 - 2023-10-10

Changed

  • Run preinstall job as non-root.

0.0.1 - 2023-10-05

  • First release of the Kyverno Policy Operator App.