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

[v5.16, backport] storage: use race-free AddNames instead of SetNames #1512

Closed

Commits on Apr 1, 2022

  1. vendor: move c/storage to 1.36.3

    Podman `v3.4.2-rhel` and buildah release `1.23` branch uses `c/image
    5.16.0` which needs `v1.36.3` of `c/storage`
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a3771ad View commit details
    Browse the repository at this point in the history
  2. storage: use race-free AddNames instead of SetNames

    Commits from parallel builds using `SetNames` removes `names` from
    storage for other builds.
    
    Use race-free atomic `AddNames` to prevent breaking of parallel builds.
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    6caa4cf View commit details
    Browse the repository at this point in the history
  3. version: remove -dev and mark version as 5.16.2

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    45afd18 View commit details
    Browse the repository at this point in the history
  4. version: add dev and bump to 5.16.3

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7c36386 View commit details
    Browse the repository at this point in the history