From e3cd861dd28bca527bc981d3ad47b4104740d7d7 Mon Sep 17 00:00:00 2001 From: Bruno Espino Date: Fri, 24 Jul 2026 15:55:31 -0300 Subject: [PATCH 1/2] Release chart 0.13.36 --- charts/logfire/Chart.yaml | 2 +- charts/logfire/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/logfire/Chart.yaml b/charts/logfire/Chart.yaml index 6d20588..7236bb1 100644 --- a/charts/logfire/Chart.yaml +++ b/charts/logfire/Chart.yaml @@ -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 diff --git a/charts/logfire/README.md b/charts/logfire/README.md index 8fe720f..c90924e 100644 --- a/charts/logfire/README.md +++ b/charts/logfire/README.md @@ -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 From 498139745f945a15478db6b7c14d43fe1dc632f7 Mon Sep 17 00:00:00 2001 From: Bruno Espino Date: Fri, 24 Jul 2026 16:01:47 -0300 Subject: [PATCH 2/2] Document group mapping behavior --- charts/logfire/README.md | 4 ++++ charts/logfire/README.md.gotmpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/charts/logfire/README.md b/charts/logfire/README.md index c90924e..976124f 100644 --- a/charts/logfire/README.md +++ b/charts/logfire/README.md @@ -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://`. diff --git a/charts/logfire/README.md.gotmpl b/charts/logfire/README.md.gotmpl index 7cd79de..45ff343 100644 --- a/charts/logfire/README.md.gotmpl +++ b/charts/logfire/README.md.gotmpl @@ -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://`.