Releases: FairwindsOps/terraform-gke
Releases · FairwindsOps/terraform-gke
public-vpc-native v1.2.0
- Added logging and monitoring configuration settings
private-vpc-native v1.2.0
- Added logging and monitoring configuration settings
vpc-native-v1.0.0
1.0.0
Initial Release
- GKE Module that supports private and public cluster settings
node-pool-v3.0.0
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
breaking change
- Updated module to support terraform >= 0.12
node-pool-v2.1.0
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
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
- 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 inv2.x
you will first need to upgrade, recreate your node-pools, then use the new paramter features.
- Upgrading from
node-pool-taint-v1.0.0
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
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