github KelvinTegelaar/CIPP v2.1.11.0
v2.11.0 - Tom Collins

latest releases: v6.4.0, v6.3.0, v6.2.0...
2 years ago

Hey everyone,

This a big release, with version 2.0.0 of our API. We've been working hard in the background to get rid fo file-writes and move over to Azure Table Storage. This release does that, and introduces a much faster performance mode thanks to Run As Package mode. This is also the last release to require your manual interaction because of that!

The new features for this release are Defender Deployment, using a single wizard to deploy the most important settings for Defender, a new overview for Mailbox Rules, and Named Location deployment for Conditional access. We also have a bunch of small quality of life improvements, such as setting an Out-Of-Office directly from the user menu.

We especially like to thank our release sponsors, OITVOIP, NinjaOne, Immybot,Huntress, HaloPSA, and Deskdirector.

The changelog below contains only the most important changes. There's also some interaction required.

Required interaction

This release we strongly recommend you to move to Run From Package mode. Run From Package disables all writes to the Function Host itself, making it much faster from cold starts, and saving more Azure Credits.

How to migrate to "Run From Package" mode(and enable automatic updates of the API) manually:

  1. Go to CIPP
  2. Visit each page you want to save the contents of, e.g. Standards, Intune Templates, Applications, Alerts, Visiting the page automatically migrates the data to Azure Tables.
  3. Go to Settings -> Backend
  4. Click on "Function app Configuration"
  5. Click on "New Application Setting"
  6. Add an application setting with the name "WEBSITE_RUN_FROM_PACKAGE" and the value "1"
  7. Click Save at the top
  8. Click on Deployment Center
  9. Click on "Disconnect"
  10. Select the source "Github"
  11. Login if required
  12. Select the Organisation, Repository, and Branch you want for your CIPP-API. Click on "Add a worklow". Do not change any other settings.
  13. Click save at the top.
  14. Restart the Function App

How to migrate to "Run From Package" mode(and enable automatic updates of the API) using our migration script:

  1. Go to CIPP

  2. Visit each page you want to save the contents of, e.g. Standards, Intune Templates, Applications, Alerts, Visiting the page automatically migrates the data to Azure Tables.

  3. Go to Settings -> Maintenance
    4.Run Enable-FunctionAppgithubActions.ps1

  4. Go to your CIPP API Github page and execute the newly added action.

  5. Restart the Function App

What's Changed

  • Add Mailbox Rules overview
  • Fixed a bug with listing usernames
  • Added Named Location Deployment
  • Added Defender Deployment
  • Added setting out-of-office via user menu
  • Fixed issue with duplicate requests on view user screen
  • Fixed issue with BEC not always loading. Data is now cached and can be refreshed on demand.
  • Added export of CustomerId to Tenant List
  • hotfix by @KelvinTegelaar in #1056
  • Update README.md by @ee61re in #1059
  • Dev to release by @KelvinTegelaar in #1070

Full Changelog: v.2.10.0...v2.1.11.0

Don't miss a new CIPP release

NewReleases is sending notifications on new releases.