Releases: blinqas/station
Releases · blinqas/station
1.3.0 - Breaking Ground
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
- @blinq-kim made their first contribution in #48 (old user= @kimfy)
Full Changelog: 1.2.0...1.3.0
1.2.0 - Group Membership and Role Assignments
1.1.0 - Better Terraform Cloud defaults!
What's Changed
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
0.1.0-hotfix1 Remove provider configuration from Station. This is legacy stuff.
1.0.1
What's Changed
- Implement
create_federated_identity_credential
intfe
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