Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rossi <[email protected]>
  • Loading branch information
anrossi committed Oct 12, 2021
1 parent 9a7fb11 commit e64c06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/base.proto
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ message DataSource {
string inline_string = 3;

// Environment variable data source.
string environment_variable = 4 [(validate.rules).string = {min_bytes: 1}];
string environment_variable = 4 [(validate.rules).string = {min_len: 1}];
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Removed Config or Runtime

New Features
------------
* config: added :ref:`environment_variable <envoy_v3_api_msg_config.core.v3.datasource>` to the DataSource.
* config: added :ref:`environment_variable <envoy_v3_api_field_config.core.v3.datasource.environment_variable>` to the :ref:`DataSource <envoy_v3_api_msg_config.core.v3.datasource>`.
* http: added support for :ref:`retriable health check status codes <envoy_v3_api_field_config.core.v3.HealthCheck.HttpHealthCheck.retriable_statuses>`.

Deprecated
Expand Down

0 comments on commit e64c06a

Please sign in to comment.