Releases: almenscorner/intunecd-monitor
Releases · almenscorner/intunecd-monitor
v2.1.3
Added
- A new environment variable,
DOCUMENTATION_MAX_LENGTH
, has been added to configure the max string length in the documentation which can improve the time it takes to generate the HTML
Updates
- IntuneCD has been bumped to 2.3.6
- Time out settings for backup has been changed to allow for larger environments to complete backup and documentation
Full Changelog: v2.1.2...v2.1.3
v2.1.2
Enhancements
- IntuneCD bumped to 2.3.3
v2.1.1
v2.1.0
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
New features
Enhancements
- IntuneCD has been bumped to 2.0.7
Bug fixes
Full Changelog: v2.0.3...v2.0.4
v2.0.3
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
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
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
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
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