Skip to content

Releases: battleoverflow/shinigami

v0.2.0

11 Jun 01:47
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

New version is available on PyPI: https://pypi.org/project/shinigami/0.2.0/

Features

  • Library is now available as a CLI or importable module (6defafa)
  • Simpler imports now available (from shinigami import Shinigami) (6defafa)

v0.1.13

07 Jan 17:44
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release

Changelog | v0.1.13

New version available on PyPi: https://pypi.org/project/shinigami/0.1.13/

Features

  • Included a verbosity parameter to allow optional logging from Faye (7f0ef7f)
  • Now able to remove a Dockerfile in the current working directory (7f0ef7f)
  • Added a requirements.txt file check before building to verify it exists (f675c00)

Bug Fixes

  • Fixed the GET request for DockDB (f675c00)

v0.1.8

12 Dec 15:43
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

Changelog

Package available on PyPi: https://pypi.org/project/shinigami/

Features

  • Open source library for generating Dockerfiles during runtime
  • Utilizes the open-source DockDB repo to access numerous Dockerfiles over a network request
  • Generates and/or builds the provided Dockerfile configuration (see the CLI for examples)

Changelog: 29158c3 ... ba1a58d