# 2024-07-17-Release

## New Features

* Add max log size option to [Kubernetes Container](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/kubernetes-container-logs.md) source
* New [Parse Severity processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/parse-severity.md)
  * Supports flexible parsing, such as parsing HTTP status codes.
  * Parse Severity v1 has been deprecated and should be replaced by the new processor.
* New command `bindplane init auth` for updating the BindPlane server's authentication configuration

## Bug Fixes

* Fail to save resources if all pipelines are disabled
  * The web interface will not allow you to save a resource that does not have logs, metrics, or traces enabled.


---

# 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://docs.bindplane.com/changelog/july-2024/2024-07-17-release.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.
