Skip to content

Commit

Permalink
Update Change History (#2915)
Browse files Browse the repository at this point in the history
Co-authored-by: XOmniverse <[email protected]>
  • Loading branch information
github-actions[bot] and XOmniverse authored Jan 6, 2025
1 parent 050e048 commit 10e6e13
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 27 deletions.
58 changes: 31 additions & 27 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ This document contains the last 100 policy template merges for the `flexera-publ

## History

### PR [#2907](https://github.com/flexera-public/policy_templates/pull/2907): POL-1440 Flexera FOCUS Report Bug Fix

#### Description

> This fixes an issue in the `Flexera FOCUS Report` policy template where the policy would fail when reporting unamortized costs.
>
#### Metadata

- **Policies**: [Flexera FOCUS Report](https://github.com/flexera-public/policy_templates/tree/master/cost/flexera/cco/focus_report/README.md)
- **Merged At**: 2025-01-02 13:32:31 UTC

---

### PR [#2896](https://github.com/flexera-public/policy_templates/pull/2896): POL-1434 Scheduled Report for Unallocated Costs "7 Days" Fix

#### Description

> From the `Scheduled Report for Unallocated Costs` CHANGELOG:
> - Fixed issue that would cause policy template to fail when "Last 7 Days" was selected for the "Date Range" parameter.
> - "Dimensions List" parameter now accepts both dimension names and dimension IDs as valid inputs.
> - Markdown tables in incident now uses pretty names for various fields to improve readability.
>
#### Metadata

- **Policies**: [Scheduled Report for Unallocated Costs](https://github.com/flexera-public/policy_templates/tree/master/cost/flexera/cco/scheduled_report_unallocated/README.md)
- **Merged At**: 2025-01-02 13:32:12 UTC

---

### PR [#2887](https://github.com/flexera-public/policy_templates/pull/2887): FLEX-5165 Add datalake optimization policy template

#### Description
Expand Down Expand Up @@ -1684,30 +1715,3 @@ This document contains the last 100 policy template merges for the `flexera-publ
---
### PR [#2511](https://github.com/flexera-public/policy_templates/pull/2511): POL-1308 New Policy: Flexera One User Access Report
#### Description
> New policy that produces a list of users and the various roles they have assigned to them in order to assist with auditing users in a Flexera org.
>
#### Metadata
- **Policies**: [Flexera One User Access Report](https://github.com/flexera-public/policy_templates/tree/master/operational/flexera/iam/iam_user_report/README.md)
- **Merged At**: 2024-08-14 13:09:41 UTC
---
### PR [#2533](https://github.com/flexera-public/policy_templates/pull/2533): POL-1321 Meta Policy Unpublish Fix
#### Description
> This adds publish to the info block of meta parent policies that corresponds to the child policy. This is to prevent meta parent policies for unpublished child policies from themselves being published by mistake.
#### Metadata
- **Policies**: Not displayed due to PR with > 5 policies. Please see [Github Pull Request](https://github.com/flexera-public/policy_templates/pull/2533) for these details.
- **Merged At**: 2024-08-13 19:13:27 UTC
---
125 changes: 125 additions & 0 deletions data/change_history/change_history.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,130 @@
{
"merged_prs": [
{
"number": 2914,
"title": "Update Active Policy List",
"description": "Update Active Policy List from GitHub Actions Workflow [Update Active Policy List](https://github.com/flexera-public/policy_templates/actions/runs/12583287754)",
"labels": [
"automation",
"data"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2914",
"created_at": "2025-01-02 13:39:05 UTC",
"merged_at": "2025-01-03 14:48:50 UTC",
"modified_files": [
"data/active_policy_list/active_policy_list.json"
]
},
{
"number": 2913,
"title": "Update Policy Master Permissions List",
"description": "Update Policy Master Permissions List from GitHub Actions Workflow [Generate Policy Master Permissions JSON](https://github.com/flexera-public/policy_templates/actions/runs/12583236870)",
"labels": [
"automation"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2913",
"created_at": "2025-01-02 13:32:50 UTC",
"merged_at": "2025-01-02 13:35:19 UTC",
"modified_files": [
"data/policy_permissions_list/master_policy_permissions_list.json",
"data/policy_permissions_list/master_policy_permissions_list.yaml"
]
},
{
"number": 2912,
"title": "Update README Policy Table of Contents",
"description": "Update README Policy Table of Contents from GitHub Actions Workflow [Generate README Policy Table of Contents](https://github.com/flexera-public/policy_templates/actions/runs/12583233030)",
"labels": [
"documentation",
"automation"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2912",
"created_at": "2025-01-02 13:32:35 UTC",
"merged_at": "2025-01-02 13:34:18 UTC",
"modified_files": [
"README.md"
]
},
{
"number": 2907,
"title": "POL-1440 Flexera FOCUS Report Bug Fix",
"description": "### Description\r\n\r\nThis fixes an issue in the `Flexera FOCUS Report` policy template where the policy would fail when reporting unamortized costs.\r\n\r\n### Link to Example Applied Policy\r\n\r\nhttps://app.flexera.com/orgs/27018/automation/applied-policies/projects/119613?policyId=676f02f2d4c8952ac2786e9b\r\n\r\n### Contribution Check List\r\n\r\n- [X] New functionality includes testing.\r\n- [X] New functionality has been documented in the README if applicable\r\n- [X] New functionality has been documented in CHANGELOG.MD\r\n",
"labels": [
"READY-FOR-REVIEW"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2907",
"created_at": "2024-12-27 19:43:22 UTC",
"merged_at": "2025-01-02 13:32:31 UTC",
"modified_files": [
"cost/flexera/cco/focus_report/CHANGELOG.md",
"cost/flexera/cco/focus_report/focus_report.pt"
]
},
{
"number": 2896,
"title": "POL-1434 Scheduled Report for Unallocated Costs \"7 Days\" Fix",
"description": "### Description\r\n\r\nFrom the `Scheduled Report for Unallocated Costs` CHANGELOG:\r\n- Fixed issue that would cause policy template to fail when \"Last 7 Days\" was selected for the \"Date Range\" parameter.\r\n- \"Dimensions List\" parameter now accepts both dimension names and dimension IDs as valid inputs.\r\n- Markdown tables in incident now uses pretty names for various fields to improve readability.\r\n\r\n### Link to Example Applied Policy\r\n\r\nhttps://app.flexera.com/orgs/27018/automation/applied-policies/projects/119613?policyId=67647b6dd4c8952ac27855d8\r\n\r\n### Contribution Check List\r\n\r\n- [X] New functionality includes testing.\r\n- [X] New functionality has been documented in the README if applicable\r\n- [X] New functionality has been documented in CHANGELOG.MD\r\n",
"labels": [
"READY-FOR-REVIEW"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2896",
"created_at": "2024-12-19 20:04:08 UTC",
"merged_at": "2025-01-02 13:32:12 UTC",
"modified_files": [
"cost/flexera/cco/scheduled_report_unallocated/CHANGELOG.md",
"cost/flexera/cco/scheduled_report_unallocated/README.md",
"cost/flexera/cco/scheduled_report_unallocated/scheduled_report_unallocated.pt",
"data/policy_permissions_list/master_policy_permissions_list.json",
"data/policy_permissions_list/master_policy_permissions_list.yaml"
]
},
{
"number": 2910,
"title": "Update Azure VM Pricing Data",
"description": "Updated Azure VM Pricing from GitHub Actions Workflow [Generate Azure VM Pricing JSON](https://github.com/flexera-public/policy_templates/actions/runs/12532638971)",
"labels": [
"automation",
"data",
"azure"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2910",
"created_at": "2024-12-29 05:04:19 UTC",
"merged_at": "2024-12-30 13:09:53 UTC",
"modified_files": [
"data/azure/azure_vm_pricing.json"
]
},
{
"number": 2909,
"title": "Update AWS EC2 Pricing Data",
"description": "Updated AWS EC2 Pricing from GitHub Actions Workflow [Generate AWS EC2 Pricing JSON](https://github.com/flexera-public/policy_templates/actions/runs/12531706852)",
"labels": [
"automation",
"data",
"aws"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2909",
"created_at": "2024-12-29 02:29:23 UTC",
"merged_at": "2024-12-30 13:09:31 UTC",
"modified_files": [
"data/aws/aws_ec2_pricing.json"
]
},
{
"number": 2908,
"title": "Update Change History",
"description": "Update Change History from GitHub Actions Workflow [Update Change History](https://github.com/flexera-public/policy_templates/actions/runs/12531333854)",
"labels": [
"automation"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2908",
"created_at": "2024-12-29 01:37:31 UTC",
"merged_at": "2024-12-30 13:09:07 UTC",
"modified_files": [
"HISTORY.md",
"data/change_history/change_history.json"
]
},
{
"number": 2906,
"title": "Update Active Policy List",
Expand Down

0 comments on commit 10e6e13

Please sign in to comment.