diff --git a/content/_index.md b/content/_index.md index 5561dc158f..7c7a6e3641 100644 --- a/content/_index.md +++ b/content/_index.md @@ -45,8 +45,8 @@ grid: url: "/build-cloud/" - text: "Setup" url: "/build-cloud/setup/" - - text: "Optimization" - url: "/build-cloud/optimization/" + - text: "Release notes" + url: "/build-cloud/release-notes/" - title: Docker Compose icon: polyline description: | diff --git a/content/manuals/build-cloud/release-notes.md b/content/manuals/build-cloud/release-notes.md new file mode 100644 index 0000000000..d37174d8fd --- /dev/null +++ b/content/manuals/build-cloud/release-notes.md @@ -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. \ No newline at end of file