Skip to content

Releases: Polyconseil/grocker

6.2.1

16 Apr 10:34
Compare
Choose a tag to compare

Changelog

  • Use latest pip version (10.0)

6.2

16 Apr 10:33
Compare
Choose a tag to compare
6.2

Changelog

  • Switch to Docker(-py) 3.0

6.1

15 Nov 13:02
Compare
Choose a tag to compare
6.1

Changelog

  • Remove grocker version from the image default tag

6.0

25 Oct 14:01
Compare
Choose a tag to compare
6.0

Changelog

  • Allow to set environment variables on the final image
  • Deprecate Jessie runtimes
  • Allow to use Debian Jessie (Python 2.7 et 3.4), Debian Stretch (Python 3.5) and Alpine (Python 3.6) as base distribution (breaking change)
  • Simplify dependency declaration (breaking change)
  • Manage HTTPError when using get or build image

5.4

12 Oct 10:22
Compare
Choose a tag to compare
5.4

Changelog

  • Use python venv instead of virtualenv in compile image

5.3

21 Aug 12:07
Compare
Choose a tag to compare
5.3

Changelog

  • Support of pip trusted host config in wheel builder.
  • Retrieve image manifest digest from registry.

5.2

18 Jul 15:31
Compare
Choose a tag to compare
5.2

Changelog

  • Adds gnupg2 to allow grocker to build stretch images.

5.1

18 Jul 11:52
Compare
Choose a tag to compare
5.1

Changelog

  • Also extract pip's timeout configuration from local pip configuration file

5.0

10 Mar 13:23
Compare
Choose a tag to compare
5.0

Changelog

  • Switch cli to click (breaking change)
  • Add support for Python 3.6
  • Drop obsolete .grocker file
  • Switch to docker(-py) 2
  • Only manage Grocker created stuff when purging
  • Drop cron, ssmtp and sudo specific code
  • Add support for alpine base images

4.6

22 Dec 10:11
Compare
Choose a tag to compare
4.6

Changelog

  • Use env vars to pass pip constraint file to wheel compiler.
  • Fix empty config file bug