Releases: Cox-Automotive/terraform-provider-alks
Releases · Cox-Automotive/terraform-provider-alks
v2.8.2
Changelog
- aa15a24 Merge pull request #197 from Cox-Automotive/US852217-automatic-release
- ee65fd6 Removed attempt at setting up local testing and the gitignore entries that hid the testing artfacts. Since nothing was actually being done with them.
- 6c90db8 Using 'release --clean' over 'release --rm-dist' to address deprecaton warnings. Thanks for the catch Spencer.
- dc8a7a6 Adding comments for helpfulness and documenting what required release labels are.
- 75377e9 US852217 - ALKS TFP - Automate CI/CD pipeline with Github Actions
v2.8.1
v2.8.0
v2.7.2
Changelog
- 6bf6964 Merge pull request #191 from Cox-Automotive/fixDiff
- 24510d7 Added test for order in service principal for assume role document, formatting
- 9fffb96 removed unneeded function
- 8f9508b Change policy diff function to match AWS provider
- 0522c12 Merge pull request #185 from Cox-Automotive/connect-to-sonarqube
- e55095e Update pr template
- 1278269 Update pr template
- 57749d3 update source paths
- d241a20 update coverage path
- 72a13aa change runner
- 5bc9978 Initial action pushed to gh
- c655d76 Merge pull request #184 from Cox-Automotive/updateReadMe
- 634a224 Missing Comment
- 64695bc change role example to use trust policy
v2.7.1
Changelog
- db10a70 Merge pull request #182 from Cox-Automotive/errorRefactor
- f236184 fix err to return string not error object
- 103076b fix err.Err
- e47ec6f Merge remote-tracking branch 'origin/errorRefactor' into errorRefactor
- 38fc811 Rework Errors based on ALKSError changes
- 98ed16d Update config.go
- c19b970 remove doc update for future PR
- ad59fbe update alks-go, remove necessary err
- ac283e6 Update errors to grab Err from ALksError
v2.7.0
v2.6.0
Changelog
- 41cd02b Merge pull request #178 from Cox-Automotive/error_handling
- 14e4cfb Fix format string
- 793ea4c Update functionality of 404 responses from alks
- 26b1e2a update go client and change the way role not found returns
- 5008e19 Throw error if we get an error from go, otherwise check the exists field
Changes to error handling in alks_iamrole
- Previous behavior: Any error coming back from alks when attempting to read a remote role would be treated as a roleNotFound. This would lead to the terraform provider thinking a role was non-existent if there was a timeout or other error in the backend.
- New Behavior: Any error other then a 404 Role Not Found will result in erroring out of the plan or apply. Role not found will be treated as before, resulting in either erroring, or attempted re-creation depending on the attempted action.
v2.5.0
Changelog
- 05d6958 Merge pull request #177 from Cox-Automotive/force-recreate-on-max-session-duration
- 23cd3ed Merge branch 'master' into force-recreate-on-max-session-duration
- 4306641 Update go version in release workflow
- 2ec5b85 Merge pull request #176 from Cox-Automotive/force-recreate-on-max-session-duration
- b2078e7 Merge branch 'master' into force-recreate-on-max-session-duration
- 545e8b6 Updated patch version in local_installation.md
- 8ac532a Merge pull request #175 from Cox-Automotive/import-role-with-byop
- 1b4fbf0 Added ForceNew property to max_session_duration_in_seconds
- 2501aab Updated Documentation
- 0ea4b95 Adds MaxSessionDuration to trust policy creation
- 14390d1 Updated suppress diff function to be reusable
- eafa84a Update go version in workflow
- 40816af Update local_installation.md with new version number
- b6d96dc Pre PR Commit
- 8f82b45 Updated go to 1.18
v2.4.0
Changelog
- 9882004 Merge pull request #172 from Cox-Automotive/develop
- 75aed66 Merge pull request #171 from Cox-Automotive/byo-trust-policy
- 5b21cb2 updates the docs for creating alks_iamrole resources
- 394ec52 renames field to assume_role_policy to match AWS lingo
- 5a51d05 updates alks_iamrole resource to accept a trust policy as an alternative to a role type
- 4bec71c adds test for making sure trust policy gets sent through to alks
- 8a2a9e3 updates schema for alks_iamrole to allow only type or trust_policy fields
- 153a69b updates alks-go to latest