-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.3.0 release #322
Merged
Merged
v3.3.0 release #322
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Saxling rule * Add posibility to configure Service Plan scaling out * Format the files * TD-239 Add scaling rules var * TD-239 Clean up naming * TD-239 Update scaling_rules var to a cleaner version of it self --------- Co-authored-by: Tom Reinders <[email protected]>
* add management policy * Add possibility to auto delete files after X amount of days via azurerm_storage_management_policy * TD-239 Fix broken default, clean up resource naming and change auto_delete_rules var to type set of object --------- Co-authored-by: Tom Reinders <[email protected]>
…are not supported
…cies-not-supported Apply only one backend policy at a time as multiple backend policies are not supported
Co-authored-by: tom-reinders <[email protected]>
Co-authored-by: tom-reinders <[email protected]>
Co-authored-by: tom-reinders <[email protected]>
…odules-and-public-psql CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server
Co-authored-by: tom-reinders <[email protected]>
…ployment Fix of logic app standard deployment bug
…d identity_ids variables
…d-identity Update identity settings of logic app standard to support user identity
…assword TD-590 Add minimums for passwords
…der_to_hotfix_issue TD-590 Reverse order to temp fix issue hashicorp/terraform-provider-kubernetes#1188
…ngelog TD-239 Update changelog
bartwesselink
approved these changes
May 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed
azure/mysql_flexible_server
: Change default of variablebackup_retention_days
from7
to30
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313) (0687048)Added
azure/service_plan
: Add variablescaling_rules
(Feature/14689 update out scaling rules #309, Fix direction #312) (fd0039e, 4fdb769)azure/storage_account_public
: Add variableauto_delete_rules
(Feature/14684 storageaccount configure lifecyclemanagent rules #310) (d0eb913)azure/api_management_api
: Add variablecustom_backend_policy
(Enabled injection of a custom backend policy to the API definition #311, Apply only one backend policy at a time as multiple backend policies are not supported #314) (37b46fd, 385a1af)azure/mysql_flexible_server_public
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313, TD-590 Add minimums for passwords #320) (0687048, cd6ca71)azure/postgresql_public
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313, TD-590 Add minimums for passwords #320) (0687048, cd6ca71)kubernetes/configmap
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313) (0687048)kubernetes/deployment_with_service
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313, TD-590 Reverse order to temp fix issue hashicorp/terraform-provider-kubernetes#1188 #321) (0687048, 383bdda)kubernetes/ingress
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313) (0687048)kubernetes/pvc
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313) (0687048)kubernetes/secret
(CM-27 - Add Kubernetes modules and MySQL, PostGresql public flexible server #313) (0687048)azure/logic_app_standard
: Add variableidentity_ids
(Update identity settings of logic app standard to support user identity #317) (ab4272a, b6d06c8)other/password_generator
: Add variablesmin_lower
,min_upper
,min_numeric
,min_special
(TD-590 Add minimums for passwords #320) (cd6ca71, bd78f65)Fixed
azure/logic_app_standard
: Fix deployment bug caused by Files in the archive do not have the correct modification time metadata hashicorp/terraform-provider-archive#40 (Fix of logic app standard deployment bug #316) (cdae9fc)azure/mssql
: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (TD-590 Add minimums for passwords #320) (cd6ca71)azure/mysql
: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (TD-590 Add minimums for passwords #320) (cd6ca71)azure/mysql_flexible_server
: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (TD-590 Add minimums for passwords #320) (cd6ca71)azure/postgresql
: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (TD-590 Add minimums for passwords #320) (cd6ca71)azure/synapse_workspace
: Fix bug where random_password could generate a password with only one type of character be it lowercase, uppercase, numeric or special (TD-590 Add minimums for passwords #320) (cd6ca71)