Skip to content

Commit 8cac063

Browse files
committed
move note to new release version
1 parent 481ceca commit 8cac063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/notes/2.31.x.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ This work stands on the shoulders of support from the [Science Projects](https:/
3131

3232
### Backends
3333

34-
the `--pull` flag for `docker_image` targets now supports also podman. When podman is activated the flag can be set to `missing`, `always`,`never` and `newer` as well as False (equal to `missing`) or True (equal to `always`).
35-
The default behavior is now `missing`, which pulls the base image only if it is not already present locally.
36-
3734
#### Helm
3835

3936
#### JVM

docs/notes/2.32.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ For `generate-lockfiles`, typos in the name of a resolve now give "Did you mean?
5454

5555
### Backends
5656

57+
The `--pull` flag for `docker_image` targets now supports also podman. When podman is activated the flag can be set to `missing`, `always`,`never` and `newer` as well as False (equal to `missing`) or True (equal to `always`).
58+
The default behavior is now `missing`, which pulls the base image only if it is not already present locally.
59+
5760
#### Docker
5861

5962
The option `[docker].push_on_package` can be used to prevent Docker images from being pushed during packaging, i.e. when `--output` contains `push=True` or `type=registry`.

0 commit comments

Comments
 (0)