Releases: blinqas/station
Releases · blinqas/station
v1.10.0
What's Changed
- feat(applications): added support for creating a service principal(Enterprise Application) for the application by @SanderBlom in #137
- feat(applications): added support for adding custom logos to applications by @SanderBlom in #140
Full Changelog: v1.9...v1.10.0
v1.9.0
What's Changed
Full Changelog: v1.8.1...v1.9
v1.8.1
What's Changed
- feat(application): added missing public_client block by @SanderBlom in #134
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Summary
- We have merged the
tfe.workspace_env_vars
intotfe.workspace_vars
.‼️ - We have reduced the amount of Terraform resources used in the module to lower the cost/resource usage in TFC. We now require you to provide the variable
subscription_id
andtenant_id
.‼️ - We have added the option to add role assignments on Entra ID groups!
Features
- feat: added role assignments to groups by @SanderBlom in #126
Refactor:
- refactor!: remove use of
azuread_client_config
andazurerm_client_config
by @kimfy in #123‼️ - refactor!: merged
tfe.workspace_env_vars
intotfe.workspace_vars
by @SanderBlom in #128‼️
Other
- build: fix deprecated azure/login version by @SanderBlom in #122
- test: improve teardown time by @kimfy in #124
- test: add always() flag to role definition deletion by @kimfy in #125
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Bug fixes
- fix(application): added missing dependency by @SanderBlom in #109 solved issue: #103.
- fix(tfe): support
tags_regex
by handling the value offile_triggers_enabled
by @kimfy in #112 - fix: reference to workspace variables by @kimfy in #92
- fix(bootstrap): deprecations in TF code by @SanderBlom in #114
Features
- feat(uai): added the possibility to change the name for the default workload identity by @SanderBlom in #110
- feat(application): added support for notes in app registrations by @SanderBlom in #113
- feat(groups): added the option to add a description for the Entra ID groups by @SanderBlom in #121
Other
- fix(ci): terraform test not triggering on push to trunk in #102
- build(tests): updated terraform tests flow in #101
- feat(tests): added tests for the tfe block in #96
- build(tests): changed TFC project name used when testing by @SanderBlom in #119
- build(lint & terraform): updated GitHub actions and tf version by @SanderBlom in #117
- feat(ci): added template for PRs and issues by @SanderBlom in #118
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Terraform lint workflow by @blinq-kim in #46
- Fix #69 by @blinq-kim in #70
- (breaking) Change var.group_membership type to be a map. Fixes #71 by @blinq-kim in #72
- Fix for broken bootstrap #67 by @Blinq-SanderBlom in #68
- Fix #77 and #78 by @blinq-kim in #79
- Bug/Fixed booststrap script for mac users by @Blinq-SanderBlom in #76
- Resolve deprecated argument 'application_id' in azuread_service_principal by @kimfy in #83
- Create dependabot.yml by @blinq-kim in #73
- Add support for Custom Roles by @kimfy in #82
- Github action automated testing by @Blinq-SanderBlom in #86
- Added terraform init by @Blinq-SanderBlom in #88
Full Changelog: 1.3.1...v1.4.0
1.3.1
What's Changed
- Added type constraints for user assigned identities by @Blinq-SanderBlom in #57
- Support multiple subscriptions on bootstrap by @Blinq-SanderBlom in #58
- Overhaul of README by @blinq-kim in #50
- Fix #59 by @blinq-kim in #60
- Fix #61 by @blinq-kim in #62
- Pass
local.tags
to workload workspace (fixes #63) by @blinq-kim in #64 - Improved Bootstrap Process, Documentation, and Repo Automation #32 by @blinq-kim in #66
Full Changelog: 1.3.0...1.3.1
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