Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

87 lines (48 loc) · 1.6 KB

Change log for Solaris OCI

2020-05-25: Version 0.2.2

  • Add logging facility
  • Ignore delete returning error

2020-05-14: Version 0.2.1

  • Changed requirements to add minimum version for oci packages

2020-05-14: Version 0.2.0

  • Renamed project to oci-solaris-python

2020-05-08: Version 0.1.3

  • Refactor project, moved out oci and util to project "oci-api-python"
  • Refactor project, moved out cli, to project "oci-cli-python"

2020-05-07: Version 0.1.2

  • Added log system
  • Added version info to commands
  • Added "oci image import"
  • Removed "mkimage" in favor of "oci image import -r"
  • Added more checks to recognize valid ZFS in ZFS graph driver

2020-05-06: Version 0.1.1

  • Added "oci container run"
  • Added "oci container start"

2020-05-06: Version 0.1.0

  • Added the runtime engine
  • Added "oci container create"
  • Added "oci container list"
  • Added "oci container remove"
  • Added "oci container inspect"
  • Changed base_id lenght to 12 in ZFS graph driver
  • Changed runc checks on run and create

2020-05-04: Version 0.0.6

  • Restructure /var/lib/oci layout

2020-04-28: Version 0.0.5

  • Added the graph engine
  • Added the ZFS graph driver
  • Added the ZFS media type
  • Added xz, lz and parallel compressing methods
  • Added "oci image rm"

2020-04-22: Version 0.0.4

  • Changed default directory to /var/lib/oci
  • Added "mkimage"

2020-04-17: Version 0.0.3

  • Added "oci image inspect"
  • Split cli and api
  • Added checks to OCI structs with python-oci package

2020-04-16: Version 0.0.2

  • Added oci CLI
  • Added "oci image ls"

2020-04-13: Version 0.0.1

  • Initial export