Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.46.0
Choose a base ref
...
head repository: containers/storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.46.1
Choose a head ref
  • 11 commits
  • 26 files changed
  • 5 contributors

Commits on Apr 4, 2023

  1. Move to v1.46.1-dev

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    775034c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1553 from rhatdan/VENDOR

    Bump to v1.46.0
    rhatdan authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6d0dc04 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Improve AtomicFileWriter's support for Win and Mac

    Add ExplicitCommit option to provide calling code the ability to
    preserve original files when an application error occurs, not just
    an error that occurs during writing.
    
    Change Close() impl to safely handle redundant calls (for defer
    usage safety)
    
    Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
    n1hility committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    21ec71c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.4

    Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.16.3 to 1.16.4.
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.16.3...v1.16.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/klauspost/compress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    990f892 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency containers/automation_images to v20230405

    Signed-off-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    117653f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1559 from containers/renovate/major-ci-vm-image

    chore(deps): update dependency containers/automation_images to v20230405
    rhatdan authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9d9b53a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1556 from containers/dependabot/go_modules/github…

    ….com/klauspost/compress-1.16.4
    
    build(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.4
    rhatdan authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8d58bbb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request #1554 from n1hility/update-atomicwriter

    Improve AtomicFileWriter's support for Win and Mac
    rhatdan authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    945f872 View commit details
    Browse the repository at this point in the history
  2. "pull up" images when creating them, too

    We previously started "pulling up" images when we changed their names,
    and started denying the presence of images in read-only stores which
    shared their ID with an image in the read-write store, so that it would
    be possible to "remove" names from an image in read-only storage.  We
    forgot about the Flags field, so start pulling that up, too.
    
    Do all of the above when we're asked to create an image, since denying
    the presence of images with the same ID in read-only stores would
    prevent us from finding the image by any of the names that it "had" just
    a moment before we created the new record.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b0c1c88 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Merge pull request #1560 from nalind/pullup-2

    "pull up" images when creating them, too
    rhatdan authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a7f37ce View commit details
    Browse the repository at this point in the history
  2. Bump to v1.46.1

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    d024c08 View commit details
    Browse the repository at this point in the history
Loading