Releases: pivotal-cf/terraforming-azure
Releases · pivotal-cf/terraforming-azure
v0.55.0
v0.51.0
🏅 Notable Changes
- Remove support for Control Plane
- Add managed identities for PKS
- Remove the
ops_manager_vm
count variable.- Create an Ops Manager vm if an image is provided as a variable
🐞 Bug Fixes
- We switched from creating a
Premium
storage account for Ops Manager to aStandard
account, which fixes the permissions issue described in #67 . - Fix deprecation warnings for Azure Provider version 2.0
- Fix PKS subnet security groups
v0.40.0
This release contains the following change
- Deprecated
ops_manager_vm
variable interraforming-pas
- Instead
ops_manager_ami
variable can used in order to skip OpsMan creation
- Instead
v0.39.0
- add additional attributes to avoid Terraform updating infrastructure unnecessarily
- This includes the
network_security_group_id
property on theazurerm_subnet
resource, which is deprecated. You will see the following warning, but it shouldn't cause any problems.
- This includes the
$ terraform plan
Warning: module.infra.azurerm_subnet.infrastructure_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.
Warning: module.pas.azurerm_subnet.pas_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.
Warning: module.pas.azurerm_subnet.services_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.
v0.37.0
This release includes the following changes
- Added terraforming-control-plane
- Pinned the Azure provider version for terraforming-pas, terraforming-pks and terraforming-control-plane
v0.29.0
v0.23.0
- Add Firewall Rule to Allow UDP 123 for NTP on TCP Router
- Add PKS subdirectory "terraforming-pks"
- Migrate to managed disks
v0.15.1
Fixes a quoting error in v0.15.0's resource definition
v0.15.0
- Introduces PKS and PAS directories for creating the infrastructure for each respective product. Going forward, you should run
terraform apply
from the proper directory. - Adds a new variable,
cloud_name
, to run on Azure clouds that are not the "public" cloud (Government, China, etc).
v0.14.0
Reduces the high number of TCP rules we create by default (from 150 to 5).