Skip to content

Latest commit

 

History

History
91 lines (53 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

91 lines (53 loc) · 2.24 KB

Changelog

v5.1.2

  • Added hide_skip_approvals field to the info section. It dynamically controls "Skip Action Approvals" visibility.

v5.1.1

  • Fixed issue with numeric currency values sometimes showing 'undefined' instead of currency separators

v5.1.0

  • Modified internal names for incident fields for more accurate scraping into Optimization dashboard

v5.0.0

  • Added estimated savings based on Google's Cloud Billing API
  • Added Minimum Savings Threshold parameter to filter results
  • Added support for automatic currency conversion for savings
  • To facilitate the above, policy template now requires additional permissions

v4.0

  • Added support for regex when filtering resources by label

v3.0

  • Several parameters altered to be more descriptive and human-readable
  • Removed deprecated "Log to CM Audit Entries" parameter
  • Added ability to filter resources by project
  • Added ability to use wildcards when filtering resources by label
  • Added additional context to incident description
  • Normalized incident export to be consistent with other policies
  • Added human-readable recommendation to incident export
  • Added additional fields to incident export
  • Streamlined code for better readability and faster execution
  • Policy now requires a valid Flexera One credential

v2.12

  • Modified sys_log definition to disable rs_cm.audit_entry.create outside Flexera NAM
  • Replaced references github.com/rightscale/policy_templates and github.com/flexera/policy_templates with github.com/flexera-public/policy_templates

v2.11

  • updated README.md rightscale documentation links with docs.flexera documentation links

v2.10

  • Check for the case where labels is null (or undefined) on a snapshot

v2.9

  • Debug via param (off by default, for EU app)

v2.8

  • Added default_frequency "daily"

v2.7

  • Added missing pagination to the request for snapshot list

v2.6

  • Removing unused ds, js and start_date and end_date variables

v2.5

  • Modified escalation label and description for consistency

v2.4

  • Updated escalation block

v2.3

  • add ignore_status block to snapshot API call

v2.2

  • rounded off Age in Days column to Whole number
  • adding incident resource table

v2.1

  • rename policy

v2.0

  • initial release