mirror of https://github.com/docker/docs.git
ENGODCS-2443 (#22106)
<!--Delete sections as needed --> ## Description Adds release notes for DBC as requested here https://docker.slack.com/archives/C04RJJAPFKK/p1740512377197609?thread_ts=1740500440.451139&cid=C04RJJAPFKK ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
parent
bded7aad7b
commit
a39967fce4
|
|
@ -45,8 +45,8 @@ grid:
|
||||||
url: "/build-cloud/"
|
url: "/build-cloud/"
|
||||||
- text: "Setup"
|
- text: "Setup"
|
||||||
url: "/build-cloud/setup/"
|
url: "/build-cloud/setup/"
|
||||||
- text: "Optimization"
|
- text: "Release notes"
|
||||||
url: "/build-cloud/optimization/"
|
url: "/build-cloud/release-notes/"
|
||||||
- title: Docker Compose
|
- title: Docker Compose
|
||||||
icon: polyline
|
icon: polyline
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
description: Learn about the latest features of Docker Build Cloud
|
||||||
|
keywords: docker build cloud, release notes, changelog, features, changes, delta, new, releases
|
||||||
|
title: Docker Build Cloud release notes
|
||||||
|
linkTitle: Release notes
|
||||||
|
tags: [Release notes]
|
||||||
|
---
|
||||||
|
|
||||||
|
This page contains information about the new features, improvements, known
|
||||||
|
issues, and bug fixes in Docker Build Cloud releases.
|
||||||
|
|
||||||
|
## 2025-02-24
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
Added a new **Build settings** page where you can configure disk allocation, private resource access, and firewall settings for your cloud builders in your organization. These configurations help optimize storage, enable access to private registries, and secure outbound network traffic.
|
||||||
Loading…
Reference in New Issue