Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

0.2

Compare
Choose a tag to compare
@MrTrustor MrTrustor released this 04 May 15:17
· 78 commits to main since this release
d0ab0a6

0.2 release

See the README for all information.

Changelog

  • Support for Ingress policies (#7)
  • Documentation for internationalised domain names (IDNs) (#12)
  • Support for AAAA records (#8)
  • Logging improvements (#9)

Installation

The 0.2 release introduces a new v1alpha2 API. Upgrades from v1alpha1 are not supported. You need to uninstall 0.1 before installing 0.2.

  1. Install cert-manager.

    kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.0/cert-manager.yaml
    
  2. Install the FQDNNetworkPolicy controller.

    export VERSION=0.2
    kubectl apply -f https://storage.googleapis.com/fqdnnetworkpolicies-manifests/${VERSION}.yaml