Releases: Azure/missionlz
Releases · Azure/missionlz
MLZ v1.0.0
What's Changed
- Update issue templates by @brooke-hamilton in #14
- Add a validate-terraform workflow to validate and lint terraform by @glennmusa in #25
- Validate terraform in src/core by @glennmusa in #36
- initial commit by @brooke-hamilton in #35
- Issue and PR templates by @brooke-hamilton in #52
- Doc updates by @brooke-hamilton in #51
- Generate configuration names and config.vars files by @glennmusa in #53
- contributing.md by @brooke-hamilton in #56
- Updates to SECURITY.md by @brooke-hamilton in #58
- updates to SUPPORT.md by @brooke-hamilton in #57
- Source MLZ config environment name and region from configuration file by @glennmusa in #60
- Add unattended terraform execution, centralize Service Principal check, exit on any errors by @glennmusa in #63
- add the shellcheck extension to the devcontainer by @glennmusa in #70
- Enable Azure Security Center in MLZ subscriptions by @Phydeauxman in #55
- Add persona and business justification to the Issue template by @brooke-hamilton in #73
- Implement error handling into shell scripts by @Phydeauxman in #72
- Implement Sub ID array for Role assignment by @Phydeauxman in #76
- Remove providers by @brooke-hamilton in #84
- use unique diagnostic settings names by @glennmusa in #82
- move scripts to src/scripts by @glennmusa in #87
- add a workflow for apply and destroy terraform by @glennmusa in #83
- add NSG flow logs and remove network watcher module by @glennmusa in #93
- Ezdeploy by @Breanna-Stryker in #99
- Updated usage example in command-line-deployment.md file by @shannawaz in #109
- Ignore *.tfvars.json files by @sstjean in #105
- use hashicorp Action in validate-terraform workflow instead of devcontainer by @glennmusa in #124
- Linking to Win10 WSL install steps (on Docs@MSFT) by @bspender in #121
- Updated doc to include saca-hub apply by @shannawaz in #127
- Update issue templates by @brooke-hamilton in #112
- removing unnecessary background on link text by @bspender in #135
- use MLZ_LOCATION instead of reserved term Location by @glennmusa in #139
- use arguments for build scripts by @glennmusa in #141
- Add inbound connection from hub to network tiers. by @Breanna-Stryker in #142
- Doc changes to UI deployment and dev container getting started guides by @bspender in #137
- Add sub array logic to only assign role once per unique sub by @Phydeauxman in #143
- Resolve transient failure with creating Service Principals in MAG by @Phydeauxman in #122
- create terraform backends from the UI by @glennmusa in #145
- deploy from the command line using a single script and argument by @glennmusa in #147
- set firewall SKU to Premium where azurerm environments support it by @glennmusa in #148
- Update Docker push commands and add checks for App properties by @Phydeauxman in #149
- enable the UI in other clouds by @glennmusa in #152
- wait for app property queries by list to return results in UI app registration creation by @glennmusa in #155
- First cut at docs for management groups by @sstjean in #154
- add config_clean.sh as a way to clean up MLZ resources by @glennmusa in #159
- SCCA Mapping by @brooke-hamilton in #162
- add missionlz deployment footprint image to docs by @glennmusa in #163
- Docker Export/Load by @Breanna-Stryker in #167
- Auto Scroll Text, Fix Variable Mismatches in local output. by @Breanna-Stryker in #177
- Complex Environmental Name Replacements by @Breanna-Stryker in #178
- validate input for Azure Region and Terraform Environment on deploy.sh and setup_ezdeploy.sh by @glennmusa in #174
- Added instruction for starting MLZ UI with AzGov (doc change only) by @bspender in #165
- Update to version 2.55 of the Terraform Azure RM provider by @Breanna-Stryker in #180
- add --help option and handle unexpected arguments by @glennmusa in #182
- add .dockerignore to ignore terraform deployment artifacts by @glennmusa in #193
- Disable SNAT regardless of the destination IP address (Firewall) since forced tunneling is turned on by @jjansen23 in #194
- pin azure cli to 2.22.0 by @glennmusa in #201
- cleanup files created by deploy.sh #192 by @jjansen23 in #199
- re-organize scripts to make end-user actions easier to find by @glennmusa in #204
- Remove symbolic link for pip in devcontainer by @sstjean in #208
- Add Forced Tunneling to the Hub Firewall configuration by @Phydeauxman in #202
- add a Bastion Host module by @glennmusa in #209
- add a windows VM as a jumpbox to Bastion RDP into the Hub network by @glennmusa in #210
- add --no-bastion to allow users to opt-out of Bastion host and Jumpbox creation by @glennmusa in #217
- Checkbox Render Logic Fix by @Breanna-Stryker in #218
- Updated docs to add tier usage to tier reference. by @sstjean in #216
- add a linux VM as a jumpbox to Bastion SSH into the Hub network by @glennmusa in #219
- Doc changes to be more explicit on .devcontainer usage for command-line deployments (vs local shell) by @bspender in #211
- Add Azure Firewall Policy by @brooke-hamilton in #221
- create MLZ configuration storage accounts with lowercase names by @glennmusa in #222
- Add Tier 3 Workload Templates and Stand Alone Script. by @Breanna-Stryker in #220
- allow for empty az cloud show results when building .mlzconfig files by @glennmusa in #238
- Update README.md (added reference to getting started docs) by @bspender in #225
- Added "owner" requirement to Mission LZ pre-reqs by @bspender in #226
- Updated stated pre-reqs for local BASH by @bspender in #227
- Update diagrams on the root README file to reflect the latest release by @brooke-hamilton in #237
- remove URI components from metadata host service endpoint when generating .mlzconfig by @glennmusa in #243
- Add flags to deployment script for T3 deployment. by @Breanna-Stryker in #245
- enable traffic analytics and bump network flow logs to v2 by @glennmusa in #248
- Remove the word demo from default resource names by @brooke-hamilton in #250
- Update fastapi requirement from ~=0.62.0 to ~=0.65.2 in /src/front by @dependabot in #253
- Update msal requirement from ~=1.8.0 to ~=1.12.0 in /src/front by @dependabot in #254
- Update uvicorn requirement from ~=0.12.3 to ~=0.14.0 in /src/front by @dependabot in #251
- Update starlette requirement from ~=0.13.6 to ~=0.14.2 in /src/front by @dependabot in #252
- bump Terraform to 1.0.0 and azurerm to 2.63 by @Chambras in #257
- Compatibility support for AZ CLI v2.25.0 by @Chambras in #263
- Update starlette requirement from ~=0.14.2 to ~=0.15.0 in /src/front by @dependabot in #262
- consolidate the multiple terraform deployments at ...