Skip to content

Releases: Polyconseil/grocker

8.0

16 Mar 09:11
Compare
Choose a tag to compare

Changelog

  • Drop Python 3.6 support since it is not supported anymore (breaking change).
  • Add Python 3.10 support (for Grocker command).
  • Add support for buster/3.10 runtime.

7.0

13 Aug 12:34
Compare
Choose a tag to compare
7.0

Changelog

  • Drop Python 3.5 support since it is not supported anymore (breaking change).
  • Add Python 3.9 support (for Grocker command).

6.9.1

20 Apr 10:06
Compare
Choose a tag to compare

Changelog

  • optionnal manifest set image hash to None

6.9

13 Apr 09:50
Compare
Choose a tag to compare
6.9

Changelog

  • Drop Python 2.7 support (for Grocker command) breaking change
  • Retrieving the image hash from manifest is now optional and disabled by default

6.8

18 Nov 09:45
Compare
Choose a tag to compare
6.8

Changelog

  • Add Python 3.8 support (for Grocker command).
  • Add support for buster/3.8 runtime.
  • Add support for buster/3.7 runtime.
  • Add support for alpine/3 runtime and use it by default.
  • Deprecate stretch/3.7 runtime (deprecation warning).
  • Deprecate alpine/3.6 runtime (deprecation warning)
  • Drop Python 3.4 support since it is not supported anymore (breaking change).

6.7

19 Feb 17:19
Compare
Choose a tag to compare
6.7

Changelog

  • Fix pip install error when building an image from a wheel with extra requirements passed from a filepath

6.6

18 Jan 10:21
Compare
Choose a tag to compare
6.6

Changelog

  • Python 3.4 & 3.5 support (for Grocker command) will be dropped in next major version (deprecation warning)
  • Add support for Python's stretch/3.7 docker image.

6.5

28 Nov 19:21
Compare
Choose a tag to compare
6.5

Changelog

  • Replace "+" signs in python versions by "-" in default image name

6.4

28 Nov 14:52
Compare
Choose a tag to compare
6.4

Changelog

  • Python 2.7 support (for Grocker command) will be dropped in next major version (deprecation warning)
  • Accept wheel path as release argument

6.3

25 May 12:06
Compare
Choose a tag to compare
6.3

Changelog

  • Add support for Python's stretch+3.6 docker image.
  • Deprecate stretch/3.5 runtime