Skip to content

Commit

Permalink
docs(proposal): corret typo
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Di Pierro <[email protected]>
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
2 people authored and poiana committed Feb 8, 2022
1 parent 6f6d296 commit a4174d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/20220203-versioning-schema-amendment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Libscap and libsinsp are two distinct artifacts. They will be released with the

### Drivers artifacts

The kernel model and the eBPF probe are two components that can be built for any supported Kernel version. The source code of both drivers will be released with the same version number (a single [SemVer 2.0](https://semver.org/spec/v2.0.0.html) string).
The kernel module and the eBPF probe are two components that can be built for any supported Kernel version. The source code of both drivers will be released with the same version number (a single [SemVer 2.0](https://semver.org/spec/v2.0.0.html) string).

However, a few considerations need to be taken into account. The public API is composed of two different characteristics in the driver context: the API functions (exposed to the consumer) and the data schema (delivered to the consumer). Our implementation versions those two characteristics directly in the source code (you can find the current versions respectively in [/driver/API_VERSION](/driver/API_VERSION) and [/driver/SCHEMA_VERSION](/driver/SCHEMA_VERSION)). Those versions use a SemVer compatible scheme.

Expand Down

0 comments on commit a4174d8

Please sign in to comment.