Skip to content

Releases: theforeman/foreman_azure_rm

v2.0.5

09 Jan 10:17
Compare
Choose a tag to compare

#60 Display correct messages
#61 Fixes #28625 - Compute attributes set from CLI not shown on UI
#62 Move travis to ruby 2.5 to avoid dependency error
#64 Fixes #28690 - Modify README.md to latest

v2.0.4

12 Dec 13:31
Compare
Choose a tag to compare
  • #58 Renaming to support better snake_case

v2.0.3

10 Dec 14:35
Compare
Choose a tag to compare
  • #48 Fixes #28172 - No validation for region in CR create
  • #49 Fixes #28404 - Import managed and unmanaged hosts
  • #50 Fixes #28390 - Host not created with static private IP
  • #51 Fixes #27622 - Image password gets blank on edit
  • #53 Fixes #28438 - Undefined method reload for PowerOn/Off
  • #54 Fixes #28456 - Compute Profile VM attributes column blank
  • #55 Fixes #28469 - No validation for public ip in cli
  • #56 Fixes #28470 - Start checkbox of Power ON doesn't work

v2.0.2

26 Nov 14:06
Compare
Choose a tag to compare

#46 Uninitialized constant ForemanAzureRM::AzureSDKAdapter

v2.0.1

31 Oct 15:09
Compare
Choose a tag to compare
  • #41 Adding API params for CLI
  • #43 Fixing Edit values and defining region on the Compute Resource instead of VM.

v2.0.0.pre1

26 Aug 07:33
Compare
Choose a tag to compare
v2.0.0.pre1 Pre-release
Pre-release
  • #36 Making changes for ForemanAzureRM with azure-sdk-for-ruby
    • Integrated with Azure-sdk-for-ruby
    • Removed dependency on fog/fog-azure-rm
    • Provisioning support using Foreman's finish and user data templates
    • Supports single NIC and single (default) OS disk
  • #38 Upate README.md with azure-sdk changes
  • #40 Update gem mocha as development dependency

Remove unused deface requirement

24 Jul 15:20
Compare
Choose a tag to compare

Essentially just the title

Fixed

  • Changelog unreleased hyperlink
  • Remove unused overrides and associated assets

Further API updates

22 Jun 15:39
Compare
Choose a tag to compare

Added

  • /compute_resources/:id/:region_id/available_sizes endpoint to list all sizes in an Azure region
  • /compute_resources/:id/available_subnets endpoint to list all subnets
  • /compute_resources/:id/available_vnets endpoint to list available vnets with complete information

Fixed

  • Apply .freeze to version constant
  • Changelog hyperlink for to compare v1.1.1 to v1.2.0

API Updates & Script Extension Fix

15 Jun 14:48
Compare
Choose a tag to compare

Added

  • This changelog
  • RABL template for API compute resource view
  • available_networks api endpoint
  • UUID to GET compute_resources/:id endpoint
  • Added an API call (/compute_resources/:id/available_resource_groups) to retrieve resource groups
  • Available_networks API endpoint now returns all subnets in the subscription

Fixed

  • This changelog
  • Use correct custom script extension for Windows hosts

Fix error on nil os_profile

11 May 15:49
Compare
Choose a tag to compare
v1.1.1

Bump version for bug fix