Skip to content

Commit 26f7f4d

Browse files
authored
Merge pull request #108 from Icinga:docs/updates_upgrading_and_changelog_docs
Docs: Updates upgrading/changelog docs
2 parents 5ca2629 + 919a10d commit 26f7f4d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/30-Upgrading-Plugins.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ Specific version upgrades are described below. Please note that version updates
66

77
For upgrading plugins, please have a look on the [installation docs](02-installation.md).
88

9-
## Upgrading to v1.3.0 (pending)
9+
## Upgrading to v1.3.0 (2020-12-01)
1010

1111
### Plugin Argument Changes <span style="color:#F6BE00">(Breaking Changes)
1212

13-
The following plugins received modifications to their existing arguments. Please keep in mind that updating to this version of the Icinga PowerShell Plugins, you **must** update your configuration to ensure everything is running properly **and** update all plugins on all systems.
13+
The following plugins received modifications to their existing arguments. Please keep in mind that updating to this version of the Icinga PowerShell Plugins, you **must** update your configuration to ensure everything is running properly **and** update all plugins on all systems at once.
1414

1515
#### Invoke-IcingaCheckScheduledTask
1616

1717
The `State` argument for `Invoke-IcingaCheckScheduledTask` has been changed from `String` to `Array`, which will now support providing multiple states a task can be into. In addition we modified the [Icinga PowerShell Framework](https://github.com/Icinga/icinga-powershell-framework) to properly support `ValidateSet` for array arguments, fixed in [#152](https://github.com/Icinga/icinga-powershell-framework/pull/152). Please ensure to upgrade to v1.3.0 before generating the new configuration and importing it, as the fix ensures that array arguments still can only contain fixed values.
1818

19+
#### Invoke-IcingaCheckNetworkInterface
20+
21+
The arguments used before were too long for importing into the Icinga Director. For that reason many arguments have been shorted with their name. Please ensure to import the latest version of the configuration file for this plugin and update your Icinga and check configuration to use the new arguments instead. Only applies if you used this plugin from previous snapshots.
22+
1923
## Upgrading to v1.2.0 (2020-08-28)
2024

2125
*No special steps required*

doc/31-Changelog.md

Lines changed: 2 additions & 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-plugins/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-plugins/milestone/4?closed=1)
1313

@@ -16,6 +16,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
1616
This release adds the following new plugin:
1717

1818
* [Invoke-IcingaCheckNetworkInterface](https://icinga.com/docs/windows/latest/plugins/doc/plugins/21-Invoke-IcingaCheckNetworkInterface/): Checks availability, state and Usage of Network interfaces and Interface Teams
19+
* [Invoke-IcingaCheckStoragePool](https://icinga.com/docs/windows/latest/plugins/doc/plugins/21-Invoke-IcingaCheckStoragePool/): Checks availability, utilization and state of a StoragePool
1920

2021
### Enhancements
2122

0 commit comments

Comments
 (0)