Skip to content

Latest commit

 

History

History
103 lines (81 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

103 lines (81 loc) · 4.23 KB

Supported Version 1.3.1

Added

  • Japanese translations updated to reflect the 1.3.0 README.md.

Supported Version 1.3.0

Added

  • New Puppet Types and Providers for subnet, vnet and network_security_group.
  • Support for the Microsoft ARM 0.14 API
  • Support for SKU in Storage Accounts.
  • Types for access_tier and https_traffic_only in Storage Accounts.
  • Overhaul of acceptance testing to run locally on the host.

Fixed

  • Acceptance tests now can run locally on your host. (bundle exec rake fast) This should complete in ~ 24 mins and verify the basic stack on ARM. To commit PR's please continue to run (bundle exec rake acceptance).

Supported Version 1.2.1

Added

  • This release adds internationalization for the README.md.
  • The first supported language is Japanese.

Supported Version 1.2.0

Added

  • Support for Azure's managed disks feature removes the requirement to associate a storage account with each Azure VM, removing one of the fundamental limitations of the platform.
  • Premium SSD backed VMs for enhanced performance of production class environments are now supported and documented.
  • The network security group can now be specified when creating a VM.
  • Cross networking support. By default, all network objects created while provisioning a azure_vm will be created in the resource group you created the VM in. This works fine in basic environments where everything you want to talk to on non-public addresses is within the same resource group but if you need to plug into a network in another resource group.
  • Tagging is now supported for Puppet Types.

Fixed

  • Redundant acceptance tests removed.

Supported Version 1.1.1

This release adds support for Puppet 4.9.4.

Added

  • Puppet 4.9.4 Support

Fixed

  • azure_resource_template The templateURL parameter when unused was being set to Nil and failing.
  • ProviderArm parameter virtual_network_address_space now supports an array of addresses

Supported Version 1.1.0

Summary

This release adds several more useful resource types for managing Azure resource groups, storage accounts, and resource templates. It also expands the capabilities of the azure_vm type by adding support for managing extensions, data disks, custom data, and deploying from marketplace images.

Added

  • azure_resource_group type for resource group management
  • azure_storage_account type for storage account management
  • azure_resource_template type for template management
  • extensions parameter to azure_vm for extension configuration
  • plan parameter to azure_vm for Azure Marketplace images
  • data_disks parameter to azure_vm for data disk configuration
  • custom_data parameter to azure_vm for custom data configuration

Fixed

  • Updated to 1.1.2 version of hocon gem (includes windows fixes)
  • No longer requires azure.conf classic credentials for only ARM or vice versa
  • Better printing of error messages from azure's API
  • Allow azure_vm::public_ip_allocation_method => 'None' to work

Supported Version 1.0.3

Summary

This release updates the module for the 0.3.0 version of the azure gems and fixes a bug for Azure::Core

Fixed

  • Update to 0.3.0 version of azure_mgmt* gems
  • Fix Azure::Core require
  • Fix paging of REST when lots of VMs
  • Fix puppet resource failing validation
  • Fix docs mentioning incorrect quoting in azure.conf
  • Fix bundlered listen gem failing on older rubies
  • Fix lint warnings in examples/*.pp
  • Add Debian 8 to metadata
  • Fix domain to be spec-specific

Supported Version 1.0.2

This release includes:

  • (CLOUD-488) Windows agent support for the Azure module testing.
  • Several test improvements and fixes.
  • Fixes validation for name length.
  • Updates module for Hocon 1.0.0 compatibility.
  • Improves error reporting.
  • Adds apt-get update before install for custom_data param.

2015-12-08 - Supported Version 1.0.1

This release includes:

  • Updates to the metadata to identify supported Windows platforms
  • Improvements to the documentation around Windows support
  • Fixes to URLs pointing at the previous Git repository

2015-12-08 - Supported Release 1.0.0

The first public release of the Azure module provides support for managing VMs in both the Service Management (Classic) and new Resource Management APIs in Azure.