Skip to content

Releases: blinqas/station

1.3.0 - Breaking Ground

26 Sep 11:10
7b70522
Compare
Choose a tag to compare

What's Changed

  • Add Support for Associating User Assigned Identities with Azure AD Groups by @Blinq-SanderBlom in #45
  • Added type constraint to input variable applications by @blinq-kim in #48
  • Added type constraints for groups by @blinq-kim in #49
  • Added type constraints to resource_groups by @blinq-kim in #51
  • Added type constraints to federated_identity_credential_config by @blinq-kim in #52
  • Use managed identity instead of application with service principal by @blinq-kim in #54

Breaking changes

Workload resource groups are now created with a new and better default name: rg-var.tfe.workspace_name-var.environment_name. Or it can be input by user via resource_group_name. Prefixed with rg- in both cases.

  • Add resource_group_name as an input variable by @blinq-kim in #56

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0 - Group Membership and Role Assignments

20 Sep 07:02
e7f5233
Compare
Choose a tag to compare

What's Changed

  • Implement group membership by @kimfy in #38
  • Fix azuread_group_member members being an empty tuple by @kimfy in #41
  • Implement Role Assignment at Station level for tenant/subscription wide permissions. by @kimfy in #42

Full Changelog: 1.1.0...1.2.0

1.1.0 - Better Terraform Cloud defaults!

15 Sep 07:10
fb766d5
Compare
Choose a tag to compare

What's Changed

  • Improved bootstrap process by @kimfy in #31

The two following changes should have been one change, something went wrong while testing.

Inputting config to the tfe block is now much simpler as the variable block has a stricter type.

Full Changelog: 1.0.1...1.0.2

HOTFIX: Fix module provider configuration

12 Sep 13:05
Compare
Choose a tag to compare
0.1.0-hotfix1

Remove provider configuration from Station. This is legacy stuff.

1.0.1

11 Sep 11:54
1b32d5c
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release

What's Changed

  • Implement create_federated_identity_credential in tfe configuration block by @kimfy in #21
  • Populate TFC workspace with variables required for Azure auth + some extras by @kimfy in #24
  • Made the bootstrap process more dynamic #25 by @Blinq-SanderBlom in #29
  • Improvements to tfe_variable by @kimfy in #26

New Contributors

  • @Blinq-SanderBlom made their first contribution in #29

Full Changelog: 1.0.0...1.0.1