File tree 1 file changed +6
-5
lines changed
keps/sig-architecture/4330-compatibility-versions
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -725,17 +725,18 @@ The API fields include will match what is described in the "API Fields" section.
725
725
726
726
### Version introspection
727
727
728
- The ` /version ` endpoint will be augmented to report binary version when this feature
728
+ The ` /version ` endpoint will be augmented to report emulation version and min compatibility version when this feature
729
729
is enabled. Note that this changes default behavior by always including a new field
730
730
in ` /version ` responses. E.g.
731
731
732
732
``` json
733
733
{
734
734
"major" : " 1" ,
735
- "minor" : " 30" ,
736
- "binaryMajor" : " 1" ,
737
- "binaryMinor" : " 32" ,
738
- "compatibility" : " 29" ,
735
+ "minor" : " 32" ,
736
+ "emulationMajor" : " 1" ,
737
+ "emulationMinor" : " 31" ,
738
+ "minCompatibilityMajor" : " 1" ,
739
+ "minCompatibilityMinor" : " 30" ,
739
740
"gitVersion" : " v1.30.0" ,
740
741
"gitCommit" : " <something>" ,
741
742
"gitTreeState" : " clean" ,
You can’t perform that action at this time.
0 commit comments