TL;DR
- Updated to latest pac CLI, May Refresh, v1.16.x
- backup-environment: 'notes' input property has been deprecated; it can still be set but will be ignored;
corresponding property was deprecated on the service side API - check-solution will store checker results .sarif files into job's artifact store (fix)
- create-environment: new optional param 'team-id' to target Teams team
- deploy-package logs detailed deploy log into job's artifact store
- export-solution & clone-solution: 'targetVersion' input parameter has been deprecated; can it still be set but will be ignored;
corresponding property was deprecated on the Dataverse API - pack-solution & unpack-solution:
- additional optional inputs, e.g.: 'map-file', 'localize', 'use-lcid'; see corresponding action.yaml for details
- (preview) new optional input 'process-canvas-apps' to pack|unpack Canvas apps YAML source files
- upgrade-solution also supports SPN authN
- whoami captures envId into step output variable 'environment-id'
What's Changed
- Added team-id parameter to create-environment by @paulbreuler in #199
- address dependabot alert #10: ansi-regex > 3.0.1 by @davidjenni in #200
- Update action.yml by @GTRekter in #197
- Add service principal authentication inputs to upgrade-solution by @paulbreuler in #204
- Add additional solution packaging parameters by @paulbreuler in #202
- paportal rolling workflow improvements by @ameyaapte1 in #201
- whoami: added environment id response by @devkeydet in #156
- pac admin backup: deprecate --notes by @davidjenni in #205
- Refactor use of error level for solution packaging by @paulbreuler in #210
- Deprecate usage of targetVersion parameter for export-solution and clone-solution. by @joem-msft in #211
- support preview of --processCanvasApps for pack|unpack-solution actions by @davidjenni in #215
- pac CLI April refresh 1.15.x by @davidjenni in #216
- pac CLI April QFE refresh by @davidjenni in #218
- check-solution: adopt cli-wrapper with artifact store implementation by @davidjenni in #219
- rename paportal env name in CI by @davidjenni in #222
- capture deploy-package logs into artifact store by @davidjenni in #221
- May refresh 1.16.x by @davidjenni in #220
New Contributors
- @paulbreuler made their first contribution in #199
- @GTRekter made their first contribution in #197
- @devkeydet made their first contribution in #156
- @joem-msft made their first contribution in #211
Full Changelog: 0.6.3...v0.7.1