Skip to content

Commit

Permalink
Update Change History (#2870)
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 Dec 9, 2024
1 parent 07397c4 commit 7198f07
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 35 deletions.
65 changes: 30 additions & 35 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ This document contains the last 100 policy template merges for the `flexera-publ

## History

### PR [#2867](https://github.com/flexera-public/policy_templates/pull/2867): POL-1422 Fix AWS New Marketplace Products

#### Description

> AWS New Marketplace Products has an issue that was introduced during a mass code change that prevents the policy from completing execution. This fixes that issue.
>
#### Metadata

- **Policies**: [AWS New Marketplace Products](https://github.com/flexera-public/policy_templates/tree/master/operational/aws/marketplace_new_products/README.md)
- **Merged At**: 2024-12-02 14:09:36 UTC

---

### PR [#2862](https://github.com/flexera-public/policy_templates/pull/2862): POL-1415 AWS Rightsize RDS Instances: Add Connections to Incident Table

#### Description

> This adds a daily average of connections to the RDS instance, labelled `Connections (Daily)`, to the incident table for both the idle and underutilized incidents.
>
> (This also includes some minor code refactoring to make similar changes in the future easier)
>
#### Metadata

- **Policies**: [AWS Rightsize RDS Instances](https://github.com/flexera-public/policy_templates/tree/master/cost/aws/rightsize_rds_instances/README.md), [Meta Parent: AWS Rightsize RDS Instances](https://github.com/flexera-public/policy_templates/tree/master/cost/aws/rightsize_rds_instances/README.md)
- **Merged At**: 2024-12-02 13:08:57 UTC

---

### PR [#2859](https://github.com/flexera-public/policy_templates/pull/2859): POL-1419 Bug Fix for Azure Publicly-Accessible Blob Containers

#### Description
Expand Down Expand Up @@ -1623,38 +1653,3 @@ This document contains the last 100 policy template merges for the `flexera-publ
---
### PR [#2506](https://github.com/flexera-public/policy_templates/pull/2506): POL-1317 AWS Superseded EC2 Instances Fix/Improvement
#### Description
> Improvements to `AWS Superseded EC2 Instances`. From the CHANGELOG:
>
> - Fixed bug where invalid recommendations with no new resource type would sometimes be included in results
> - Added `Fallback Instance Type Category` parameter to provide alternate recommendations when the selected category is not available
>
> This also updates the local Gemfile to use the current version of Danger
>
#### Metadata
- **Policies**: [AWS Superseded EC2 Instances](https://github.com/flexera-public/policy_templates/tree/master/cost/aws/superseded_instances/README.md), [Meta Parent: AWS Superseded EC2 Instances](https://github.com/flexera-public/policy_templates/tree/master/cost/aws/superseded_instances/README.md)
- **Merged At**: 2024-08-12 12:27:51 UTC
---
### PR [#2472](https://github.com/flexera-public/policy_templates/pull/2472): POL-1297 Azure Security Policy Revamps: Part 4
#### Description
> This is a revamp of several Azure Security policy templates. Please see their respective CHANGELOGs and READMEs for details.
>
> Additionally, the `Azure Storage Accounts Without HTTPs Enforced` policy template is being deprecated because it is redundant.
>
#### Metadata
- **Policies**: Not displayed due to PR with > 5 policies. Please see [Github Pull Request](https://github.com/flexera-public/policy_templates/pull/2472) for these details.
- **Merged At**: 2024-08-09 15:01:45 UTC
---
112 changes: 112 additions & 0 deletions data/change_history/change_history.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,117 @@
{
"merged_prs": [
{
"number": 2868,
"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/12121105922)",
"labels": [
"automation",
"data"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2868",
"created_at": "2024-12-02 14:14:16 UTC",
"merged_at": "2024-12-02 14:21:43 UTC",
"modified_files": [
"data/active_policy_list/active_policy_list.json"
]
},
{
"number": 2867,
"title": "POL-1422 Fix AWS New Marketplace Products",
"description": "### Description\r\n\r\nAWS New Marketplace Products has an issue that was introduced during a mass code change that prevents the policy from completing execution. This fixes that issue.\r\n\r\n### Link to Example Applied Policy\r\n\r\nhttps://app.flexera.com/orgs/6/automation/applied-policies/projects/7954?policyId=674db213157a8e708be7b24e\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/2867",
"created_at": "2024-12-02 13:13:17 UTC",
"merged_at": "2024-12-02 14:09:36 UTC",
"modified_files": [
"data/policy_permissions_list/master_policy_permissions_list.json",
"data/policy_permissions_list/master_policy_permissions_list.yaml",
"operational/aws/marketplace_new_products/CHANGELOG.md",
"operational/aws/marketplace_new_products/aws_marketplace_new_products.pt"
]
},
{
"number": 2866,
"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/12120048153)",
"labels": [
"automation",
"data"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2866",
"created_at": "2024-12-02 13:12:17 UTC",
"merged_at": "2024-12-02 13:15:45 UTC",
"modified_files": [
"data/active_policy_list/active_policy_list.json"
]
},
{
"number": 2862,
"title": "POL-1415 AWS Rightsize RDS Instances: Add Connections to Incident Table",
"description": "### Description\r\n\r\nThis adds a daily average of connections to the RDS instance, labelled `Connections (Daily)`, to the incident table for both the idle and underutilized incidents.\r\n\r\n(This also includes some minor code refactoring to make similar changes in the future easier)\r\n\r\n### Link to Example Applied Policy\r\n\r\nhttps://app.flexera.com/orgs/6/automation/applied-policies/projects/7954?policyId=6747314d6b5345997c067d7d\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/2862",
"created_at": "2024-11-27 14:33:28 UTC",
"merged_at": "2024-12-02 13:08:57 UTC",
"modified_files": [
"cost/aws/rightsize_rds_instances/CHANGELOG.md",
"cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances.pt",
"cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances_meta_parent.pt",
"data/policy_permissions_list/master_policy_permissions_list.json",
"data/policy_permissions_list/master_policy_permissions_list.yaml"
]
},
{
"number": 2865,
"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/12102469872)",
"labels": [
"automation",
"data",
"azure"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2865",
"created_at": "2024-12-01 05:04:51 UTC",
"merged_at": "2024-12-02 09:41:54 UTC",
"modified_files": [
"data/azure/azure_vm_pricing.json"
]
},
{
"number": 2864,
"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/12101512633)",
"labels": [
"automation",
"data",
"aws"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2864",
"created_at": "2024-12-01 02:39:48 UTC",
"merged_at": "2024-12-02 09:41:28 UTC",
"modified_files": [
"data/aws/aws_ec2_pricing.json"
]
},
{
"number": 2863,
"title": "Update Change History",
"description": "Update Change History from GitHub Actions Workflow [Update Change History](https://github.com/flexera-public/policy_templates/actions/runs/12101076841)",
"labels": [
"automation"
],
"href": "https://github.com/flexera-public/policy_templates/pull/2863",
"created_at": "2024-12-01 01:40:52 UTC",
"merged_at": "2024-12-02 09:40:50 UTC",
"modified_files": [
"HISTORY.md",
"data/change_history/change_history.json"
]
},
{
"number": 2861,
"title": "Update Active Policy List",
Expand Down

0 comments on commit 7198f07

Please sign in to comment.