Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Releases: piontec/docker-enforcer

0.8.15: security update

01 Jun 07:39
Compare
Choose a tag to compare
  • jinja2 version in dependencies was updated to address a security issue

0.8.14: bug fix release

21 Mar 09:29
42fd124
Compare
Choose a tag to compare

This release fixes two issues (see PR #53 for details):

  1. Docker Enforcer does not show a correct initial image name. It shows the relate sha256 hash.
  2. Docker Enforcer fails with an exception when we send a request without information about an image.

0.8.12: security upgrade

27 Sep 07:27
Compare
Choose a tag to compare
  • flask updated to 0.12.4

0.8.11: bugfix release

27 Sep 07:26
Compare
Choose a tag to compare
  • fix the name of the "name" attribute (@kizzie)

0.8.10: bugfix release

08 Jun 20:18
Compare
Choose a tag to compare
  • fixed bug in the method used to kill a container, including test and docs fixes (@kizzie)

0.8.9: support for looking up image names by hash

14 Feb 09:22
Compare
Choose a tag to compare
  • If in the request an image hash, not name, is given, Docker Enforcer tries to look up the name associated with the hash. That way rules based on image name should work even with image hashes in requests.

0.8.8: bugfix release

12 Jan 14:52
Compare
Choose a tag to compare
  • allow for empty HostConfig (rocker does that)
  • normalize all parameters by converting them to lower characters

0.8.7: bugfix release

11 Oct 09:56
Compare
Choose a tag to compare
  • fix exception when labels are not present

0.8.6: bugfix release

09 Oct 12:43
Compare
Choose a tag to compare
  • better tests coverage for docker integration API

0.8.5: bugfix release

06 Oct 14:35
Compare
Choose a tag to compare
  • fixed handling of invalid or empty requests
  • fixed getting Name from container's properties