Skip to content

Latest commit

 

History

History
518 lines (301 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

518 lines (301 loc) · 21.7 KB

Changelog

All notable changes to this project will be documented in this file.

4.11.0 (2022-02-02)

Features

  • Include cost explorer to default console services in iam-read-only-policy module (#186) (e701139)

4.10.1 (2022-01-21)

Bug Fixes

  • Fixed incorrect example of iam-eks-role (#183) (c26c44e)

4.10.0 (2022-01-19)

Features

  • Allow setting custom trust policy in iam-assumable-role (#176) (095cb29)

4.9.0 (2022-01-14)

Features

4.8.0 (2022-01-03)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#175) (9278e6f)

Features

v4.7.0 - 2021-10-14

  • feat: Added support for trusted_role_actions for MFA in iam-assumable-role (#171)

v4.6.0 - 2021-09-20

  • feat: Added output group_arn to iam-group-with-policies (#165)

v4.5.0 - 2021-09-16

  • feat: Added id of iam assumable role to outputs (#164)

v4.4.0 - 2021-09-10

  • feat: Add ability for controlling whether or not to create a policy (#163)
  • docs: Update version constraints (#162)

v4.3.0 - 2021-08-18

  • feat: Add support for cross account access in iam-assumable-role-with-oidc (#158)

v4.2.0 - 2021-06-29

  • feat: Support External ID with MFA in iam-assumable-role (#159)

v4.1.0 - 2021-05-03

  • feat: Add support tags to additional IAM modules (#144)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#151)

v4.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#150)

v3.16.0 - 2021-04-20

  • feat: Add iam role unique_id to outputs (#149)

v3.15.0 - 2021-04-15

  • fix: Set sensitive=true for sensitive outputs and use tolist() (#148)

v3.14.0 - 2021-04-07

  • feat: Add role unique_id output in iam-assumable-role module (#143)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#142)

v3.13.0 - 2021-03-11

  • feat: Allows multiple STS External IDs to be provided to an assumable role (#138)

v3.12.0 - 2021-03-05

  • feat: Add iam-assumable-role-with-saml module (#127)

v3.11.0 - 2021-03-04

  • fix: handle unencrypted secrets (#139)
  • chore: update ci-cd workflow to allow for pulling min version from each directory (#137)

v3.10.0 - 2021-03-01

  • fix: Update syntax for Terraform 0.15 (#135)
  • chore: Run pre-commit terraform_docs hook (#133)
  • chore: add ci-cd workflow for pre-commit checks (#132)

v3.9.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#131)

v3.8.0 - 2021-01-29

  • feat: Add arn of created group(s) to outputs (#128)

v3.7.0 - 2021-01-14

  • fix: Multiple provider_urls not working with iam-assumable-role-with-oidc (#115)

v3.6.0 - 2020-12-04

  • feat: Fixed number of policies everywhere (#121)

v3.5.0 - 2020-12-04

  • fix: automatically determine the number of role policy arns (#119)

v3.4.0 - 2020-11-13

  • feat: iam-assumable-roles-with-saml - Allow for multiple provider ids (#110)

v3.3.0 - 2020-11-02

  • ci: Updated pre-commit hooks, added terraform_validate (#106)

v3.2.0 - 2020-10-30

  • docs: Updated examples in README (#105)

v3.1.0 - 2020-10-30

  • Bump new major release v3

v3.0.0 - 2020-10-30

  • feat: Added number_of_ variables for iam-assumable-role submodules (#96)

v2.25.0 - 2020-10-30

  • fix: remove empty string elements from local.urls in iam-assumable-role-with-oidc submodule (#99)

v2.24.0 - 2020-10-30

  • feat: Add role_name_prefix option for oidc roles (#101)

v2.23.0 - 2020-10-30

  • feat: Updated to support Terraform 0.13 also (#103)
  • ci: Update pre-commit-terraform (#100)

v2.22.0 - 2020-10-16

  • feat: Add role description variable for assumable role with oidc (#98)

v2.21.0 - 2020-09-22

  • fix: Fixed ses_smtp_password_v4 output name

v2.20.0 - 2020-09-08

  • fix: simplify count statements (#93)

v2.19.0 - 2020-09-08

  • fix: Allow running on custom AWS partition (incl. govcloud) (#94)

v2.18.0 - 2020-08-18

  • feat: modules/iam-assumable-role-with-oidc: Support multiple provider URLs (#91)

v2.17.0 - 2020-08-17

  • feat: Strip https:// from OIDC provider URL if present (#50)

v2.16.0 - 2020-08-17

  • fix: Allow modules/iam-assumable-role-with-oidc to work in govcloud (#83)

v2.15.0 - 2020-08-17

  • feat: Added support for sts:ExternalId in modules/iam-assumable-role (#90)

v2.14.0 - 2020-08-13

  • fix: Delete DEPRECATED ses_smtp_password in iam-user. (#88)

v2.13.0 - 2020-08-13

  • feat: Support for Terraform v0.13 and AWS provider v3 (#87)
  • docs: Updated example in README (#52)

v2.12.0 - 2020-06-10

  • Updated formatting
  • fix: Fix conditions with multiple subjects in assume role with oidc policy (#74)

v2.11.0 - 2020-06-10

  • feat: Allow to set force_detach_policies on roles (#68)

v2.10.0 - 2020-05-26

  • fix: Allow customisation of trusted_role_actions in iam-assumable-role module (#76)

v2.9.0 - 2020-04-23

  • feat: modules/iam-user - Output SMTP password generated with SigV4 algorithm (#70)

v2.8.0 - 2020-04-22

  • docs: Add note about pgp_key when create_iam_login_profile is set (#69)
  • fix: Fix module source and name in README (#65)
  • fix typo (#62)

v2.7.0 - 2020-02-22

  • Updated pre-commit-terraform with README
  • Add instance profile to role sub-module (#46)

v2.6.0 - 2020-01-27

  • Rename module from "-iodc" to "-oidc" (#48)

v2.5.0 - 2020-01-27

  • New sub-module for IAM assumable role with OIDC (#37)

v2.4.0 - 2020-01-09

  • Updated pre-commit hooks
  • iam-assumable-role: add description support (#45)
  • Removed link to missing complete example (fixed #34)

v2.3.0 - 2019-08-21

  • Added description support for custom group policies using a lookup (#33)

v2.2.0 - 2019-08-21

  • Added trusted_role_services to iam-assumable-roles, autoupdated docs
  • Add Trusted Services to iam-assumable-role (#31)
  • Fix link to iam-assumable-role example in README (#35)

v2.1.0 - 2019-06-11

  • Removed duplicated tags from variables in iam-user (#30)

v2.0.0 - 2019-06-11

  • Upgraded module to support Terraform 0.12 (#29)

v1.0.0 - 2019-06-11

  • Fixed styles after #26
  • iam-user,iam-assumable-role,iam-assumable-roles,iam-assumable-roles-with-saml tags support (#26)

v0.5.0 - 2019-05-15

  • Added support for list of policies to attach to roles (#25)

v0.4.0 - 2019-03-16

  • Minor adjustments
  • assumable roles for Users with SAML Identity Provider (#19)

v0.3.0 - 2019-02-20

  • Added iam-group-with-policies and iam-group-complete

v0.2.0 - 2019-02-19

  • Added iam-group-with-assumable-roles-policy and iam-assumable-role (#18)

v0.1.0 - 2019-02-19

  • Updated examples for iam-policy and formatting
  • Added iam policy (#15)
  • Permission boundary (#16)

v0.0.7 - 2018-08-19

  • Follow-up after #12, added possibility to upload IAM SSH public keys
  • Ssh key support (#12)
  • fix descriptions of variables (#10)

v0.0.6 - 2018-05-28

  • Custom Session Duration (#9)

v0.0.5 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs
  • Implement conditional logic for role creation (#7)

v0.0.4 - 2018-03-01

  • Add max_password_age for password policy (#5)

v0.0.3 - 2018-02-28

  • Added iam-user module (#4)

v0.0.2 - 2018-02-12

  • Added iam-assumable-roles (#2)
  • Added iam-account (#1)

v0.0.1 - 2018-02-05

  • Do pre-commit run on all code
  • Added iam-account
  • Initial commit