Skip to content

Releases: wso2/azure-terraform-modules

v0.28.0

06 Aug 17:44
ba481aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

06 Aug 03:46
e5e9edf
Compare
Choose a tag to compare

What's Changed

  • Change postgre sql server high availability standby availability zone variable to number by @ruwinrmrrr in #88

Full Changelog: v0.26.0...v0.27.0

v0.26.0

05 Aug 06:20
e28327b
Compare
Choose a tag to compare

What's Changed

  • Modify create mode variable into an optional variable in postgresql flexible server by @ruwinrmrrr in #85
  • Remove standby availability zone variable from high availability optional block in postgre sql server module by @ruwinrmrrr in #87

Breaking Changes

v0.5.0 - v.0.25.0 by default postgre sql server module will create with high availability with zone redundant option. From this version (v0.26.0) by default the postgre sql server will not have the high availability active unless if enabled by adding the high_availability_mode variable to either "SameZone" or "ZoneRedundant".

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

30 Jul 16:41
b1de89c
Compare
Choose a tag to compare

What's Changed

  • Add Workload Identity Federation Manual AzureRM Service Endpoint & Output User Assigned Identity Client ID by @athiththan11 in #84

Full Changelog: v0.24.0...v0.25.0

v0.24.0

29 Jul 11:25
b016599
Compare
Choose a tag to compare

What's Changed

  • Add support for multiple custom rule match_conditions by @ayeshajay in #83

Full Changelog: v0.23.0...v0.24.0

Release note

Existing users need to update the existing condition to the following.

Existing

match_condition = {
            match_variable     = "Testing condition"
            match_values       = ["/test"]
            operator           = "contains"
            negation_condition = false
            transforms         = []
          }

New

match_condition = [{
            match_variable     = "Testing condition"
            match_values       = ["/test"]
            operator           = "contains"
            negation_condition = false
            transforms         = []
          }]

v0.23.0

16 Jul 11:09
c1677ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

01 Jul 06:10
e6daf5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

26 Jun 06:04
e3d995d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

24 Jun 05:55
6206f54
Compare
Choose a tag to compare

What's Changed

  • Update Monitor Scheduled Query Alert with Azure V2 api by @SazniMohamed in #79

Full Changelog: v0.19.0...v0.20.0

v0.19.0

10 Jun 05:22
a426b55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0