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/podman-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: containers/podman-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 5, 2025

  1. Fix relative host path resolution for volume bind mount source

    e03d675 broke relative host path
    resolution by deleting os.chdir(). After this commit current working
    directory is not relevant anymore.
    
    Fixes e03d675.
    
    Signed-off-by: Monika Kairaityte <monika@kibit.lt>
    mokibit authored and p12tic committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    35a66f5 View commit details
    Browse the repository at this point in the history
  2. Add newsfragment

    Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
    p12tic committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    32b3d26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1232 from p12tic/1.4-backport-1231

    [1.4 backports] Fix relative host path resolution for volume bind mount source
    p12tic authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    189c086 View commit details
    Browse the repository at this point in the history
  4. Release notes for 1.4.1

    Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
    p12tic committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    3db72df View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1233 from p12tic/release

    Release notes for 1.4.1
    p12tic authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    b37076b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Fix dockerfile definition if directory name ends with ".git"

    After changes in 92f0a85, the
    dockerfile parameter is igored if the (local) work directory's name ends
    in `.git`.
    This commit fixes the regression and adds more tests.
    
    Signed-off-by: Monika Kairaityte <monika@kibit.lt>
    mokibit committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    8e2cd2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1244 from mokibit/1.4-backport-1243

    1.4.x backport: Fix dockerfile definition if directory name ends with ".git"
    p12tic authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    ed1e865 View commit details
    Browse the repository at this point in the history
Loading