Skip to content

Commit

Permalink
feat: Add params for github repo for Policy Sync PT (#1958)
Browse files Browse the repository at this point in the history
* feat: add params for github repo
Added parameters for the Policy Template Github Repo to enable this to be used for other repos without modifying Policy Template

* fix: some changes from PT tests

* fix: rename params, bump major version due to breaking changes

* fix: long_descrption to empty string ""

* fix: Possible invalid spacing between comma-separated items
fix: Datasources and scripts with mismatched names

* fix: rm min_length from param_email
fix: add description values to param blocks
fix: parameter code blocks found with out of order fields

* fix: Invalidly named escalation blocks

* fix:  parameter code blocks found with out of order fields

* fix:  policy code blocks found with out of order fields

* fix:  escalation code blocks found with out of order fields

* fix:  parameter code blocks found with out of order fields

* task: add Policy Sync PT

* fix: remove `RS` reference
  • Loading branch information
bryankaraffa authored Apr 4, 2024
1 parent 9035894 commit 1275462
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ validated_policy_templates:
- "./cost/flexera/cco/cloud_cost_anomaly_alerts/cloud_cost_anomaly_alerts.pt"
- "./cost/flexera/cco/budget_v_actual_spend_report/budget_v_actual_spend_report.pt"
- "./cost/flexera/cco/budget_v_actual/monthly_budget_v_actual.pt"
- "./tools/policy_sync/policy_sync.pt"
11 changes: 8 additions & 3 deletions tools/policy_sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
# Changelog

## v2.0.0

- Added parameters for the Policy Template Github Repo to enable this to be used for other repos without modifying Policy Template
- Renamed parameters to align with on Policy Developement testing and best practices

## v1.17

Expand All @@ -24,11 +29,11 @@

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

## 1.11
## v1.11

- Adding `param_branch` to support automatic publishing to the EU Shard.

## 1.10
## v1.10

- fix an issue with publishing

Expand Down
Loading

0 comments on commit 1275462

Please sign in to comment.