File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+
9+ ## [ 1.0.2] - 2025-05-27
10+
11+ ### Added
12+ - ` terraform_plan ` : Added ` exclude_types ` parameter to filter specific resource types when using wildcard (* ) resource type
13+ - ` terraform_plan ` : Support for excluding resource types in ` attribute ` , ` action ` , and ` count ` operations
14+
815## [ 1.0.0] - 2025-05-15
916
1017### Fixed
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222
2323setup (
2424 name = "py-tirith" ,
25- version = "1.0.1 " ,
25+ version = "1.0.2 " ,
2626 license = "Apache" ,
2727 description = "Tirith simplifies defining Policy as Code." ,
2828 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 22tirith: Execute policies defined using Tirith (StackGuardian Policy Framework)
33"""
44
5- __version__ = "1.0.1 "
5+ __version__ = "1.0.2 "
66__author__ = "StackGuardian"
77__license__ = "Apache"
You can’t perform that action at this time.
0 commit comments