8000 Comparing v4.0.4...v4.0.5 · apocas/dockerode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 8000 comparisons here.
base repository: apocas/dockerode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.4
Choose a base ref
...
head repository: apocas/dockerode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.5
Choose a head ref
  • 9 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 1, 2025

  1. Configuration menu
    Copy the full SHA
    47ccd16 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Bump serialize-javascript and mocha

    Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `serialize-javascript` from 6.0.0 to 6.0.2
    - [Release notes](https://github.com/yahoo/serialize-javascript/releases)
    - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)
    
    Updates `mocha` from 10.2.0 to 10.8.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.2.0...v10.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: serialize-javascript
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    90be52b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Merge pull request #791 from apocas/dependabot/npm_and_yarn/multi-456…

    …de2e4f1
    
    Bump serialize-javascript and mocha
    apocas authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    631dee6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #788 from vedantmishra69/patch-1

    fixed typo in README.md
    apocas authored Feb 21, 2025
Configuration menu
Copy the full SHA
6ec9f25 View commit details
Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Use JSON serialization for cachefrom option

    Docker [ImageBuild](https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Image/operation/ImageBuild) endpoint requires
    that the `cachefrom` option is a "JSON serialized array". This
    requirement seems to be an exception to the way arrays are consumed by
    the API (usually querystring serialized).
    
    This change is needed after apocas/docker-modem#181 that makes querystring serialized arrays the default.
    
    This commit adds an exception for this option on `Docker.buildImage`.
    
    Change-type: patch
    Closes: #792
    pipex committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    88597cc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Merge pull request #793 from pipex/build-image-from-cache

    Use JSON serialization for cachefrom option
    apocas authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7d73e87 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Bump tar-fs from 2.0.1 to 2.1.2

    Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.0.1 to 2.1.2.
    - [Commits](mafintosh/tar-fs@v2.0.1...v2.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: tar-fs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    d225327 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Merge pull request #801 from apocas/dependabot/npm_and_yarn/tar-fs-2.1.2

    Bump tar-fs from 2.0.1 to 2.1.2
    apocas authored Mar 29, 2025
    1 Configuration menu
    Copy the full SHA
    02d4bda View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. version bump

    apocas committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    0f2ce8b View commit details
    Browse the repository at this point in the history
Loading
0