Releases: CompositionalIT/farmer
Releases · CompositionalIT/farmer
1.6.33
- Container Groups: Specify DNS nameservers and search domains.
- Container Registry: Adds name validation
- DNS: Add support for private DNS zones and records
- PostgreSQL: Added possibility to set vnet rules for PostgreSQL.
- WebApps: Support virtual applications with
add_virtual_application
/add_virtual_application_preloaded
1.6.32
- DiagnosticSettings now supports resources that contain multiple segments e.g. SQL Databases.
- ContainerApps now use the updated resource name (Microsoft.App instead of Microsoft.Web).
- Updated documentation on main page from
Writer.quickDeploy
toWriter.quickWrite
1.6.31
- AzureFirewall: Supports availability zones
- Deployments: Fix
ResourceId
generation when using a resource with a template. - WebApps/Functions: Add support for vnet integration
- WebApps: Fix flakey deployments of web apps with multiple custom domains.
1.6.30
- WebApps/Functions: Specify connection string types
- WebApps/Functions: Allow adding IP restriction string with CIDR
- Application Insights: Support for Workspace-enabled instances.
- VMs: Priority and Spot Instance Settings
1.6.29
- CLI: include
--only-show-error
option when executing Azure CLI commands.
1.6.28
- ServicePlan/WebApp: Support for enabling ZoneRedundant
1.6.27
- Functions: Make
connection_string
available for Azure Functions in addition to WebApps. - WebApps/Functions: Add support for ip-restriction rules
- WebApps/Functions: Don't turn on Logging Extension for Linux App Service.
- WebApps: Allow multiple custom domains
- WebApps: Support custom port for docker container with
docker_port
1.6.26
- WebApp/Functions: Fix .NET on Linux deployments
1.6.25
- CosmosDb: Add support for serverless capacity mode.
- WebApps/Functions: Fix autoSwapSlotName for app slots.
- WebApps/Functions: Fix zip deployments for web app with slots.
- WebApp: Create App-managed certificates in the same resource group as the ASP to avoid ARM bug
1.6.24
- ContainerApps: Eagerly validate whether all containers in an app have a valid CPU/RAM combination.
- ContainerApps: Correctly round CPU to 2DP.
- Revert back to targetting NET Standard 2 only.