3.2.7 (2022-10-22)
3.2.6 (2022-06-07)
- handle disble logs correctly (7bff688)
3.2.5 (2022-06-04)
3.2.4 (2022-05-29)
- deps: bump ansi-regex from 3.0.0 to 3.0.1 (eb2cbd0)
- deps: bump trim-newlines from 3.0.0 to 3.0.1 (10f3edb)
3.2.3 (2022-04-12)
- deps: bump glob-parent from 5.1.1 to 5.1.2 (338e222)
3.2.2 (2022-04-12)
- trigger release due to semantic relase config (4b0ddbd)
3.2.1 (2022-04-12)
- change PermissionsBoundary feature to add suport for cloudformation functions (#70) (720dc0f)
- deps: updated to latest serverless and making tests work (d0259c8)
- Function properties schema validation fixed (#63) (1f81264)
- Support for Serverless v2.5.0 (#53) (09e56ae)
- add support to PermissionsBoundary (d68046e)
- Docs: added contributing section (d9715ba)
- nodejs 12 support (#32) (4dd58a2)
- schema validation (abbc8af)
- Support new provider.iam property (6e20297), closes #73
- Use resolved region name in counting length of role name (#33) (f9fd677), closes #26
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.0 (2021-03-19)
3.1.1 (2021-01-03)
- change PermissionsBoundary feature to add suport for cloudformation functions (PR#70)
3.1.0 (2020-12-17)
- Permission boundary (PR#68)
3.0.2 (2020-12-04)
Add logs:CreateLogGroup
action to default policy (#42) (b5e1837)
3.0.1 (2020-11-28)
- Docs: added contributing section (d9715ba)
3.0.0 (2020-11-02)
- Support for Serverless v2.5.0 (#53) (09e56ae)
- nodejs 12 support (#32) (4dd58a2)
- Use resolved region name in counting length of role name (#33) (f9fd677), closes #26
2.0.2 (2019-08-30)
- update dependencies (61c04e7)
2.0.1 (2019-05-10)
- Fix regression when using a vpc with a function (#24)
2.0.0 (2019-04-30)
1.0.4 (2018-09-02)
- improved formatting for error messages from the plugin (cea0541)
- update dependencies (43641b3)
- update README with download stats (f9b0b4a)
1.0.3 (2018-08-26)
- support for auto shortening the role name when default naming scheme exceeds 64 chars (97284e4)
- update dependencies (b16de8d)
1.0.2 (2018-07-28)
- update dependencies (1f5a6ef)
1.0.1 (2018-05-30)
- fix README with coveralls coverage status (aa3efe3)
1.0.0 (2018-05-29)
- remove managed policies from cloned role (942816f)
- support for running tests with multiple serverless versions (0153d79)
- tests to check empty iam statements array and no-block (8d601b4)
- update dependencies to latest versions (b4487c3)
- update README with code coverage status (8387371)
0.1.9 (2018-05-26)
- code coverage reporting (51367c8)
0.1.8 (2018-05-17)
- add travis ci build status (24399ae)
0.1.7 (2018-05-16)
- add dependencies status to readme (9eb79e0)
0.1.6 (2018-05-15)
- dependencies update (d36f969)
0.1.5 (2018-02-25)
0.1.4 (2018-02-23)
0.1.3 (2018-02-20)
- new configuration to control default inherit or override behaviour (542175f)
- support custom role names via the property: iamRoleStatementsName (93cd015), closes #2