Skip to content

Latest commit

 

History

History
100 lines (57 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

100 lines (57 loc) · 2.9 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.6.0 2023-10-06

Added

  • Egress network policy managment

Changed

  • Complete rewriting of network policy management
  • No longer any network policy is enabled by default

0.5.0 2023-09-14

Added

  • Recommanded VSCode extentions
  • Some VSCode tasks

Changed

  • Rename app_version output variable to version

Fixed

  • Does not recreate network policies when the Helm chart is upgraded

0.4.1 2022-12-21

Fixed

  • Added missing Description and Usage section in README file
  • Added missing .gitignore file

0.4.0 2022-12-01

Changed

  • The input variable helm_release.extra_values is now a list of string instead of a string

0.3.0 2022-12-01

Added

  • Add variable input for sensitive values

0.2.0 2022-11-18

Added

  • Add an input variable to enable each Network Policy one by one

Changed

  • Let Helm create the namespace instead of a direct creation by Kubernetes
  • Use kubernetes.io/metadata.name label instead of name to match namespace in Network Policies

Removed

  • Remove input variable labels_prefix

0.1.2 2022-11-09

Added

  • Add values input variable to pass values to Helm release

Fixed

  • Fix missing interpretation of the values in the Helm chart

0.1.1 2022-11-03

Added

  • Ouptut of the application version

0.1.0 2022-11-01

Added

  • Terraform module creation