Skip to content

Commit

Permalink
release/alert.v1: release alert.v1.8.3
Browse files Browse the repository at this point in the history
Change-Id: I103667634fc4a2fefebb931d200c706006d26893
  • Loading branch information
Dylan Quinn committed Mar 22, 2024
1 parent bd15647 commit f07fe5b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arista/alert.v1/alert-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# New entries go on top.

Changes:
- date: 2024-03-06
description: Add DefaultTemplate.display_name
version: 1.8.3
onprem: true
cvaas: true
- date: 2024-02-13
description: Add snmp engine ID
version: 1.8.2
Expand Down
3 changes: 3 additions & 0 deletions arista/alert.v1/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,9 @@ message DefaultTemplate {
// Any submitted template will be expected to output text with valid formatting for any input or
// may fail validation.
TemplateOutput output_format = 6;

// display_name is the name that can be displayed to the user for this particular template type
google.protobuf.StringValue display_name = 7;
}


Expand Down
4 changes: 4 additions & 0 deletions arista/alert.v1/services.gen.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,10 @@
"outputFormat": {
"$ref": "#/definitions/arista.alert.v1.TemplateOutput",
"description": "output_format is the expected output format of this template\nAny submitted template will be expected to output text with valid formatting for any input or\nmay fail validation."
},
"displayName": {
"type": "string",
"title": "display_name is the name that can be displayed to the user for this particular template type"
}
},
"title": "DefaultTemplate is the system default template which is used when no user template has been set"
Expand Down

0 comments on commit f07fe5b

Please sign in to comment.