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.29.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.30.0
Choose a head ref
  • 9 commits
  • 40 files changed
  • 4 contributors

Commits on Apr 12, 2021

  1. Move to v1.29.1-dev

    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1fffd79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #875 from rhatdan/version

    Bump to v1.29.0
    rhatdan authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    41d901c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. build(deps): bump github.com/klauspost/compress from 1.11.13 to 1.12.1

    Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.11.13 to 1.12.1.
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.11.13...v1.12.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    18e778b View commit details
    Browse the repository at this point in the history
  2. btrfs: Do not disable quota on cleanup

    Before this change, cleanup of the btrfs driver (occuring on each driver
    shutdown) resulted in disabling quotas. It was done with an assumption
    that quotas can be enabled or disabled on a subvolume level, which is
    not true - enabling or disabling quota is always done on a filesystem
    level.
    
    That was leading to disabling quota on btrfs filesystems on btrfs driver
    shutdown.
    
    This change fixes that behavior and removes misleading `subvol` prefix
    from functions and methods which set up quota (on a filesystem level).
    
    Ref: moby/moby#34593
    Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
    vadorovsky committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    382ba6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #876 from containers/dependabot/go_modules/github.…

    …com/klauspost/compress-1.12.1
    
    build(deps): bump github.com/klauspost/compress from 1.11.13 to 1.12.1
    rhatdan authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7cc75c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #874 from mrostecki/btrfs-fix-quota

    btrfs: Do not disable quota on cleanup
    rhatdan authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    29560b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. unshare: new function HasCapSysAdmin

    add a function to check whether the current process has the
    CAP_SYS_ADMIN capability in its effective capabilities set.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    edf765f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge pull request #877 from giuseppe/add-function-to-check-for-CAP_S…

    …YS_ADMIN
    
    unshare: new function HasCapSysAdmin
    rhatdan authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    8f31414 View commit details
    Browse the repository at this point in the history
  2. Bump to v1.30.0

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