Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md with missing releases and add PR template #279

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Description

<!-- Please include a summary of the change, how this updates the current logic and which features are added or removed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

## Checklist

- [ ] I have updated the CHANGELOG.md file accordingly
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,32 @@ All notable changes to this project will be documented in this file.
## [1.15.7]
### Updates
- Bumped pycfmodel to use pydantic v2
### Other updates
- Add PR template @w0rmr1d3r (#279)

## [1.15.6]
## Fixes
- Fix logo displayed in pypi
### Fixes
- Fix logo in pypi @ignaciobolonio (#274)
### Updates
- Bumped python used in readthedocs to 3.9
- Update .readthedocs.yaml @jsoucheiron (#275)
### Bumps
- Bump actions/setup-python from 4 to 5 (#270)
- Bump cryptography from 42.0.3 to 42.0.4 (#272)

## [1.15.5]
### Changes
- Add dependabot config
- Migrate to `pyproject.toml`
- Migrate to pyproject.toml @jsoucheiron (#269)
- Add dependabot config @w0rmr1d3r (#257)

## [1.15.4]
## Fixes
### Fixes
- Fix `KMSKeyWildcardPrincipalRule` to work without a KMS policy
- Fix release drafter template to show PR titles
### Updates
- Bumped minimum `pycfmodel` version to `0.22.0`

## [1.15.3]
## Changes
### Changes
- Update invalid_role_inline_policy_fn_if.json
- Improve logging for the exception when applying rule filters
- Add release drafter
Expand Down
Loading