You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/30-upgrading-framework.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Upgrading Icinga PowerShell Framework is usually quite straightforward.
4
4
5
5
Specific version upgrades are described below. Please note that version updates are incremental.
6
6
7
-
## Upgrading to v1.4.0 (pending)
7
+
## Upgrading to v1.4.0 (2021-03-02)
8
8
9
-
*No special steps required*
9
+
The pre-compiled configurations for each module and the result of `Get-IcingaCheckCommandConfig` have been changed. In order to use the new CheckCommand definitions for Icinga 2 you will **require** to update your entire environment to Icinga for Windows v1.4.0 **before** using the new configuration files!
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
11
11
12
12
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/11?closed=1)
13
13
14
+
### Breaking Changes
15
+
16
+
There are changes made to the pre-compiled configuration files and `Get-IcingaCheckCommandConfig.` Please have a look on the [upgrading](30-upgrading-framework.md) before applying the new configuration files.
17
+
14
18
### Enhancements
15
19
16
20
*[#180](https://github.com/Icinga/icinga-powershell-framework/pull/180) Ensure check data are separated from each thread and not accessible from one thread to another to prevent conflicting results
0 commit comments