Giter VIP home page Giter VIP logo

end-of-life-spec's Introduction

End of Life Spec

A specification for a software end of life format.

Rationale

There is a gap in software lifecycle management: each project has its own lifecycle and publishes the end of life dates and details in a different format and place. That's why it is very difficult to make decisions about which product version is the right one to pick in the long term.

Specification

Each end of life specification is a JSON object with the following fields:

  • project (String, mandatory): The name of the project.
  • homepage (String, optional): The official homepage of the project.
  • end-of-life (Array, mandatory): List of project versions with the following end of life fields:
    • version (String, mandatory): A product version.
    • notes (String, optional): Release notes URL for that version.
    • released (String, optional, example: YYYY-MM-DD): The date the version was released.
    • long-term-support (Boolean, optional, default: false): Whether that version is long-term supported.
    • bug-fixes-until (String, mandatory, format: YYYY-MM-DD): The date the bug fixes for that version are expected to be fixed.
    • security-fixes-until (String, mandatory, format: YYYY-MM-DD): The date the security fixes for that version are expected to be fixed.
    • running-on (Array, optional): List of other project versions that the version is running on:
      • project (String, mandatory): The name of another project, hopefully having an end of life specification too.
      • versions (Array, mandatory): List of that other project versions (String) that root project version is running on.

Next steps

  1. Spread the specification to everybody interested.
  2. Curate an open list of specs for well established projects.
  3. Get projects to publish their own end of life specs.

Future

Once this specification is stable, a new well-known URI should be registered. For instance:

https://example.org/.well-known/end-of-life

Copyright and License

Copyright 2022 Alex Muntada

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

end-of-life-spec's People

Contributors

alexm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.