Skip to content

Commit 0ec5979

Browse files
authored
Add pull request template and bump to version 0.8.6 (#222)
* Add Pull Request template * Bump version
1 parent dfeafb5 commit 0ec5979

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## What does this PR do?
2+
3+
[//]: # (Required: Describe the effects of your pull request in detail. If
4+
multiple changes are involved, a bulleted list is often useful.)
5+
6+
## What gif best describes this PR or how it makes you feel?
7+
8+
[//]: # (Encouraged: Insert an appropriate gif/meme to brighten up your reviewer's day.)
9+
10+
## Completion checklist
11+
12+
- [ ] Additions and changes have unit tests
13+
- [ ] [Unit tests, Pylint, security testing, and Integration tests are passing.](https://github.com/salesforce/policy_sentry/actions). GitHub actions does this automatically
14+
- [ ] The pull request has been appropriately labeled using the provided PR labels

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.8.6 (2020-09-05)
4+
* Fix issue with ARN matching (#215)
5+
* Fixed issue where query command was not leveraging local database (#220)
6+
* IAM data refresh
7+
38
## 0.8.5 (2020-08-17)
49
* Fixes `write_policy_with_template` issue when used as a library (#211)
510

policy_sentry/bin/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Policy Sentry is a tool for generating least-privilege IAM Policies.
44
"""
5-
__version__ = "0.8.5"
5+
__version__ = "0.8.6"
66
import click
77
from policy_sentry import command
88

0 commit comments

Comments
 (0)