Skip to content

Release Management

Shawn Zhang edited this page Nov 21, 2023 · 3 revisions

Change Logs

  • New -> Noticeable cool stuff to users
  • ENHANCEMENT -> Invisible to user but makes something better
  • BREAK -> code change required from user
  • FIX -> no code change but result calculated changed

Versions

Hastructure adopts similar strategy of Ubuntu, there are three version outstanding:

  • LTS -> which keeps backward compatible API with hotfix only, the support covers 3 year since first release.
  • Stable -> may merge features from Dev,
  • Dev -> actively being tested and including new features/APIs.

Tagging

  • LTS was tagged with a prefix of l
  • Stable was tagged with a prefix of a
  • Dev was tagged with a prefix of v

Archive

all images were hosted in docker hub -> https://hub.docker.com/r/yellowbean/hastructure/tags

Clone this wiki locally