-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Falco version and driver version are not coupled anymore #1111
Conversation
…e correct FALCO_VERSION env variable Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
… have exact FALCO_VERSION env variable This avoids `FALCO_VERSION` variable to be equal to `latest` while `falco --version` correctly returns 0.21.0 Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
…sion Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
…inghuishes driver version from falco version Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
/cc @fntlnz |
LGTM label has been added. Git tree hash: 85e68d8a97229ab5431c158007d0c16a92773630
|
Signed-off-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
/cc @kris-nova |
LGTM label has been added. Git tree hash: 2faf64b02d684c0d410cfac3352838e81721c1ff
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, kris-nova The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
/kind cleanup
Any specific area of the project related to this PR?
/area build
/area tests
What this PR does / why we need it:
This PR introduces some fixes and updates needed because the Falco version and the driver version are distinct values now.
So this PR mainly updates the
falco-probe-loader
script for this reason. Also renaming it tofalco-driver-loader
.Futhermore, this script obtains now some values (like the
DRIVER_VERSION
variable value) at configuration time.Finally it also ensures that the
FALCO_VERSION
env variable inside docker containers contains the same value returned byfalco --version
, not the docker image tag.Which issue(s) this PR fixes:
Fixes #1107
Fixes #1110
Special notes for your reviewer:
Does this PR introduce a user-facing change?: