Skip to content

Commit

Permalink
version 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Apr 7, 2022
1 parent 258af54 commit 8ec779b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# __NEXT__


# 3.2.4 (6 April 2022)

## Bug fixes

* `update` will no longer overwrite a `docker.image` config setting when the
current/default value includes an explicit `latest` tag. This change makes
it possible to track the "latest" Docker runtime image by manually setting

```ini
[docker]
image = nextstrain/base:latest
```

in _~/.nextstrain/config_.
([#163](https://github.com/nextstrain/cli/pull/163))

* `update` now correctly prunes old images starting from and including the
just-updated-from image, instead of accidentally skipping it until the next
`update`.
([#163](https://github.com/nextstrain/cli/pull/163))

* `check-setup --set-default` now sets the `docker.image` setting to the most
recent `build-*` image when the Docker runtime is selected as the default.
([#168](https://github.com/nextstrain/cli/pull/168))


# 3.2.3 (1 April 2022)

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion nextstrain/cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.3'
__version__ = '3.2.4'

0 comments on commit 8ec779b

Please sign in to comment.