github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/ROADMAP.md (about)

     1  # rkt roadmap
     2  
     3  This document defines a high level roadmap for rkt development.
     4  The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project.
     5  The [milestones defined in GitHub](https://github.com/coreos/rkt/milestones) represent the most up-to-date state of affairs.
     6  
     7  rkt is an implementation of the [App Container spec](https://github.com/appc/spec), which is still under active development on an approximately similar timeframe.
     8  The version of the spec that rkt implements can be seen in the output of `rkt version`.
     9  
    10  **Note that until communicated otherwise, the rkt CLI and API are considered unstable and subject to change.**
    11  Backwards-compatibility is a priority for the v1.0.0 release.
    12  
    13  ### rkt v0.11 (November)
    14  - CLI exposes fine-grained security controls [#1568](https://github.com/coreos/rkt/issues/1568) [#912](https://github.com/coreos/rkt/issues/912)
    15  - API service to expose read-only information about rkt pods [#1208](https://github.com/coreos/rkt/issues/1208)
    16  
    17  ### rkt v0.12 (November)
    18  - different shared namespace execution modes [#1433](https://github.com/coreos/rkt/issues/1433)
    19  
    20  ### rkt 1.0
    21  - stable CLI interface
    22  - stable read-only API interface
    23  - fully integrated with `machinectl login` and `systemd-run` [#1463](https://github.com/coreos/rkt/issues/1463)
    24  - rkt can retrieve images via BitTorrent [#405](https://github.com/coreos/rkt/issues/405)
    25  - packaged for more distributions
    26    - CentOS [#1305](https://github.com/coreos/rkt/issues/1305)
    27    - OpenSUSE [#1304](https://github.com/coreos/rkt/issues/1308)
    28  - IPv6 support
    29  - rkt can run applications as non-root [#820](https://github.com/coreos/rkt/issues/820)
    30  - packaged for other distributions
    31    - Fedora [#1304](https://github.com/coreos/rkt/issues/1304)
    32    - Debian [#1307](https://github.com/coreos/rkt/issues/1307)