Skip to content

Releases: pivotal-cf/terraforming-azure

v0.55.0

25 Sep 18:28
2c4d2d4
Compare
Choose a tag to compare

🏅 Notable Changes

  • Reverted PR #64 due to destroying error

🐞 Bug Fixes

  • Removed stale MySQl security rules

v0.51.0

26 Jul 17:04
Compare
Choose a tag to compare

🏅 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 a Standard 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

08 Apr 22:47
Compare
Choose a tag to compare

This release contains the following change

  • Deprecated ops_manager_vm variable in terraforming-pas
    • Instead ops_manager_ami variable can used in order to skip OpsMan creation

v0.39.0

22 Mar 22:53
Compare
Choose a tag to compare
  • add additional attributes to avoid Terraform updating infrastructure unnecessarily
    • This includes the network_security_group_id property on the azurerm_subnet resource, which is deprecated. You will see the following warning, but it shouldn't cause any problems.
 $ 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

13 Mar 21:39
Compare
Choose a tag to compare

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

14 Dec 05:35
Compare
Choose a tag to compare
  • Change TCP idle timeout settings on the load balancer from 4 minutes to 30 ( #32 )
  • Add additional rule for PKS API on port 9021 ( #34 )
  • Remove dynamic subnet ( #35 )

v0.23.0

21 Nov 21:18
Compare
Choose a tag to compare
  • Add Firewall Rule to Allow UDP 123 for NTP on TCP Router
  • Add PKS subdirectory "terraforming-pks"
  • Migrate to managed disks

v0.15.1

24 Oct 23:20
Compare
Choose a tag to compare

Fixes a quoting error in v0.15.0's resource definition

v0.15.0

23 Oct 23:26
Compare
Choose a tag to compare
  • 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

06 Sep 16:45
16d3bb5
Compare
Choose a tag to compare

Reduces the high number of TCP rules we create by default (from 150 to 5).