Add release note for function versioning feature
Change-Id: I475aea95996e2dcd78463af4449245545bb2bf1a Story: 2001829 Task: 15054
This commit is contained in:
parent
19cd85e818
commit
706948a72b
10
releasenotes/notes/function-versioning-6e23fc021c2a7c7e.yaml
Normal file
10
releasenotes/notes/function-versioning-6e23fc021c2a7c7e.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
prelude: >
|
||||
Support versioning for functions. The function developer can work with
|
||||
different variations of a single function in the development workflow,
|
||||
such as development, beta, and production.
|
||||
features:
|
||||
- Support versioning for functions. End users can create one or more versions
|
||||
for a single function, the code package of a function version is immutable.
|
||||
Each function version has a version number that can be used for creating
|
||||
execution, job and webhook.
|
@ -6,4 +6,4 @@
|
||||
:maxdepth: 1
|
||||
|
||||
unreleased
|
||||
pike
|
||||
queens
|
||||
|
@ -1,6 +0,0 @@
|
||||
=============================
|
||||
Pike Series Release Notes
|
||||
=============================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/pike
|
6
releasenotes/source/queens.rst
Normal file
6
releasenotes/source/queens.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===========================
|
||||
Queens Series Release Notes
|
||||
===========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/queens
|
Loading…
Reference in New Issue
Block a user