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

Releases: GoogleCloudPlatform/gke-fqdnnetworkpolicies-golang

0.3

09 Dec 19:59
7ab9e0d
Compare
Choose a tag to compare

This release is identical to 0.3-rc2

What's Changed since 0.2

New Contributors

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.

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

0.3-rc2

02 Dec 22:11
7ab9e0d
Compare
Choose a tag to compare
0.3-rc2 Pre-release
Pre-release

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
    

0.3-rc1

22 Aug 09:25
62f85f2
Compare
Choose a tag to compare
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.

  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

0.2

04 May 15:17
d0ab0a6
Compare
Choose a tag to compare
0.2

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
    

0.2-rc1

04 May 14:53
d0ab0a6
Compare
Choose a tag to compare
0.2-rc1 Pre-release
Pre-release

First 0.2 release candidate
See the README for all information.

To install:

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

First working version

23 Feb 15:59
1d55b03
Compare
Choose a tag to compare

This is the first working version of the FQDNNetworkPolicies controller.
See the README for all information.

To install:

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

Complete documentation

23 Feb 15:43
5572428
Compare
Choose a tag to compare
Pre-release

Updated instructions