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

0.3-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrTrustor MrTrustor released this 02 Dec 22:11
· 40 commits to main since this release
7ab9e0d

What's Changed

  • 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

Full Changelog: 0.3-rc1...0.3-rc2

Installation

Like the 0.3-rc1 release, 0.3-rc2 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-rc2.

  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-rc2
    kubectl apply -f https://storage.googleapis.com/fqdnnetworkpolicies-manifests/${VERSION}.yaml