github.com/rvaralda/deis@v1.4.1/docs/reference/terms/release.rst (about) 1 :title: Release 2 :description: A Deis application release combines a build with a config. 3 4 .. _release: 5 6 Release 7 ======= 8 A Deis release is a combination of a :ref:`Build` with a :ref:`Config`. 9 Each :ref:`Application` is associated with one release at a time. 10 Deis releases are numbered and new releases always increment by 11 one (e.g. v1, v2, v3). 12 13 :ref:`Containers <container>` that host an application use these 14 release versions to pull the correct code and configuration.