diff --git a/doc/01-Introduction.md b/doc/01-Introduction.md
index 58378b8..6037187 100644
--- a/doc/01-Introduction.md
+++ b/doc/01-Introduction.md
@@ -77,6 +77,6 @@ Below you will find a list of currently available modules published by the Icing
### Additional Plugins
-| Icinga PowerShell Hyper-V (soon)| Icinga PowerShell MSSQL (soon) |
+| Icinga PowerShell Hyper-V (soon)| Icinga PowerShell MSSQL |
| --- | --- |
-|  |  |
+|  | [](https://icinga.com/docs/windows/latest/mssql/doc/01-Introduction/) |
diff --git a/doc/30-upgrading-framework.md b/doc/30-upgrading-framework.md
index d99bacd..eb788ec 100644
--- a/doc/30-upgrading-framework.md
+++ b/doc/30-upgrading-framework.md
@@ -4,7 +4,7 @@ Upgrading Icinga PowerShell Framework is usually quite straightforward.
Specific version upgrades are described below. Please note that version updates are incremental.
-## Upgrading to v1.3.0 (pending)
+## Upgrading to v1.3.0 (2020-12-01)
### Breaking Changes
diff --git a/doc/31-Changelog.md b/doc/31-Changelog.md
index 9e788d8..fe06460 100644
--- a/doc/31-Changelog.md
+++ b/doc/31-Changelog.md
@@ -7,7 +7,7 @@ documentation before upgrading to a new release.
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
-## 1.3.0 (pending)
+## 1.3.0 (2020-12-01)
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)
diff --git a/doc/90-Roadmap.md b/doc/90-Roadmap.md
index 69bf028..c8b587b 100644
--- a/doc/90-Roadmap.md
+++ b/doc/90-Roadmap.md
@@ -22,7 +22,8 @@ Below is a schedule of milestones for new releases and components. The dates are
| 2020-06-26 | [1.1.2-framework] in Icinga for Windows | |
| 2020-08-31 | [1.2.0-framework] in Icinga for Windows
[1.2.0-plugins] in Icinga PowerShell Plugins | [Icinga for Windows 1.2.0 Release](https://icinga.com/2020/08/31/releasing-icinga-for-windows-v1-2-0/) |
| 2020-10-13 | [1.0.0-mssql] in Icinga PowerShell MSSQL | [Icinga PowerShell MSSQL v1.0.0 Release](https://icinga.com/2020/10/13/icinga-for-windows-mssql-plugin-release-v1-0-0/)
-| 2020-12-02 | [1.3.0-framework] in Icinga for Windows
[1.3.0-plugins] in Icinga PowerShell Plugins
[1.0.0-hyperv] in Icinga PowerShell Hyper-V | tbd |
+| 2020-12-01 | [1.3.0-framework] in Icinga for Windows
[1.3.0-plugins] in Icinga PowerShell Plugins
[1.2.0-kickstart] in Icinga PowerShell Kickstart | tbd |
+| 2021-01-12 | [1.0.0-hyperv] in Icinga PowerShell Hyper-V
[1.0.0-cluster] in Icinga PowerShell Cluster | tbd |
| 2021-03-02 | [1.4.0-framework] in Icinga for Windows | tbd |
## Issue Triage & Prioritization
@@ -41,13 +42,14 @@ The following list contains a bunch of features we are planning to implement int
| Priority\* | Scenario | Description/Notes |
| ---------- | -------- | ----------------- |
| 1 | Performance Improvement | Reduce the impact of loading the entire Framework to a minimum.
Issue: [#106] |
-| 1 | Proxy Support | For all kind of web requests we are currently dealing with we will require the support for proxy servers, ensuring connections are possible in more complex environments
Issue: [#19]
| 2 | Icinga API Integration | An easy way to communicate directly with the Icinga 2 API over Cmdlets for easier access. Authorization should be handled by certificates or user/password auth.
Issue: [#105] |
| 2 | Improve module caching | While running the Icinga for Windows solution as background daemon we should make sure that recurring tasks/events are properly cached. For this we will need to cache objects recursively, including arrays and hashtables
Issue: [#5]
| 2 | Improve Performance Counter Cache | We should improve the Performance Counter cache to be able to recognize if certain counter/instances are no longer present or have been added. This will resolve an issue while using the background daemon for regular tasks
Issue: [#11]
+| 2 | Plugin Re-Write | We should rewrite some of current implemented plugins to use new Framework features and improve usability |
| 3 | Icinga Service Recovery | By default the Icinga Agent installer is not shipping with a service recovery solution in case the service crashes. We should allow the user to configure a custom rule set on what happens if Icinga crashes and how often a restart attempt is done for example
Issue: [#40]
| 4 | Windows Update Installation | The idea behind this is for smaller customer environments to allow the installation of certain Windows updates by using Icinga for Windows. This was an initial requests and should be taken into consideration when nothing else is to do
Issue: [#7]
| 4 | Hyper-V Monitoring | Add plugins for Hyper-V monitoring in an own separate module to cover this platform |
+| 4 | Cluster Monitoring | Add plugins for certain Cluster systems for monitoring |
| 4 | Exchange Server Monitoring | Add plugins for Exchange Server monitoring in an own separate module to cover this platform |
| 4 | Active Directory Monitoring | Add plugins for Active Directory Server monitoring in an own separate module to cover this platform |
@@ -73,6 +75,7 @@ Feature Notes:
[1.1.2-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/9
[1.2.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/7
[1.2.0-plugins]: https://github.com/Icinga/icinga-powershell-plugins/milestone/3
+[1.2.0-kickstart]: https://github.com/Icinga/icinga-powershell-kickstart/milestone/1
[1.3.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/10
[1.3.0-plugins]: https://github.com/Icinga/icinga-powershell-plugins/milestone/4
[1.4.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/11