This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
0.3-rc1
Pre-release
Pre-release
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.
-
Install cert-manager.
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.8.0/cert-manager.yaml
-
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