You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a significant amount of friction and lost time when updating the Falco fork. To combat this, it should be reorganized in such a way as to make updates easier and make it easy to remove patches that are unneeded or have been upstreamed.
The proposed procedure is:
make the main branch track upstream/master
extract stackrox patches onto module version branches (e.g. release-2.4 or similar) on top of the main branch.
Current master, and previously tagged module versions will remain until they are out of support (up to module version 2.4.0, collector 3.14.1, ACS 4.0)
This can be simulated on separate branches before committing to the approach, but should be done before existing patches are removed or modified.
The text was updated successfully, but these errors were encountered:
There was a significant amount of friction and lost time when updating the Falco fork. To combat this, it should be reorganized in such a way as to make updates easier and make it easy to remove patches that are unneeded or have been upstreamed.
The proposed procedure is:
release-2.4
or similar) on top of the main branch.This can be simulated on separate branches before committing to the approach, but should be done before existing patches are removed or modified.
The text was updated successfully, but these errors were encountered: