updated release notes

This commit is contained in:
Jerae Duffin 2022-10-20 15:03:11 -05:00
parent 8ebd41f2f6
commit 84ff14957c
2 changed files with 11 additions and 1 deletions

View File

@ -183,7 +183,13 @@ repository.
From either location, you can select a build job to view its build report. The
build report shows information about the build job. This includes the source
repository and branch (or tag), the build logs, the build duration, creation time and location, and the user namespace the build occurred in. You can also refresh the page to see the current progress of your build logs.
repository and branch (or tag), the build logs, the build duration, creation time and location, and the user namespace the build occurred in.
>**Note**
>
> You can now view the progress of your builds every 30 seconds when you
> refresh the Builds page. With the in-progress build logs, you can debug your
> builds before they're finished.
![Build Report](/docker-hub/images/index-report.png)

View File

@ -11,6 +11,10 @@ known issues for each Docker Hub release.
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1){: target="_blank" rel="noopener" class="_"} to see what's coming next.
## 2022-09-26
### New feature
The new [autobuild feature](../docker-hub/builds/index.md#check-your-active-builds) lets you view your in-progress logs every 30 seconds instead of when the build is complete.
## 2022-09-21
### Enhancement