Skip to content

Releases: microsoft/coe-starter-kit

CoE Starter Kit - June 2021

01 Jun 12:33
Compare
Choose a tag to compare

Issues and new features in this release:

https://github.com/microsoft/coe-starter-kit/milestone/7

First Time Setup Instructions

Get started with the CoE Starter Kit Setup: https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup

Upgrade Instructions

Upgrading from the latest version: https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup#installing-updates

ALM Accelerator For Makers 1.0.20210521.1

25 May 21:30
Compare
Choose a tag to compare

Latest release of source code for the ALM Accelerator For Makers.

First Time Setup Instructions

To get started with the ALM Accelerator For Makers the setup documentation can be found at https://docs.microsoft.com/en-us/power-platform/guidance/coe/almaccelerator-components

Upgrade Instructions

If you are upgrading to the latest release you will need to perform the following steps. NOTE: We've changed the internal name of the AA4M Solution in this release.

ALM Accelerator For Advanced Makers 1.0.20210521.1

25 May 18:07
Compare
Choose a tag to compare

Public preview release of the ALM Accelerator For Advanced Makers. Included in this release are the following enhancements/fixes.

First Time Setup Instructions

To get started with the ALM Accelerator For Advanced Makers check out the ReadMe )https://github.com/microsoft/coe-starter-kit/blob/main/PowerPlatformDevOpsALM/README.md) and Setup Guide (https://github.com/microsoft/coe-starter-kit/blob/main/PowerPlatformDevOpsALM/SETUPGUIDE.md)

Upgrade Instructions

If you are upgrading to the latest public preview you will need to perform the following steps. NOTE: We've changed the internal name of the AA4AM Solution in this release. As a result you will need to delete the existing solution which will cause your App Settings to reset and you'll need to reconfigure.

Issues Addressed in this Release:

  1. Load more than the first 100 ADO projects per org #399
  2. Update Internal Name of ALM Accelerator Solutions #359
  3. Remove multiple agents for build/deploy #417
  4. Remove ValidationServiceConnection as Global Variable #381
  5. Pipelines: Overwrite Unmanaged Customizations On Import #231
  6. AA4AM App: Update Solution Import Experience #122
  7. Pipelines: GitHub treating json files as bin #368
  8. AA4AM: Has Deleted Solution Components and subsequent commits #192

NOTE to Private Preview Members: In this release we made the decision to remove the build-deploy-Solution pipeline that was available in Private Preview in favor of the new environment specific pipelines. Up until the previous release we were still supporting the old multi-stage pipeline, but it was causing us to have to put in a lot of workarounds to keep supporting it.
The benefit of the new environment specific pipelines is you can set them up for as many or as few environments as you like and you can also trigger production deployments without a build which will deploy the latest solution from the test pipeline instead of building again

CoE Starter Kit - May 2021

13 May 14:01
Compare
Choose a tag to compare

Included in this release are the following enhancements/fixes:
https://docs.microsoft.com/en-us/power-platform/guidance/coe/release-notes

First Time Setup Instructions

Get started with the CoE Starter Kit Setup: https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup

Upgrade Instructions

Upgrading from the latest version: https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup#installing-updates

ALM Accelerator For Advanced Makers 1.0.20210510.5

Public preview release of the ALM Accelerator For Advanced Makers. Included in this release are the following enhancements/fixes.

The major update in this release is a change to the pipelines to remove the reliance on build completion triggers to simplify setup and provide a better experience when applying branch policies. In the previous release we had a build pipeline and seperate deployment pipelines for each environment. This made setup cumbersome and also didn't address several issues including:

  • Ensuring that both the build and deployment to validation succeeded when running the validation build via the branch policy. Instead the previous version would only validate the build and then a user would have to go to the deployment pipeline to determine if the deployment succeeded.
  • Allow for deployment without build. In the previous version a build was kicked off for every deployment. The feedback we've gotten is that in some cases (e.g. when deploying to prod) organizations want to be able to deploy the most recent build that was deployed to test.

Both of the above issues have been handled in the latest release pipelines and the setup instructions have been updated to demonstrate how to handle both scenarios by using a single pipeline per environment to which a solution is being deployed.

First Time Setup Instructions

To get started with the ALM Accelerator For Advanced Makers check out the ReadMe )https://github.com/microsoft/coe-starter-kit/blob/main/PowerPlatformDevOpsALM/README.md) and Setup Guide (https://github.com/microsoft/coe-starter-kit/blob/main/PowerPlatformDevOpsALM/SETUPGUIDE.md)

Upgrade Instructions

If you are upgrading to the latest public preview you will need to perform the following steps.

Issues Addressed in this Release:

  1. Pipelines: Update CoE Starter Kit Pipelines to Deploy without Build to Prod #238
  2. Pipelines: Non-namespaced Build Task #219
  3. AA4AM Docs: Updates #185
  4. ALM Accelerator Sample Solution: No longer operable #228
  5. AA4AM: Readme Doc #213
  6. Service connection related permission issue while running the pipelines #177
  7. Pipelines: Update build pipeline for PRs to not use build completion triggers #160
  8. Add required connectors to documentation #191
  9. AA4AM App: Add hover tooltip for long solution names #112
  10. AA4AM App: Sort Solutions Alphabetically #116
  11. Pipelines: Spaces in projects / repos cause errors in pipelines #180
  12. Improve readability of GETTINGSTARTED.md #182
  13. AA4AM App: Update Custom Connector Description #167
  14. Pipelines: Sync GitHub to AzDO #234
  15. Documentation: Create HowTo For Deploying ALM Sample Solution #236

ALM Accelerator For Advanced Makers 1.0.20210415.2

15 Apr 18:57
Compare
Choose a tag to compare

First public preview release of the ALM Accelerator For Advanced Makers. Included in this release are the following enhancements/fixes.

  1. Add Granularity to which environment to push to when running pipelines manually.
  2. Handle Release branches other than refs/head/releases (This has been fixed to handle any release branch)
  3. Fix for using double quotes vs. single quotes in pipeline variables (This is a breaking change. You'll need to update your connection reference json to use double quotes as well as all other variables going forward)
  4. Fix for activating flows with no connection references (NOTE: Enabling flows with no connection references will be handled by the Component Ownership variable. All other flows are activated by the creator of their connection).
  5. Docs: Setup doc states that 2 pipeline ids are required when only 1 is required.
  6. Decouple build and deploy (This has been implemented. Deploy pipelines trigger off of successful builds. This will allow a configurable number of environments where the previous pipelines targeted only validation, test and prod)
  7. Update pipelines to use latest version of PA Language Tooling (https://github.com/microsoft/PowerApps-Language-Tooling/releases/tag/0.2.2-preview)
  8. Add support for targeting GitHub repos for source control (This functionality exists in the CoE pipelines now, but have not yet been surfaced in the AA4AM app.
  9. Various updates to Getting Started Guide based on pipeline and app updates.

PRIVATE PREVIEW MEMBER NOTE: There are breaking changes in this release for members of the private preview. Please read through the new configuration of the Pipelines in the Getting Started Guide.