Skip to content

Commit 0618d30

Browse files
authored
Merge pull request #176 from Icinga:doc/Updates-roadmap,-docs-and-release-dates
Doc: Updates Docs, Roadmap and Release Dates for v1.3.0
2 parents e02a2fe + 26eedb7 commit 0618d30

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

doc/01-Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ Below you will find a list of currently available modules published by the Icing
7777

7878
### Additional Plugins
7979

80-
| Icinga PowerShell Hyper-V (soon)| Icinga PowerShell MSSQL (soon) |
80+
| Icinga PowerShell Hyper-V (soon)| Icinga PowerShell MSSQL |
8181
| --- | --- |
82-
| ![Hyper-V](images/02_icons/hyperv.png) | ![Inventory](images/02_icons/mssql.png) |
82+
| ![Hyper-V](images/02_icons/hyperv.png) | [![Inventory](images/02_icons/mssql.png)](https://icinga.com/docs/windows/latest/mssql/doc/01-Introduction/) |

doc/30-upgrading-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upgrading Icinga PowerShell Framework is usually quite straightforward.
44

55
Specific version upgrades are described below. Please note that version updates are incremental.
66

7-
## Upgrading to v1.3.0 (pending)
7+
## Upgrading to v1.3.0 (2020-12-01)
88

99
### Breaking Changes
1010

doc/31-Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
99

10-
## 1.3.0 (pending)
10+
## 1.3.0 (2020-12-01)
1111

1212
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)
1313

doc/90-Roadmap.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Below is a schedule of milestones for new releases and components. The dates are
2222
| 2020-06-26 | [1.1.2-framework] in Icinga for Windows | |
2323
| 2020-08-31 | [1.2.0-framework] in Icinga for Windows<br>[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/) |
2424
| 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/)
25-
| 2020-12-02 | [1.3.0-framework] in Icinga for Windows<br>[1.3.0-plugins] in Icinga PowerShell Plugins<br>[1.0.0-hyperv] in Icinga PowerShell Hyper-V | tbd |
25+
| 2020-12-01 | [1.3.0-framework] in Icinga for Windows<br>[1.3.0-plugins] in Icinga PowerShell Plugins<br>[1.2.0-kickstart] in Icinga PowerShell Kickstart | tbd |
26+
| 2021-01-12 | [1.0.0-hyperv] in Icinga PowerShell Hyper-V<br>[1.0.0-cluster] in Icinga PowerShell Cluster | tbd |
2627
| 2021-03-02 | [1.4.0-framework] in Icinga for Windows | tbd |
2728

2829
## Issue Triage & Prioritization
@@ -41,13 +42,14 @@ The following list contains a bunch of features we are planning to implement int
4142
| Priority\* | Scenario | Description/Notes |
4243
| ---------- | -------- | ----------------- |
4344
| 1 | Performance Improvement | Reduce the impact of loading the entire Framework to a minimum.<br><br>Issue: [#106] |
44-
| 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<br><br>Issue: [#19]
4545
| 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.<br><br>Issue: [#105] |
4646
| 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<br><br>Issue: [#5]
4747
| 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<br><br>Issue: [#11]
48+
| 2 | Plugin Re-Write | We should rewrite some of current implemented plugins to use new Framework features and improve usability |
4849
| 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<br><br>Issue: [#40]
4950
| 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<br><br>Issue: [#7]
5051
| 4 | Hyper-V Monitoring | Add plugins for Hyper-V monitoring in an own separate module to cover this platform |
52+
| 4 | Cluster Monitoring | Add plugins for certain Cluster systems for monitoring |
5153
| 4 | Exchange Server Monitoring | Add plugins for Exchange Server monitoring in an own separate module to cover this platform |
5254
| 4 | Active Directory Monitoring | Add plugins for Active Directory Server monitoring in an own separate module to cover this platform |
5355

@@ -73,6 +75,7 @@ Feature Notes:
7375
[1.1.2-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/9
7476
[1.2.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/7
7577
[1.2.0-plugins]: https://github.com/Icinga/icinga-powershell-plugins/milestone/3
78+
[1.2.0-kickstart]: https://github.com/Icinga/icinga-powershell-kickstart/milestone/1
7679
[1.3.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/10
7780
[1.3.0-plugins]: https://github.com/Icinga/icinga-powershell-plugins/milestone/4
7881
[1.4.0-framework]: https://github.com/Icinga/icinga-powershell-framework/milestone/11

0 commit comments

Comments
 (0)