# v1.11.3 - 15/08/2024

## Release Notes StackState version 6.0.0-snapshot.20240815083601-master-bd8cfc5 Helm Chart version 1.11.3

### New Features & Enhancements:

### Bug Fixes:

* Backup: Fix for exporting settings when Teams Notification Enabled.
* Backup: Fix StackGraph and Configuration backup jobs failing due to missing AWS ClI tool.

### Security Updates:

### Breaking Changes:

* Helm values `backup.configuration.scheduled.backupRetentionTimeDelta` and `backup.stackGraph.scheduled.backupRetentionTimeDelta` have changed format from Python timedelta to GNU `date --date`. If the values have been overridden in the value files they have to be adjusted for the new format.

For example,

```yaml
backup:
  stackGraph:
    scheduled:
      backupRetentionTimeDelta: days = 30
  configuration:
    scheduled:
      backupRetentionTimeDelta: days = 365
```

has to be replaced with

```yaml
backup:
  stackGraph:
    scheduled:
      backupRetentionTimeDelta: 30 days ago
  configuration:
    scheduled:
      backupRetentionTimeDelta: 365 days ago
```

### Other Updates:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://archivedocs.stackstate.com/self-hosted-setup/release-notes/20240815083601.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
