Skip to content

Latest commit

 

History

History
180 lines (118 loc) · 9.81 KB

CHANGELOG.md

File metadata and controls

180 lines (118 loc) · 9.81 KB

Change Log

Full Changelog

AWS appliance deployments no longer require the ami_mapping_file. Instead you must do the mapping lookup (if needed) prior to calling opsman, and pass it an explicit image_id option, pointing ops_manager_cli at a custom AMI. This allows it to easily support deploying OpsManager using an encrypted AMI.

Full Changelog

Fixes a bug when upgrading an opsmanager VM that has Xenial stemcells on it

[v0.7.12]://github.com/compozed/ops_manager_cli/tree/v0.7.12) (2018-10-29)

Full Changelog

  • Adds support for deploying multiple tiles (but not all) at once. This is useful for scenarios like deploying PAS at the same time as Isolation Segments or Windows Runtime tiles. Instead of specifying single_tile_deployment in your config, specify selected_deployments, with its value being a list of all product guids to deploy:
selected_deployments:
- product-guid-1234
- other-product-5678

[v0.7.11]://github.com/compozed/ops_manager_cli/tree/v0.7.11) (2018-10-16)

Full Changelog

  • Hides VM extensions from get-director-template and get-product-template commands, so that they can be managed via the resource_config + vm_extensions apis in Ops Manager separately.

[v0.7.10]://github.com/compozed/ops_manager_cli/tree/v0.7.10) (2018-10-8)

Full Changelog

  • Fixes a bug uploading stemcells when using single-tile-deployments causing all tiles to be assigned a stemcell, instead of the deployment targeted with single-tile-deployments
  • Support handling CF::UAA::HTTPException when checking for existing Ops Managers
  • Re-resolve bug related to deploying to AWS using instance profiles based on new Fog code

[v0.7.9]://github.com/compozed/ops_manager_cli/tree/v0.7.9) (2018-06-18)

Full Changelog

  • Adds error checking when ovftool fails to deploy the OVA to VCenter.

[v0.7.8]://github.com/compozed/ops_manager_cli/tree/v0.7.8) (2018-06-18)

Full Changelog

  • ops_manager now supports single-product deployments via the deploy_products key in the Ops Manager API (requires Ops Manager 2.2+). Just add single_tile_deploy: true to the deploy config file.

v0.7.6 (2018-06-18)

Full Changelog

Closed issues:

  • Upgrading Product Issue - The enabled_errands parameter is no longer supported #35
  • Ops Manager cannot deploy appliance when there is no Ops Manager appliance deployed #31
  • OpsMAnagerCli should check if there are pending changes in the current installation before performing an opsman upgrade #30
  • director generator does not remove fixed stemcell versions #18
  • Remove ovftools dependency and use rbvmomi instead to deploy appliance #14

Merged pull requests:

v0.7.5 (2018-01-18)

Full Changelog

v0.7.4 (2017-11-22)

Full Changelog

v0.7.2 (2017-11-03)

Full Changelog

v0.7.1 (2017-10-25)

Full Changelog

v0.7.0 (2017-10-20)

Full Changelog

Closed issues:

  • OpsMAnagerCli should support new errands endpoint in versions >= 1.10 #32

Merged pull requests:

v0.5.4 (2017-06-27)

Full Changelog

v0.5.3 (2017-06-27)

Full Changelog

v0.5.2 (2017-06-27)

Full Changelog

Closed issues:

  • CLI should check that UAA is available after Ops Manager upgrades #29
  • When upgrading opsman the token does not reset #27
  • Support refresh tokens for re-authentication with UAA #24
  • Allow toggling ops_manager.log #21

v0.5.1 (2017-01-25)

Full Changelog

Closed issues:

  • Upgrading product does not work with opsman_cli 0.5.0 on opsman 1.9 #23

v0.5.0 (2017-01-24)

Full Changelog

Implemented enhancements:

  • Support DELETE on curl #19 (glyn)

Closed issues:

  • Upgrade does not merge product installation settings #22
  • ops_manager curl -x PUT not working #17
  • When uploading stemcell it does not show the correct output #15

v0.4.1 (2016-10-21)

Full Changelog

Fixed bugs:

  • Director template generator does not delete UAA sensitive data #13
  • Product template generator does not delete stemcell metadata properties #12

v0.4.0 (2016-10-20)

Full Changelog

Implemented enhancements:

  • Improve output for appliance deploy/upgrade #11
  • Improve output for product deploy/upgrade #10
  • Run errands when applying changes #9
  • 1.8 support #5 (bonzofenix)

Fixed bugs:

  • delete-unused-products command not working #8
  • Hardcoded user name admin when logging agains ops_manager #2

Closed issues:

  • Link to CLA is broken #4

Merged pull requests:

  • Ensures special shell characters are escaped in ovftool command #7 (kpschuck)
  • Fix issue when collecting errands for applying changes #6 (kpschuck)
  • Replaces hardcoded 'admin' username with user from login command #3 (kpschuck)

v0.3.0 (2016-09-03)

Full Changelog

v0.2.8 (2016-08-09)

Full Changelog

v0.2.7 (2016-07-28)

Full Changelog

v0.1.1 (2016-05-06)

* This Change Log was automatically generated by github_changelog_generator