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: fsouza/go-dockerclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: fsouza/go-dockerclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.2
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 5, 2024

  1. build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 (#1027)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.15.0 to 0.16.0.
    - [Commits](golang/term@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f1ef9d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. build(deps): bump github.com/docker/docker (#1028)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.0+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.7...v25.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9740065 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. build(deps): bump github.com/docker/docker (#1029)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.0+incompatible to 25.0.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v25.0.0...v25.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f52cf77 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. build(deps): bump github.com/docker/docker (#1032)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.1+incompatible to 25.0.2+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v25.0.1...v25.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a0b4d06 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Go 1.22 is out, adopt Go 1.21 features

    Also run 1.22 in CI.
    fsouza committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e463126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62fc35f View commit details
    Browse the repository at this point in the history
  3. testing: fix test

    fsouza committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2359f27 View commit details
    Browse the repository at this point in the history
Loading