From eae48d222ea7d17be3f3289c7b4f3263a9fc0eba Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Fri, 20 Nov 2020 12:36:27 +0100 Subject: [PATCH] Adds upgrading notes for plugins and kickstart --- doc/30-upgrading-framework.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/30-upgrading-framework.md b/doc/30-upgrading-framework.md index b8152ca..d99bacd 100644 --- a/doc/30-upgrading-framework.md +++ b/doc/30-upgrading-framework.md @@ -6,7 +6,15 @@ Specific version upgrades are described below. Please note that version updates ## Upgrading to v1.3.0 (pending) -*No special steps required* +### Breaking Changes + +#### Components + +* Please have a look on the changes made on the [Icinga PowerShell Plugins](https://icinga.com/docs/windows/latest/plugins/doc/30-Upgrading-Plugins/) for a smooth upgrade process + +#### Icinga PowerShell Kickstart + +* In order to be able to use the [Icinga PowerShell Kickstart Script](https://github.com/Icinga/icinga-powershell-kickstart) with v1.3.0 of the Icinga PowerShell Framework, you will have to upgrade the kickstart script to [v1.2.0](https://github.com/Icinga/icinga-powershell-kickstart/releases) ## Upgrading to v1.2.0 (2020-08-28)