Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

v0.15.0-rc.3

Compare
Choose a tag to compare
@krishicks krishicks released this 08 Jun 17:50
· 1487 commits to master since this release

Params Changes

  • All parameterized _major_minor_version values by default use a fully anchored version, e.g. ^1\.10\..*$

Bug Fixes

  • gcp/wipe-env checks for existence of ops manager before trying to nuke installation
  • upload-product-and-stemcell works when no stemcells are uploaded
  • upgrade-ops-manager/gcp uses correct IAAS_TYPE
  • upgrade-ert/params.yml uses correct iaas_type
  • install-pcf/vsphere tracks product versions sorting by semver

Pipeline Changes

Upgrade ERT

  • now takes a parameter for ERT minor version to track

Install PCF on AWS

  • aws-pcf-prepare is now create-infrastructure
  • aws-pcf-destroy is now wipe-env
  • create-infrastructure is idempotent
  • config-opsman/config-director are rolled into one job
  • Latest tracked version of OpsMgr AMI is automatically chosen for installation
  • AWS RDS instance is changed from mysql 5.6.27 to mariadb 10.1.19
  • Individual credentials are now being used for database access
  • Director certificates can now be specified
  • Un-pin pivnet resource from v0.26.1

Params Changes

  • TILE_UPLOAD_TIMEOUT is removed
  • TF_VAR_opsman_ami is removed
  • TF_VAR_environment is renamed to terraform_prefix
  • director_certificates is added