Skip to content

Releases: almenscorner/intunecd-monitor

v2.1.2

03 Jun 08:34
ff3347a
Compare
Choose a tag to compare

Enhancements

  • IntuneCD bumped to 2.3.3

v2.1.1

10 Apr 10:27
5f6f2e7
Compare
Choose a tag to compare

Enhancements

  • IntuneCD has been bumped to 2.3.2

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Mar 10:41
5d500e7
Compare
Choose a tag to compare

New Features

  • The update feed now features colorized icons for improved information display.

Improvements

  • The changes view now presents the latest change at the top for easier access to recent updates.
  • The assignments view now sorts groups alphabetically, enhancing organization and navigation.
  • The requirements section has been updated for improved clarity and accuracy.
  • IntuneCD Monitor now supports the use of --audit when running backups.

Other Updates

The version number is now visible on the login page, allowing users to quickly identify the current version of IntuneCD Monitor.

Full Changelog: v2.0.4...v2.1.0

v2.0.4

25 Jan 12:40
f78c481
Compare
Choose a tag to compare

New features

Enhancements

  • IntuneCD has been bumped to 2.0.7

Bug fixes

Full Changelog: v2.0.3...v2.0.4

v2.0.3

09 Oct 13:20
9525fba
Compare
Choose a tag to compare

New features

  • Create documentation
    • Documentation can now be created without the need for a storage account. Just check "Create documentation" on the baseline tenant and a HTML will be generated and displayed on the Documentation page.
  • Option to cancel a running task
  • Purge all celery tasks

Enhancements

  • Switch between tenants on dashboard without reloading the page
  • Tasks waiting to start will now show as pending
  • Material dashboard updated to latest version
  • Scripts has been split out from HTML files for easier maintenance
  • When there are expired API keys, a new message will be shown when accessing /home

Bug fixes

  • An empty commit was pushed when there were untracked files

Additional notes

To update an existing install to use the new features, copy the contents of docker-compose-azure.yml to your App Service "Deployment Center" config and restart your app service.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 Sep 13:24
3243d70
Compare
Choose a tag to compare

Release Notes - Version 2.0.2

New Features:

Enhancements:

  • Refactored /home route to make the code more readable
  • Bumped IntuneCD to version 2.0.1

Bug fixes

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Sep 14:02
3feff32
Compare
Choose a tag to compare

Release Notes - Version 2.0.1

New Features:

Enhancements:

Bug fixes

  • IntuneCD updates were not able to be kicked off by the schedule due to providing too many arguments to the update function.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Sep 08:12
Compare
Choose a tag to compare

Release Notes - Version 2.0.0 🥳

New Features:

  • Added a new module for running IntuneCD within the Docker container instead of through a pipeline
  • Added multi-tenancy support 🎉
  • Added a new page for configuring schedules to run backup/updates
  • Added a new API Docs page based on Swagger
  • Added an option to update a tenant based on a selected branch from the baseline or configured Git repo
  • Added a mobile navbar to make navigation easier when accessing from a mobile device
  • Added new error pages to NGINX and app
  • Added a new container for Celery to run background tasks
  • Added a new container for Celery Beat to handle scheduled tasks
  • Added new APIs for new multi-tenancy capabilities

Enhancements:

  • Updated icons used when installing as a PWA
  • Updated colors to match IntuneCD branding
  • Updated Python requirements
  • Updated the /settings page to show more relevant settings
  • Updated the /changes page to display changes for all added tenants
  • Updated the /assignments page to display assignments for all backed up tenants

Bug fixes

Full Changelog: v1.2.5...v2.0.0

v1.2.5

10 Mar 16:03
095565f
Compare
Choose a tag to compare

Release Notes - Version 1.2.5

New Features:

Enhancements:

Bug fixes

  • If the name of a configuration included a \, the json load would fail causing a 500 internal server error.

Full Changelog: v1.2.4...v1.2.5

v1.2.4

08 Mar 12:08
f5de5a9
Compare
Choose a tag to compare

Release Notes - Version 1.2.4

New Features:

  • Added new page for assignment summary: users can now view a summary of their assignments in one place.
  • Added search to change summary: users can now search for specific changes in the change summary page.

Enhancements:

  • Added branding for side menu and login page: the app now displays the company name on the side menu and login page, providing a personalized touch for users.
    • If the environment variable COMPANY_NAME is set it will show on the side menu and login page: users can set the COMPANY_NAME environment variable to display their company name on the side menu and login page.

Note: This release includes new features and enhancements to improve the user experience. We hope you enjoy the new features and improvements in this version!

Full Changelog: v1.2.3...v1.2.4