Skip to content
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

libcontainer: remove aliases for deprecated functions #2999

Merged
merged 2 commits into from
Jun 4, 2021

Commits on Jun 4, 2021

  1. libcontainer/configs: remove stubs for deprecated Devices funcs

    These were deprecated and moved; the stubs were included in the
    last two (rc94, rc95) releases, so external consumers would have
    the chance to update their code.
    
    Removing this so that this doesn't get into v1.0.0 GA
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3f23a73 View commit details
    Browse the repository at this point in the history
  2. libcontainer/system: remove alias for deprecated RunningInUserNS

    These were deprecated and moved; the stubs were included in the
    last two (rc94, rc95) releases, so external consumers would have
    the chance to update their code.
    
    Removing this so that this doesn't get into v1.0.0 GA
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8fe3dfb View commit details
    Browse the repository at this point in the history