Skip to content

Releases: microsoft/powerplatform-actions

July refresh: solution-pack|unpack now on linux too

19 Aug 15:30
e0e32fd
Compare
Choose a tag to compare

July refresh:

June refresh: latest pac CLI 1.8.5

21 Jul 19:32
d4e7215
Compare
Choose a tag to compare
Refreshing pac CLI with June refresh binaries (#103)

* update pac CLI to 1.8.5
* update dist and binaries

GA of powerplatform-actions

30 Jun 22:03
79fb144
Compare
Choose a tag to compare

GA of powerplatform-actions

  • added check-solution action
  • updated to latest pac CLI 1.7.5

adding linux runner support

07 Jun 18:30
21f6da7
Compare
Choose a tag to compare
Pre-release
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

11 Mar 17:57
e4be440
Compare
Choose a tag to compare
  • 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

27 Oct 00:38
9f54261
Compare
Choose a tag to compare
  • 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

22 Sep 15:43
8f534eb
Compare
Choose a tag to compare
Pre-release

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

22 Sep 06:32
7507ff8
Compare
Choose a tag to compare
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

new action: branch-solution

21 Sep 16:25
2595a01
Compare
Choose a tag to compare
Pre-release

New action 'branch-solution' will take an unpacked solution folder.
Then stage that folder's changes as a branch to the current git repo and push that branch back to origin.
The solution author can then create a github PullRequest from that branch and have it reviewed, before merging it back to the main branch.

clone-solution

16 Sep 17:33
f400964
Compare
Choose a tag to compare
clone-solution Pre-release
Pre-release

added clone-solution