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: buildkite-plugins/docker-compose-buildkite-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.0
Choose a base ref
...
head repository: buildkite-plugins/docker-compose-buildkite-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.10.0
Choose a head ref
  • 14 commits
  • 9 files changed
  • 5 contributors

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    9b6144e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9b7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3684342 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64934a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f4b65a View commit details
    Browse the repository at this point in the history
  6. Prepare for next release

    toote committed May 6, 2025
    Configuration menu
    Copy the full SHA
    6ceb7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b58ff37 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    2988e17 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    pzeballos committed May 8, 2025
    Configuration menu
    Copy the full SHA
    652a6d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd36b64 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Merge pull request #487 from buildkite-plugins/toote_cleanup_failures

    Bubble up cleanup failures
    pzeballos authored May 21, 2025
    Configuration menu
    Copy the full SHA
    aab0066 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Add option to allow env var usage in push strings

    Mirroring how it is done for `volume`, this PR adds a boolean config
    option `expand-push-vars` which enables runtime interpolation of
    variables within `push` configuration strings (and all the same risks of
    eval'ing strings).
    lparry committed May 22, 2025
    Configuration menu
    Copy the full SHA
    22bb153 View commit details
    Browse the repository at this point in the history
  2. Remove surplus backslash

    Tests seemed to pass, but this was the only spot doing this so I have to
    assume it's an oversight/mistake.
    lparry committed May 22, 2025
    Configuration menu
    Copy the full SHA
    87548f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #493 from lparry/lparry/expand-push-vars

    Add option to allow env var usage in `push` strings
    toote authored May 22, 2025
    Configuration menu
    Copy the full SHA
    969793f View commit details
    Browse the repository at this point in the history
Loading