Skip to content

Latest commit

 

History

History
226 lines (131 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

226 lines (131 loc) · 5.37 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v6.0.3

(2024-09-27)

  • CI: Update checkout settings [Pagan Gazzard]

v6.0.2

(2024-02-14)

  • Use pipeline for followProgressUnbuffered to propagate errors [Pagan Gazzard]

v6.0.1

(2024-02-14)

  • Update dependencies [Pagan Gazzard]

v6.0.0

(2024-01-03)

  • Update to dockerode 4.x [Pagan Gazzard]

v5.0.3

(2023-11-15)

  • Update dev dependencies [Pagan Gazzard]

v5.0.2

(2023-06-30)

  • Relax dockerode peer version [Akis Kesoglou]

v5.0.1

(2023-06-30)

  • Fix publish-docs action [Akis Kesoglou]

v5.0.0

(2023-06-30)

  • Update to Typescript v5 [Akis Kesoglou]
  • Make Dockerode a peer dep and export plain functions [Akis Kesoglou]
  • Add method to follow stream progress without buffering to memory [Akis Kesoglou]
  • Add method to identify balenaEngine [Akis Kesoglou]
  • Rename createDeltaAsync and rewrite it to follow Dockerode’s method style [Akis Kesoglou]
  • Remove redundant async-ness from a few methods [Akis Kesoglou]
  • Drop support for Node versions before v18 [Akis Kesoglou]

v4.1.3

(2023-06-30)

  • Fix Dockerode type re-export [Akis Kesoglou]

v4.1.2

(2023-06-23)

  • Export ImageNameParts interface [dfunckt]
  • Delete docker-toolbelt.ts [dfunckt]

v4.1.1

(2023-06-23)

  • Use Flowzone for CI [Akis Kesoglou]

v4.1.0

(2021-11-19)

  • Export ImageNameParts interface [Lucian Buzzo]

v4.0.4

(2021-11-19)

  • Fix small typo in README [Lucian Buzzo]

v4.0.3

(2021-11-18)

  • Add typedoc generation and autopublish to docs branch [Lucian Buzzo]

v4.0.2

(2021-11-18)

  • Improve the README with a better description of the module [Lucian Buzzo]

v4.0.1

(2021-11-18)

  • Fix build referencing non-existent file [Akis Kesoglou]

v4.0.0

(2021-11-18)

  • Modernise and update to typescript [Lucian Buzzo]
  • Upgrade dockerode to fix new Buffer deprecation warning [Cameron Diver]

v3.3.10

(2020-08-19)

  • Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]

v3.3.9

(2020-08-17)

  • Update to balena-lint 5.x [Pagan Gazzard]

3.3.8 - 2020-03-04

  • Update dependencies [Pagan Gazzard]

3.3.7 - 2019-01-21

  • Fix typings for class methods [Cameron Diver]

3.3.6 - 2019-01-14

  • Fix docker image name parsing for names with 3+ slashes [Paulo Castro]

3.3.5 - 2018-11-26

  • Pin event-stream to avoid flatmap-stream dependency [Cameron Diver]

v3.3.4 - 2018-10-23

  • Update resin-semver to support balenaOS version strings [Paulo Castro]

v3.3.3 - 2018-09-18

  • Dependencies: Update resin-semver version to support Balena OS [Lucian Buzzo]

v3.3.2 - 2018-08-16

  • Don't use working directory when auto-deploying #27 [Cameron Diver]

v3.3.1 - 2018-08-16

  • Ci: Fix circle auto-deploying workspaces #26 [Cameron Diver]

v3.3.0 - 2018-08-15

  • Ci: Add circleci auto-deploy configuration #25 [Cameron Diver]
  • Types: Add typescript types for module #25 [Cameron Diver]

v3.2.1 - 2018-01-10

  • Fix a scoping issue that would cause the digest function to be overwritten, by renaming it to getDigest #24 [Pablo Carranza Velez]

v3.2.0 - 2017-12-19

  • Allow getRegistryAndName, compileRegistryAndName, and normaliseImageName to work with images with digest #23 [Pablo Carranza Velez]

v3.1.0 - 2017-11-10

  • Add method for generating Balena deltas #22 [Akis Kesoglou]

v3.0.3 - 2017-10-19

  • Fix mounting overlay when the mount options exceed page size #21 [Akis Kesoglou]

v3.0.2 - 2017-09-15

  • Use resin-semver for safe standardized handling of OS versions #20 [Lucian Buzzo]

v3.0.1 - 2017-07-04

  • Fix setting default Promise when no options are passed [Pablo Carranza Velez]

v3.0.0 - 2017-07-04

  • Use dockerode's promise functionality (docker will not have Async-suffixed methods) [Pablo Carranza Velez]

v2.0.1 - 2017-06-28

  • Fix bug when undefined is passed to compileRegistryAndName [Cameron Diver]

v2.0.0 - 2017-06-27

  • Remove default registry name from getRegistryAndName [Cameron Diver]
  • Add normalizeImageName function [Cameron Diver]
  • Add compileRegistryAndName as a counterpart to getRegistryAndName [Cameron Diver]

v1.4.0 - 2017-06-23

  • Added support for inspecting and mounting overlay2 fs [Akis Kesoglou]
  • Properly ignore error when mount target dir exists [Akis Kesoglou]

v1.3.4 - 2017-05-04

  • Update versionist to v2.8.1 and remove unnecessary versionist.conf.js [Pablo Carranza Velez]
  • Support docker 17.03 by making the semver check more forgiving [Pablo Carranza Velez]

v1.3.3 - 2016-12-20

  • Fix mounting aufs when there's several layers and use random path for mount. [Pablo Carranza Velez]
  • Add versionist with the default configuration [Pablo Carranza Velez]

1.3.2 - 2016-11-18

  • Fix: promisify all Docker functions [Pablo Carranza Velez]

1.3.1 - 2016-11-09

  • Fixed promisifying docker.runAsync so it returns all callback results. [0xCD]

1.3.0 - 2016-10-21

  • Implement imageRootDirMounted and aufsDiffPaths (AUFS support) [Pablo Carranza Velez]

1.2.1 - 2016-10-04

  • Improve the regex used for getRegistryAndName [Pablo Carranza Velez]

1.2.0 - 2016-10-04

  • Add Docker::getRegistryAndName(image) [Pablo Carranza Velez]

1.1.0 - 2016-09-23

  • Support vfs/overlay in Docker::imageRoorDir() [Kostas Lekkas]

1.0.0 - 2016-07-13

  • Initial version [Pablo Carranza Velez]