Releases: microsoft/powerplatform-actions
Releases · microsoft/powerplatform-actions
November refresh
- Update to latest pac CLI 1.10.4
- solution-import: add deployment-settings-file input
- new action: solution-delete
Full Changelog: 0.4.3...0.5.0
August refresh - pac CLI 1.9.8 fixes
August refresh:
- updated to latest pac CLI 1.9.8, detailed release notes in https://www.nuget.org/packages/Microsoft.PowerApps.CLI/1.9.8
- notable fix: solution-pack|unpack now support for modern SiteMap syntax in exported solution.zip
July refresh: solution-pack|unpack now on linux too
July refresh:
- update to latest pac CLI 1.9.4 (see relnotes in https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)
- solution-pack|unpack actions are now also supported on linux runners
June refresh: latest pac CLI 1.8.5
Refreshing pac CLI with June refresh binaries (#103) * update pac CLI to 1.8.5 * update dist and binaries
GA of powerplatform-actions
GA of powerplatform-actions
- added check-solution action
- updated to latest pac CLI 1.7.5
adding linux runner support
Passing automation agent from package.json to cli wrapper (#84) * Passing automation agent from package.json to cli wrapper * Updating cli wrapper version
Environment CRUD actions and SPN/appID authN
- Added CRUD actions to create, delete, reset, backup, restore PowerPlatform environments
- Added appID/SPN authentication support as alternate authN to username/password
- added upgrade-solution action
- import/export solution actions now have an asynchronous option
branch-solution: handling of branch-name param
- if user specifies, use branch-name as-is, i.e. no longer post-fixed with timestamp string
- if specified branch already exists on origin, newly pushed content in branch will be replaced (i.e. forced push)
disabled LFS for action binaries
disabled LFS for binaries (pac, SoPa), since default release zipball creation does not resolve git LFS references
branch-solution: allow for commit w/o changes in solution
branch-solution: allow commit of a solution that has no changes (#12) * allow commit of a solution that has no changes compared to existing solution * update dist