File tree Expand file tree Collapse file tree
synthtool/gcp/templates/node_library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ unless absolutely necessary (e.g. because of critical security issues) or with
118118an extensive deprecation period. Issues and requests against ** GA** libraries
119119are addressed with the highest priority.
120120{% endif %}
121+ {% if metadata[ 'repo'] [ 'release_level' ] == 'stable' %}
122+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
123+ unless absolutely necessary (e.g. because of critical security issues) or with
124+ an extensive deprecation period. Issues and requests against ** stable** libraries
125+ are addressed with the highest priority.
126+ {% endif %}
121127{% if metadata[ 'repo'] [ 'release_level' ] == 'beta' %}
122128This library is considered to be in ** beta** . This means it is expected to be
123129mostly stable while we work toward a general availability release; however,
@@ -134,6 +140,11 @@ This library is **deprecated**. This means that it is no longer being
134140actively maintained and the only updates the library will receive will
135141be for critical security issues. {% if metadata[ 'deprecated'] %}{{ metadata[ 'deprecated'] }}{% endif %}
136142{% endif %}
143+ {% if metadata[ 'repo'] [ 'release_level' ] == 'preview' %}
144+ This library is considered to be in ** preview** . This means it is still a
145+ work-in-progress and under active development. Any release is subject to
146+ backwards-incompatible changes at any time.
147+ {% endif %}
137148
138149More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
139150
You can’t perform that action at this time.
0 commit comments