Closed
Description
This issue tracks the libs+driver release (0.11.0
+5.0.0+driver
). See the full release process here 👇
https://github.com/falcosecurity/libs/blob/master/release.md
Release Phases 🌀
Preparation 🎁
- Tag all necessary PR with milestones
0.11.0
and5.0.0+driver
.
Code freeze 🥶
- Test the libraries and drivers
Release branch ⬇️
- Craft release branch
- upstream: https://github.com/falcosecurity/libs/tree/release/0.11.x
- fork: https://github.com/Andreagit97/libs/tree/release/0.11.x - Release candidate tags for testing purposes. (optional)
- https://github.com/falcosecurity/libs/releases/tag/0.11.0-rc1
- https://github.com/falcosecurity/libs/releases/tag/0.11.0-rc2
- https://github.com/falcosecurity/libs/releases/tag/0.11.0-rc3
- https://github.com/falcosecurity/libs/releases/tag/0.11.0-rc4
- https://github.com/falcosecurity/libs/releases/tag/0.11.0-rc5
- https://github.com/falcosecurity/libs/releases/tag/5.0.0%2Bdriver
- https://github.com/falcosecurity/libs/releases/tag/5.0.1%2Bdriver
- https://github.com/falcosecurity/libs/releases/tag/0.11.0
- https://github.com/falcosecurity/libs/releases/tag/0.11.1
- https://github.com/falcosecurity/libs/releases/tag/0.11.2
- open in test-infra repository a PR to set the newly created branch as protected.
Thaw 🌄
- thaw the repo allowing new PR to be merged in the
master
branch again.
Final tags 🏷️
- craft them at the end of the release process
PR that should be cherry-picked into the release branch 🍒
- docs(userspace/libsinsp): more detailed docs about proc filterchecks #1095
- fix(userspace/plugin/plugin_types.h): add missing ss_plugin_field_type #1098
- update(userspace): minor improvements on the plugin framework #1100
- fix(libsinsp): include string header in dumper.h #1102
- fix(userspace/libsinsp): don't unset async evt handler if inspector was not open #1103
- fix(userspace/plugin): make plugin loader less strict when checking caps #1105
Synced with: #1104
- fix(cmake): make tbb debug build case insensitive #1106
- update(userspace/libsinsp): support lists of new field types #1108
Synced with: #1107
Synced with: #1114
- fix(libsinsp): return on error in update_container_with_size #1116
- fix(userspace/libsinsp): correct behavior in plugin open modes #1117
Synced with: #1118
- chore(userspace/libsinsp): make get_field_names a property of generic formatters #1120
- fix(libpman): do not close cnt map in scap stats v2 in absence of error #1121
- fix(driver): correctly convert socketcall codes on 32 bits #1122
- fix(driver): correctly retrieve src ip+port from UDP
recvmsg
andrecvfrom
#1123 - tests: add some engine tests on scap stats #1124
Synced with: #1125
Synced with: #1129
Synced with: #1136
Synced with: #1140
Synced with: #1144