This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
This release is identical to 0.3-rc2
What's Changed since 0.2
- upgrade github.com/gogo/protobuf to 1.3.2 by @MrTrustor in #19
- Fix test for Egress only policy by @MrTrustor in #17
- WIP: Migrate to kubebuilder 3 by @laurentgrangeau in #21
- Bump cert-manager to 1.8.0 in install docs by @MrTrustor in #22
- allow skiping ipv6 lookup by adding aaaa-lookups annotation by @k11h-de in #25
New Contributors
- @laurentgrangeau made their first contribution in #21
- @k11h-de made their first contribution in #25
Full Changelog: 0.2...0.3
Installation
Like the 0.3-rc2 release, 0.3 uses 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.
-
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 kubectl apply -f https://storage.googleapis.com/fqdnnetworkpolicies-manifests/${VERSION}.yaml