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

0.3-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@laurentgrangeau laurentgrangeau released this 22 Aug 09:25
· 48 commits to main since this release
62f85f2

0.3-rc1 release

See the README for all information.

Changelog

  • Support for Kubernetes >= 1.22 (#20)
  • Update dependencies
  • Bugs fix

Installation

The 0.3-rc1 release introduces a new v1alpha3 API. Upgrades from v1alpha1 and v1alpha2 are not supported. You need to uninstall 0.1 or 0.2 before installing 0.3-rc1.

  1. Install cert-manager.

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

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

Full Changelog: 0.2...0.3-rc1