You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ if .BreakingChange -}}{{ range $k, $v := .BreakingChange }}{{ range $item := $v }}
4
+
::::{dropdown} {{ $item.Summary | beautify }}
5
+
{{ if $item.Description }}{{ $item.Description }}{{ end }}
6
+
7
+
For more information, check {{ linkPRSource $item.Component $item.LinkedPR }}{{ linkIssueSource $item.Component $item.LinkedIssue }}.
8
+
9
+
{{ if not $item.Impact }}% {{ end }}**Impact**<br>{{ if $item.Impact }}{{ $item.Impact }}{{ else }}_Add a description of the impact_{{ end }}
10
+
11
+
{{ if not $item.Action }}% {{ end }}**Action**<br>{{ if $item.Action }}{{ $item.Action }}{{ else }}_Add a description of the what action to take_{{ end }}
{{ if .Deprecation -}}{{ range $k, $v := .Deprecation }}{{ range $item := $v }}
3
+
4
+
::::{dropdown} {{ $item.Summary | beautify }}
5
+
{{ if $item.Description }}{{ $item.Description }}{{ end }}
6
+
7
+
For more information, check {{ linkPRSource $item.Component $item.LinkedPR }}{{ linkIssueSource $item.Component $item.LinkedIssue }}.
8
+
9
+
{{ if not $item.Impact }}% {{ end }}**Impact**<br>{{ if $item.Impact }}{{ $item.Impact }}{{ else }}_Add a description of the impact_{{ end }}
10
+
11
+
{{ if not $item.Action }}% {{ end }}**Action**<br>{{ if $item.Action }}{{ $item.Action }}{{ else }}_Add a description of the what action to take_{{ end }}
{{ if .KnownIssue -}}{{ range $k, $v := .KnownIssue }}{{ range $item := $v }}
2
+
3
+
::::{dropdown} {{ $item.Summary | beautify }}
4
+
**Applies to**: {{.Version}}
5
+
6
+
{{ if $item.Description }}{{ $item.Description }}{{ end }}
7
+
8
+
For more information, check {{ linkPRSource $item.Component $item.LinkedPR }}{{ linkIssueSource $item.Component $item.LinkedIssue }}.
9
+
10
+
{{ if not $item.Impact }}% {{ end }}**Impact**<br>{{ if $item.Impact }}{{ $item.Impact }}{{ else }}_Add a description of the impact_{{ end }}
11
+
12
+
{{ if not $item.Action }}% {{ end }}**Action**<br>{{ if $item.Action }}{{ $item.Action }}{{ else }}_Add a description of the what action to take_{{ end }}
0 commit comments