Bump API
This Bump API is aimed at making stateless version numbering available via API endpoint.
Bump API is build on top of treeder/bump
Documentation
Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor and patch), these numbers are generally assigned in increasing order and correspond to new developments in the software.
Semantic versioning (aka SemVer), currently the best known and most widely adopted version scheme in this category, uses a sequence of three digits (Major.Minor.Patch), an optional prerelease tag and optional build meta tag. In this scheme, risk and functionality are the measures of significance.
For further information
Deployment
As a container:
As a Python application:
PORT=7070 bump-api.py
The Request
The quest must be POST method:
And the response will look like:
"new_version": "2.3.1",
}
Kubernetes Deployment
Source
Our latest and greatest source of Jenkins can be found on GitHub. Fork us!
Contributing
We would you to contribute by making a pull request.
Please read the official Contribution Guide for more information on how you can contribute.