Releases: CompositionalIT/farmer
1.6.3
- Container Service (AKS): Support basic SKU for the cluster's load balancer (default is standard).
- Container Service (AKS): Support for private Kubernetes API access.
- Container Service (AKS): Support for restricting IP ranges for Kubernetes API access.
- Functions: Support publishing as a docker container
- Service bus: Add support for authorization rules.
- Virtual Machine: Added disable password authentication to Virtual Machine linux configuration
- Virtual Machine: Added sshKeys and paths to Virtual Machine linux configuration
1.6.2
- Functions: Support Elastic Premium SKUs for Functions service plans.
- SQL Azure: Support for minimum TLS version.
- Storage: Support for minimum TLS version.
- Virtual Machine: Provide control over the public IP
- Virtual Machine: Support for customData on osProfile Properties
- Virtual Network: Add support for vnet peering
- WebApp: Added support for PrivateEndpoints
1.6.1
- Web App: Workaround ARM regression when Identity is set to "None".
1.6.0
- Added support for nesting resource groups
- Storage: Support for firewall to restrict storage account network access to virtual network subnets, IP addresses, and CIDR prefixes.
- Virtual Network: Support for creating service endpoints on subnets.
- Virtual Network: Support for assigning existing service endpoint policies to subnets.
1.5.3
- CDN: Support for CDN rules
- Container Service (AKS): Support for using managed identity (msi) for the service principal.
- LoadBalancer: Adds support for public and internal load balancers.
- Traffic Manager: initial release.
1.5.2
- ServiceBus: TopicConfig implements IBuilder and supports link_to_unmanaged_namespace.
- ServiceBus: Support for forwarding messages delivered to a subscription.
1.5.1
- Communication Services: add builder.
- ExpressRoute: Adds ServiceKey property to generate an expression for the service key on a new circuit.
- Network Security Groups: Enable builder to create outbound rules.
- ServiceBus: Fix an issue with Premium Sku ARM Writer
- ServiceBus: Fix an issue with Rules depends on ARM Writer
- Storage Accounts: Support for CORS.
- Virtual WAN: add builder
1.5.0
-
Container Groups: Support for init containers.
-
Container Groups: Support for liveliness and readiness probes on containers.
-
Container Groups: Connect network profile to an existing virtual network.
-
Container Groups: Bugfix for outputs.
-
CosmosDb: Add support for MongoDB as a database kind.
-
Event Grid: Ensure destination Queues are created as a dependency
-
Event Grid: Add ServiceBus Queue and Topic as supported destinations
-
Functions: Support for 64 bits.
-
Functions: Add option to use managed Key Vault
-
Functions: Add support for dotnet-isolated runtime (NET5)
-
KeyVault: Fix an issue with adding tags on main KeyVault builder.
-
KeyVault: Support Azure RBAC for data plane access.
-
ServiceBus: update namespace validation rules to follow Microsoft documentation
-
Storage: Add support for tables
-
Web App: Disables the automatic addition of the logging site extension when
docker_image
is used -
Web App: Add dotnet 5.0 runtime option
-
Framework: Updated DeterministicGuid for RFC 4122 compatibility
-
Framework: Add support for NET5, upgrade to F#5.
-
Framework: Simplify Event Grid builder
-
Framework: Use System.Text.Json instead of Newtonsoft.Json
1.5.0-beta3
- KeyVault: Fix an issue with adding tags on main KeyVault builder.
- Functions add option to use managed KeyVault.
- Framework: Use System.Text.Json instead of Newtonsoft.Json
1.5.0 beta 2
- Container Groups: Support for liveliness and readiness probes on containers.
- Container Groups: Connect network profile to an existing virtual network.
- Container Groups: Bugfix for outputs.
- Event Grid: Ensure destination Queues are created as a dependency
- Event Grid: Add ServiceBus Queue and Topic as supported destinations
- ServiceBus: update namespace validation rules to follow Microsoft documentation
- Web App: Disables the automatic addition of the logging site extension when
docker_image
is used - WebApp: Add dotnet 5.0 runtime option