Tags: Azure/mpf
Tags
Release v0.17.0 Adopts standard CLI release conventions: - tar.gz for Linux/macOS, zip for Windows only - Plain binary name (azmpf) with no version suffix - Simplified installation: extract and use, no mv/rename step needed - Expanded SBOM coverage (archive, source, binary) - Updated installation docs and release process skills file
Release v0.16.0 Key changes: - feat: add --initialPermissions flag to reduce execution time (#212) - feat: parallel execution of e2e tests (#139) - fix: improve role detachment logic in DetachRolesFromSP (#179) - fix(devcontainer): add ARM64 support for PowerShell installation (#211) - docs: add Bicep samples and documentation (#215) - docs: add AI agent instructions for automated MPF analysis (#208) - refactor: remove deprecated pkgs (#125) - build: Go 1.26.0, dependency updates - build: exclude windows/arm (unsupported in Go 1.26)
ci(deps): bump anchore/sbom-action in /.github/workflows (#105) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.1 to 0.20.4. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@9246b90...7b36ad6) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add feature to support arm and bicep subscription scoped deployments (#… …77) * add support for subscription scoped arm and bicep deployments * split arm e2e and bicep e2e test executions * combine ARM and bicep execution into single step * set bicep executable path * add arm, bicep and terraform cli tests * update release in docs * Add subscription scoped bicep sample * add usage details for arm subscription scoped test * fix linting issue