> For the complete documentation index, see [llms.txt](https://docs-lunar.earthly.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-lunar.earthly.dev/release-notes/product/2025.md).

# 2025

## 2025-12-19 <a href="#product-2025-12-19" id="product-2025-12-19"></a>

### Features

#### Containerized script execution <a href="#product-containerized-script-execution" id="product-containerized-script-execution"></a>

Collectors, policies, and catalogers can now run inside Docker containers, isolating script execution and making script dependencies reproducible.

The image is chosen per script with the `image` field, falling back to plugin-level defaults and then to global `default_image` settings in the Lunar config, with separate defaults for CI collectors, non-CI collectors, policies, and catalogers. Scripts without an image continue to run natively, and it is common to leave CI collectors on `native` so they can access the CI environment directly.

## 2025-10-20 <a href="#product-2025-10-20" id="product-2025-10-20"></a>

### Features

* Dashboards now track component check scores over time, with a trend sparkline for each component in the components list and a score-over-time chart in the component detail view.

## Early Access (2025-09-03) <a href="#product-early-access" id="product-early-access"></a>

### Features

#### Lunar available in early access <a href="#product-early-access-launch" id="product-early-access-launch"></a>

Lunar is now available in early access, with its first public release published on September 3, 2025.

Lunar puts guardrails around the software development lifecycle. Software is organized into domains and components; collectors gather SDLC metadata about each component into its Component JSON; and policies evaluate that metadata to produce pass-or-fail checks.

The early-access platform includes the collection and policy engine with code, cron, and CI hooks; CI pipeline instrumentation for GitHub Actions through the Lunar CI agent (now the CI/CD Tracer); and check results posted to pull requests as commit statuses and comments. It also includes dashboards for components, checks, script runs, and initiatives; a read-only SQL API over the collected data; and a plugin system for reusable collectors, policies, and catalogers, with Bash and Python SDKs.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-lunar.earthly.dev/release-notes/product/2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
