Skip to content

Commit

Permalink
Merge pull request buildpacks-community#1150 from pivotal/enhancement…
Browse files Browse the repository at this point in the history
…/issue-1133-versioning-file
  • Loading branch information
tomkennedy513 authored May 17, 2023
2 parents 36b53c9 + ad2277c commit e50b94e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VERSIONING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Kpack Release Versioning

Reference:
- [Semantic Versioning](http://semver.org)
- [Kubernetes Resource Versioning](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/)

Legend:

- kpack follows semantic versioning rules, where **X.Y.Z** refers to the version (git tag) of kpack that is released.
(**X** is the major version, **Y** is the minor version, and **Z** is the patch version.)

- kpack Custom Resource Definition (CRDs) follows the kubernetes resources versioning

0 comments on commit e50b94e

Please sign in to comment.