Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/logfire/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.13.36-rc.1
version: 0.13.36
name: logfire
description: Helm chart for self-hosted Pydantic Logfire

Expand Down
6 changes: 5 additions & 1 deletion charts/logfire/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logfire

![Version: 0.13.36-rc.1](https://img.shields.io/badge/Version-0.13.36-rc.1-informational?style=flat-square) ![AppVersion: 358cf2e0](https://img.shields.io/badge/AppVersion-358cf2e0-informational?style=flat-square)
![Version: 0.13.36](https://img.shields.io/badge/Version-0.13.36-informational?style=flat-square) ![AppVersion: 358cf2e0](https://img.shields.io/badge/AppVersion-358cf2e0-informational?style=flat-square)

Helm chart for self-hosted Pydantic Logfire

Expand Down Expand Up @@ -256,6 +256,10 @@ groupOrganizationMapping:
role: write
```

The mapping is authoritative for the organizations and projects it lists and is reconciled when a user signs in. Access in those scopes may be changed or removed; unlisted organizations and projects are left unchanged, and personal organization membership is preserved. When multiple matching groups grant roles in the same scope, the most permissive role is applied.

Setting `groupOrganizationMapping` overrides mappings managed through the public Group Mappings API. The API reports `api_mapping_status: overridden_by_environment`, and update requests return HTTP 409.

### Object Storage

Logfire requires object storage for data. Supported URI schemes are `s3://`, `gs://`, and `az://`.
Expand Down
4 changes: 4 additions & 0 deletions charts/logfire/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ groupOrganizationMapping:
role: write
```

The mapping is authoritative for the organizations and projects it lists and is reconciled when a user signs in. Access in those scopes may be changed or removed; unlisted organizations and projects are left unchanged, and personal organization membership is preserved. When multiple matching groups grant roles in the same scope, the most permissive role is applied.

Setting `groupOrganizationMapping` overrides mappings managed through the public Group Mappings API. The API reports `api_mapping_status: overridden_by_environment`, and update requests return HTTP 409.

### Object Storage

Logfire requires object storage for data. Supported URI schemes are `s3://`, `gs://`, and `az://`.
Expand Down
Loading