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

Cherry-pick bug fixes from reconciler refactor branch #417

Merged
merged 3 commits into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Ensure rel path never traverses outside Storage

    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    77d1c9c View commit details
    Browse the repository at this point in the history
  2. Use same SemVer logic in both Git implementations

    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d0560e5 View commit details
    Browse the repository at this point in the history
  3. storage: strip env specific data during archive

    This ensures the checksum is predictable, and not influenced by e.g.
    different runtime configuration settings, or FS specific data.
    
    Signed-off-by: Hidde Beydals <hello@hidde.co>
    hiddeco committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    3ac39b6 View commit details
    Browse the repository at this point in the history