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
* v1.0.0.rc1:
man/ocitools.1: Replace "**...(1)**" with "**...**(1)"
add namespace check for uid/gid mappings
validation: add linux resource check
add label manpage and fix help
support setting oom_score_adj
generate: fix mount-cgroups bug
completions: update based on generate help message
update urfave/cli package to v1.18.0
generate: optimize namespace setup log and fix manpage
change param type of AddProcessAdditionalGid
remove unnecessary return error value
Modify generate API
Add Travis CI badge to README
generate: fix capability.List() for cap_last_cap not exist
generate: remove unnecessary spec initialization
generate: fix tmpfs adding based on manpage
Check CAP_LAST_CAP while setting privileged
generate: Remove superfluous err check from Save
Signed-off-by: W. Trevor King <wking@tremily.us>
Conflicts:
cmd/ocitools/generate.go
man/ocitools-generate.1.md
The conflicts are because:
* support setting oom_score_adj (#176, #185)
* add label manpage and fix help (#189, #190)
have landed in master and been backported to v1.0.0.rc1 since this
branch split from master. They wouldn't have happend if I'd rebased
this branch on the current master before merging v1.0.0.rc1, but then
I'd have to repeat the initial dance done with eac0762 (Merge commit
'30e2ea2', 2016-08-02) and b45bebd (Merge commit '6acca9e',
2016-08-02).
0 commit comments