Skip to content

Releases: blinqas/station

v1.10.0

31 Jul 08:02
be3dca5
Compare
Choose a tag to compare

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

05 Jul 11:12
007f1bf
Compare
Choose a tag to compare

What's Changed

  • feat: support azuread_app_role_assignment on workload identity by @kimfy in #133

Full Changelog: v1.8.1...v1.9

v1.8.1

04 Jul 10:29
9534493
Compare
Choose a tag to compare

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

19 Jun 09:21
f654f8b
Compare
Choose a tag to compare

Summary

  • We have merged the tfe.workspace_env_vars into tfe.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 and tenant_id. ‼️
  • We have added the option to add role assignments on Entra ID groups!

Features

Refactor:

  • refactor!: remove use of azuread_client_config and azurerm_client_config by @kimfy in #123 ‼️
  • refactor!: merged tfe.workspace_env_vars into tfe.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

04 Apr 08:19
11c109d
Compare
Choose a tag to compare

Bug fixes

  • fix(application): added missing dependency by @SanderBlom in #109 solved issue: #103.
  • fix(tfe): support tags_regex by handling the value of file_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

16 Nov 10:05
6da2278
Compare
Choose a tag to compare

What's Changed

  • Add resource groups to outputs by @kimfy in #100

Full Changelog: v1.5.0...v1.6.0

v1.5.0

16 Nov 09:11
ceb9cb8
Compare
Choose a tag to compare

What's Changed

  • Update dependabot.yml by @Blinq-SanderBlom in #94
  • Changed terraform tests to only run on tf files by @Blinq-SanderBlom in #95
  • Add support for Azure Role assignments on Managed Identities by @kimfy in #98

Full Changelog: v1.4.0...v1.5.0

v1.4.0

14 Nov 11:17
2cda328
Compare
Choose a tag to compare

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

03 Oct 08:23
092dd04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

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