Skip to content

Releases: Cox-Automotive/terraform-provider-alks

v2.8.2

18 Jan 17:58
aa15a24
Compare
Choose a tag to compare

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

07 Dec 13:59
09b55f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.8.1

v2.8.0

26 Jul 03:54
ff31e46
Compare
Choose a tag to compare

Changelog

  • ff31e46 Merge pull request #193 from Cox-Automotive/update-trust-policy
  • dcfcd44 Allow updates of assume role policy
  • 8d76d6d Merge branch 'master' into update-trust-policy
  • ca416b6 Enable trust policy editing. Core Logic

v2.7.2

16 Mar 20:18
6bf6964
Compare
Choose a tag to compare

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

27 Oct 16:22
db10a70
Compare
Choose a tag to compare

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

21 Oct 19:57
bd1875b
Compare
Choose a tag to compare

Changelog

  • bd1875b Merge pull request #181 from Cox-Automotive/update-docs
  • 718b6c6 Update typos in docs
  • 9c1c562 Merge pull request #180 from Cox-Automotive/tag-ltk-resources
  • 023a0e0 Documentation
  • 33c124c Tagging and updating ltk's implemented
  • df8a633 merge in alks-error branch
  • 52b6d97 In progress

v2.6.0

05 Oct 15:22
41cd02b
Compare
Choose a tag to compare

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

25 Aug 20:10
05d6958
Compare
Choose a tag to compare

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

15 Jun 18:03
9882004
Compare
Choose a tag to compare

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

v2.3.1

13 May 18:33
afb812d
Compare
Choose a tag to compare

Changelog

  • afb812d Merge pull request #170 from Cox-Automotive/update-documentation
  • 62c57bf Fix Typo in example terraform
  • 511a265 Update documentation for Terraform site