Add release note for function versioning feature

Change-Id: I475aea95996e2dcd78463af4449245545bb2bf1a
Story: 2001829
Task: 15054
This commit is contained in:
Lingxian Kong 2018-04-30 19:07:13 +12:00
parent 19cd85e818
commit 706948a72b
4 changed files with 17 additions and 7 deletions

View 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.

View File

@ -6,4 +6,4 @@
:maxdepth: 1
unreleased
pike
queens

View File

@ -1,6 +0,0 @@
=============================
Pike Series Release Notes
=============================
.. release-notes::
:branch: origin/stable/pike

View File

@ -0,0 +1,6 @@
===========================
Queens Series Release Notes
===========================
.. release-notes::
:branch: origin/stable/queens