> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/release-notes/overview-2026/2026-01-releasenotes.md).

# January 2026

## Key Takeaways

* **CI/CD Flow page** - CI/CD Flow has been moved from the `Configuration -> Advanced` page to a standalone page `Configuration -> CI/CD Flow`.
* **Enhanced debug information for CI/CD deployments** - Added a new "See More" link on the `Insights -> Project History` page for CI/CD Flow deployment events. That leads to a new page with logs, artifact info, and so on about the deployment.
* **List of deployment artifacts** - Added a list of deployment artifacts on the `Configuration -> CI/CD Flow` page with a download link to help with debugging.

## CI/CD Flow page

The CI/CD flow on the `Configuration -> Advanced` page has been moved to `Configuration -> CI/CD Flow`. This has been done in preparation for the upcoming enhancements to the CI/CD Flow.

## Enhanced debug information for CI/CD deployments

On the `Insights -> Project History` page, you will now see CI/CD Flow deployments. Use the "See More" button to find even more information about each deployment.

![Project History page with new CI/CD Deployment](/files/nFOvJYHTeuPRpL4U250h)

This detail page for the event contains the following information:

* Metadata for the deployment.
* Metadata about the deployment artifact, including a download link.
* The configured deployment options.
* The process log.
* The Kudu log.

Having these details available increases your options for debugging deployments that went wrong.

## List of deployment artifacts

Added a list of deployment artifacts on the `Configuration -> CI/CD Flow` page with a download link to help with debugging:

![List of deployment artifacts on the CI/CD Flow page](/files/V333wiabhlKLyDaQE0TE)


---

# 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.umbraco.com/umbraco-cloud/release-notes/overview-2026/2026-01-releasenotes.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.
