Skip to content

Releases: FairwindsOps/terraform-gke

public-vpc-native v1.2.0

11 Feb 16:35
943585f
Compare
Choose a tag to compare
  • Added logging and monitoring configuration settings

private-vpc-native v1.2.0

11 Feb 16:35
943585f
Compare
Choose a tag to compare
  • Added logging and monitoring configuration settings

vpc-native-v1.0.0

23 Oct 15:27
16f131a
Compare
Choose a tag to compare

1.0.0

Initial Release

  • GKE Module that supports private and public cluster settings

node-pool-v3.0.0

23 Oct 15:21
16f131a
Compare
Choose a tag to compare

breaking change

  • Updated module to support terraform >= 0.12

The 0.12 module supports all previous inputs and outputs.

node-pool-taint-v2.0.0

23 Oct 15:22
16f131a
Compare
Choose a tag to compare

breaking change

  • Updated module to support terraform >= 0.12

node-pool-v2.1.0

22 Oct 18:07
2b88ec5
Compare
Choose a tag to compare

Added

  • Support for additional oauth scopes for node pools
    NOTE: Changing oauth scope on an existing node pool will prompt a recreation of the resource.

node-pool-taint-v1.1.0

22 Oct 18:09
2b88ec5
Compare
Choose a tag to compare

Added

  • Support for additional oauth scopes for node pools
    NOTE: Changing oauth scope on an existing node pool will prompt a recreation of the resource.

node-pool-v2.0.0

30 Sep 16:08
6939c80
Compare
Choose a tag to compare
  • Added tags to be able to assign specific firewall rules to node pools in GCP - NOTE: Adding tags to nodepools WILL RECREATE YOUR NODE POOL! Use this option carefully!
  • Added disk type to the node pool. Accepts the values 'pd-standard' or 'pd-ssd' WILL RECREATE YOUR NODE POOL! Use this option carefully!
  • Added the ability to set the initial node count. The default value is 1. WILL RECREATE YOUR NODE POOL! Use this option carefully!
  • Changing to this version will WILL RECREATE YOUR NODE POOL!
  • Added the ability to add labels to nodes in a node pool WILL RECREATE YOUR NODE POOL! Use this option carefully!
  • Upgrade Notes:
    • Upgrading from v1.x will cause your node-pool to be recreated, even with no changes to your parameters. This is due to how the entropy names work. If you need features in v2.x you will first need to upgrade, recreate your node-pools, then use the new paramter features.

node-pool-taint-v1.0.0

30 Sep 16:09
6939c80
Compare
Choose a tag to compare

Initial release of node-pool-taint which leverages the google-beta provider to apply taints to node pools. This module should be roughly equivalent with the features of node-pool in the same repository.

private-vpc-native-v1.0.0

12 Sep 16:05
8c953e2
Compare
Choose a tag to compare

Private module is similar to the public module, but includes 3 new input variables that configure the private cluster.

new inputs

  • var.enable_private_endpoint
  • var.enable_private_nodes
  • var.master_ipv4_cidr_block