# 2024-06-12-Release

## New Features

* [Organizations and Projects](#organizations-and-projects)
* New Kubernetes Prometheus source
  * Detect and scrape Prometheus exporters using Prometheus Kubernetes service discovery.

## Bug Fixes

* Google Cloud destination: Set location resource if not already set
  * Resolves an issue where Google rejects metric types that require a location.
* Audit log CSV exporter now respects users timezone
* Require configuration match labels
  * If match labels are not present, `configuration=<configuration name>` will be added automatically when creating a configuration using the API.

## Other

* Agent's telemetry port `8888` will now bind to `localhost` on Linux, Windows, and macOS.
* Deprecated Filter by Field processor in favor of [Filter by Condition](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/filter-by-condition.md) processor

## Organizations and Projects

Starting in 1.59 each deployment of BindPlane OP will have a new top-level Organization made up of\
all the previous existing Accounts on the deployment. Accounts will now be referred to as Projects,\
which still contain all of the Agents and Resources associated with the account.

Some things to note:

* Any previous Admin level users now also receive the Organization Admin role. Organization admins can see all projects in an organization and any user that uses those projects.
* Organization Admins can access the new Organization page found in the settings menu.
* New Project creation is now limited to Organization Admins only.


---

# 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/june-2024/2024-06-12-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.
