Skip to content

Commit

Permalink
release/configstatus.v1: Update configstatus.v1
Browse files Browse the repository at this point in the history
XXX_SKIP_CHECK_BREAKING

Change-Id: Id17d648b94e4e9b0706caaad83274422e20dc129
  • Loading branch information
oumichae1 committed Apr 9, 2024
1 parent 9412a7d commit 00a727b
Show file tree
Hide file tree
Showing 4 changed files with 1,853 additions and 254 deletions.
5 changes: 4 additions & 1 deletion arista/configstatus.v1/configstatus-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
# New entries go on top.

Changes:
- date: 2024-03-28
description: Update APIs
version: 1.0.6
cvaas: true
- date: 2022-10-31
description: Add ConfigSources definition
version: 1.0.5
cvaas: true
- date: 2022-01-10
description: Add a_parent_line_num field in DiffEntry
version: 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion arista/configstatus.v1/configstatus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ syntax = "proto3";

package arista.configstatus.v1;

option go_package = "arista/resources/arista/configstatus.v1;configstatus";
option go_package = "github.com/aristanetworks/cloudvision-go/api/arista/configstatus.v1;configstatus";

option java_package = "com.arista.configstatus.v1";
option java_outer_classname = "Configstatus";
Expand Down
Loading

0 comments on commit 00a727b

Please sign in to comment.