Skip to content

Commit

Permalink
MNT: Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Oct 30, 2020
1 parent b6352e0 commit bfa3d20
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ This is a high level and scarce summary of the changes between releases. We
would recommend to consult log of the [DataLad git
repository](http://github.com/datalad/datalad-container) for more details.

## 1.1.0 (October 30, 2020) --

- Datalad version 0.13.0 or later is now required.

- In the upcoming 0.14.0 release of DataLad, the datalad special
remote will have built-in support for "shub://" URLs. If
`containers-add` detects support for this feature, it will now add
the "shub://" URL as is rather than resolving the URL itself. This
avoids registering short-lived URLs, allowing the image to be
retrieved later with `datalad get`.

- `containers-run` learned to install necessary subdatasets when asked
to execute a container from underneath an uninstalled subdataset.


## 1.0.1 (June 23, 2020) --

- Prefer `datalad.core.local.run` to `datalad.interface.run`. The
Expand Down
2 changes: 1 addition & 1 deletion datalad_container/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.1.0'
16 changes: 16 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

1.1.0 (October 30, 2020) –
--------------------------

- Datalad version 0.13.0 or later is now required.

- In the upcoming 0.14.0 release of DataLad, the datalad special remote
will have built-in support for “shub://” URLs. If ``containers-add``
detects support for this feature, it will now add the “shub://” URL
as is rather than resolving the URL itself. This avoids registering
short-lived URLs, allowing the image to be retrieved later with
``datalad get``.

- ``containers-run`` learned to install necessary subdatasets when
asked to execute a container from underneath an uninstalled
subdataset.

1.0.1 (June 23, 2020) –
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup(sphinx):
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit bfa3d20

Please sign in to comment.