File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
keps/sig-architecture/4330-compatibility-versions Expand file tree Collapse file tree 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.
725725
726726### Version introspection
727727
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
729729is enabled. Note that this changes default behavior by always including a new field
730730in ` /version ` responses. E.g.
731731
732732``` json
733733{
734734 "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" ,
739740 "gitVersion" : " v1.30.0" ,
740741 "gitCommit" : " <something>" ,
741742 "gitTreeState" : " clean" ,
You can’t perform that action at this time.
0 commit comments