> For the complete documentation index, see [llms.txt](https://docs.onyxia.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onyxia.sh/docs.onyxia.sh/v10/contributors-doc/community-calls/august-2025-community-call.md).

# August 2025 community call

Community call 08/28/2025

## Project news

* Release v10.27
  * Onboarding as a separate go module (test it, `onboarding.enabled=true` in your values : <https://github.com/InseeFrLab/onyxia/blob/ba06172cba57b6893d0646f6521a1895532d844a/helm-chart/values.yaml#L316>)
* State of go :
  * Onboarding is functional and at (almost, mainly missing events support) parity with current API
  * Work is now on `services` API
  * Code is available on a monorepo : <https://github.com/onyxia-datalab/onyxia-backend>
  * Feedback and contributions welcome ! #dev-rewrite-to-go on slack to discuss
* Bitnamigate happening today :scream: : <https://github.com/bitnami/charts/issues/35164>
  * Bitnami dropping / reducing docker & helm charts availability and support
  * Inseefrlab (defaults for Onyxia) catalogs have been updated this week to use `bitnamilegacy` (mainly for databases catalog)
  * Future : we will try to remove catalog dependencies to bitnami wherever and whenever it's feasible


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.onyxia.sh/docs.onyxia.sh/v10/contributors-doc/community-calls/august-2025-community-call.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.
