Skip to content

Commit 86f9e27

Browse files
authored
Merge pull request #570 from Icinga:deprecate/old_installation_method_wizard
Deprecated: Start-IcingaAgentInstallWizard installation method We have decided to now officially deprecate the previous installation method `Start-IcingaAgentInstallWizard`. It hasn't been updated or promoted in a long time and all new features have been moved to the [Icinga Management Console](https://icinga.com/docs/icinga-for-windows/latest/doc/110-Installation/02-Icinga-Management-Console/). Please update your installation method to the new solution. The old method will be removed in a future release.
2 parents aac9cab + df6c5f6 commit 86f9e27

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/100-General/10-Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
1111

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

14+
### Deprecated
15+
16+
* We have decided to now officially deprecate the previous installation method `Start-IcingaAgentInstallWizard`. It hasn't been updated or promoted in a long time and all new features have been moved to the [Icinga Management Console](https://icinga.com/docs/icinga-for-windows/latest/doc/110-Installation/02-Icinga-Management-Console/). Please update your installation method to the new solution. The old method will be removed in a future release.
17+
1418
### Bugfixes
1519

1620
* [#473](https://github.com/Icinga/icinga-powershell-framework/pull/473) Fixes an issue with current string rendering config implementation, as string values containing whitespaces or `$` are rendered wrong by default, if not set in single quotes `''`

lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ function Start-IcingaAgentInstallWizard()
192192
$PluginsUrl = $null
193193
);
194194

195+
Write-IcingaDeprecated -Function 'Start-IcingaAgentInstallWizard';
196+
195197
[array]$InstallerArguments = @();
196198
[array]$GlobalZoneConfig = @();
197199

0 commit comments

Comments
 (0)