Skip to content

Releases: awslabs/aws-service-catalog-puppet

0.2.0

13 Jun 13:03
73d7343
Compare
Choose a tag to compare

Changes:

  • Now deleting SSM output params when terminating a product

0.1.15

12 Jun 20:28
dfef5af
Compare
Choose a tag to compare

Added worker_timeout to TerminateProductTask (issue #73)

0.1.14

12 Jun 11:42
c378875
Compare
Choose a tag to compare
  • Added spoke-local-portfolios to manifest and accompanying code
  • Exit status now corresponds to luigi results
  • Added timeoutInSeconds to manifest for launches

Issues: #58, #59 and #72

0.1.13

10 Jun 09:33
1e9a529
Compare
Choose a tag to compare

Accounts that are not ACTIVE are now filtered out during the expand OU operation action.

0.1.12

06 Jun 16:16
1644fd2
Compare
Choose a tag to compare

Fixes issue with unknown parameter: status for ProvisionProductTask

0.1.11

06 Jun 10:13
bfc0f3a
Compare
Choose a tag to compare
  • Allow the termination of product using status: terminated
  • hotfix for issue stopping first launches of a product

0.1.10

05 Jun 15:54
Compare
Choose a tag to compare

Added warning when product plans result in no changes that a taint will occur.

0.1.9

05 Jun 14:08
945a3cf
Compare
Choose a tag to compare

Parameter checking (introduced in 0.0.44) to see if we should update a provisioned product did not consider the default values of parameters in the CloudFormation template. These default values are used when no others are specified. This was causing Service Catalog to run a product plan that thought there were changes but CloudFormation was aware there were no changes. The CloudFormation changeset was invalid and caused ServiceCatalog to taint the product. issues #63 #62

0.1.8

04 Jun 20:31
Compare
Choose a tag to compare

Added better logging and fixed parameter precedence handling.

0.1.7

04 Jun 16:36
Compare
Choose a tag to compare

Adding better logging