Skip to content

Commit 6ea30bb

Browse files
Merge pull request #1091 from sc-hsiangweihtan/whs/PDXP-27093-release-sif-241
Sitecore Installation Framework 2.4.1
2 parents 766b99c + af51f4b commit 6ea30bb

4 files changed

Lines changed: 60 additions & 1 deletion

File tree

data/markdown/pages/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_240/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Sitecore Installation Framework 2.4.0'
33
description: ''
4-
origin: https://dev.sitecore.net/Downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_230
4+
origin: https://dev.sitecore.net/Downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_240
55
---
66

77
The Sitecore Install Framework (SIF) enables users to deploy and configure a Sitecore environment using a standard configuration design that can be extended through custom PowerShell functions.\
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 'Release Notes'
3+
description: ''
4+
---
5+
6+
**July 2026 - released Sitecore Install Framework 2.4.1**
7+
8+
## New Features/improvements
9+
10+
| Description | Ref. |
11+
| ----------- | ---- |
12+
| Custom HTTP headers are now supported in deployment tasks. A new Headers parameter has been added to the Invoke-ManageSolrSchemaTask, Invoke-ManageSolrConfigTask, Invoke-ManageSolrCoreTask, Invoke-HttpRequestTask, and Invoke-WebRequestTask tasks, allowing custom HTTP headers to be included in requests. | PDXP-26644 |
13+
| Binding redirect updates for configuration files have been improved. The Invoke-UpdateBindingRedirectsTask has been updated to provide more reliable binding redirect handling when updating .config files. | PDXP-27870 |
14+
| Named Solr permissions can now be removed. A new Invoke-DeleteSolrPermissionTask task has been added to support deletion of named Solr permissions. | PDXP-26644 |
15+
| JsonConfiguration now supports Config Function evaluation in JSON object keys. Previously, Config Function evaluation was limited to JSON values. JSON object keys are now also evaluated as Config Functions. | PDXP-26644 |
16+
17+
## Resolved Issues
18+
19+
| Description | Ref. |
20+
| ----------- | ---- |
21+
| HTTP request errors are no longer masked by exception handling logic. Previously, the Invoke-HttpRequestTask referenced an unassigned $response.StatusCode value in its exception handling logic, which could mask the original HTTP error. The task now correctly reports underlying HTTP failures. | PDXP-26644 |
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: 'Sitecore Installation Framework 2.4.1'
3+
description: ''
4+
origin: https://dev.sitecore.net/Downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241
5+
---
6+
7+
The Sitecore Install Framework (SIF) enables users to deploy and configure a Sitecore environment using a standard configuration design that can be extended through custom PowerShell functions.\
8+
Sitecore Installation Framework 2.4.1 is compatible with SXP 9.1.1, 9.2, and all 10.x releases. See also the compatibility table in the SIF Configuration Guide.
9+
10+
Please see the Sitecore product installation instructions for more information on how to install Sitecore using SIF.
11+
12+
See [all available versions here](/downloads/Sitecore_Installation_Framework).
13+
14+
<Alert variant='warning' mb={4}>
15+
<AlertIcon />
16+
We recommend installing the Sitecore Installation framework through the official Sitecore PowerShell gallery feed. [Read the FAQ for more information](https://doc.sitecore.com/xp/en/developers/100/sitecore-experience-manager/sitecore-powershell-public-nuget-feed-faq.html).
17+
</Alert>
18+
19+
## Links
20+
21+
| Resource | Description |
22+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
23+
| [Sitecore PowerShell Gallery](https://cloudsmith.io/~sitecore/repos/resources/packages/) | The official Sitecore PowerShell modules gallery hosts all releases of the Sitecore Installation Framework and related products. |
24+
| [Sitecore PowerShell Gallery FAQ](https://doc.sitecore.com/xp/en/developers/100/sitecore-experience-manager/sitecore-powershell-public-nuget-feed-faq.html) | Please read the FAQ for the official Sitecore PowerShell modules gallery. |
25+
26+
## Manual Downloads
27+
28+
| Resource | Description |
29+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
30+
| [Sitecore Installation Framework](https://scdp.blob.core.windows.net/downloads/Sitecore%20Installation%20Framework/2x/Sitecore%20Installation%20Framework%20241/Secure/SitecoreInstallFramework%202.4.1%20rev.%20260616.zip) | Choose this link to download the Sitecore Installation Framework (SIF) PowerShell module. |
31+
32+
## Release Information
33+
34+
| Resource | Description |
35+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
36+
| [Release Notes](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241/Release_Notes) | A list of features, improvements, and fixes that have been implemented in this release. |
37+
| [Sitecore Installation Framework Configuration Guide](https://docs.sitecore.com/xp/en/developers/105/guides/sitecore-installation-framework-241-configuration-guide/introduction.html) | Configuration guide for Sitecore Installation Framework |

data/markdown/pages/downloads/Sitecore_Installation_Framework/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: 'The Sitecore Installation Framework is a Microsoft PowerShell modu
44
origin: https://dev.sitecore.net/Downloads/Sitecore_Installation_Framework.aspx
55
---
66
### Sitecore Installation Framework 2.x
7+
[Sitecore Installation Framework 2.4.1](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241)\
78
[Sitecore Installation Framework 2.4.0](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_240)\
89
[Sitecore Installation Framework 2.3.0](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_230)\
910
[Sitecore Installation Framework 2.2.0](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_220)\

0 commit comments

Comments
 (0)