forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yaml
45 lines (36 loc) · 1.33 KB
/
template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
apiVersion: release-notes/v2
# This YAML file describes the format for specifying a release notes entry for Istio.
# This should be filled in for all user facing changes.
# kind describes the type of change that this represents.
# Valid Values are:
# - bug-fix -- Used to specify that this change represents a bug fix.
# - security-fix -- Used to specify that this change represents a vulnerability fix.
# - feature -- Used to specify a new feature that has been added.
# - test -- Used to describe additional testing added. This file is optional for
# tests, but included for completeness.
kind:
# area describes the area that this change affects.
# Valid values are:
# - traffic-management
# - security
# - telemetry
# - installation
# - istioctl
# - documentation
area:
# issue is a list of GitHub issues resolved in this note.
# If issue is not in the current repo, specify its full URL instead.
issue:
# releaseNotes is a markdown listing of any user facing changes. This will appear in the
# release notes.
releaseNotes:
# upgradeNotes is a markdown listing of any changes that will affect the upgrade
# process. This will appear in the release notes.
upgradeNotes:
- title:
content:
# docs is a list of related docs to the change.
docs:
# securityNotes is a markdown listing of any changes related to the security of
# Istio.
securityNotes: