Skip to content

Latest commit

 

History

History
184 lines (126 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

184 lines (126 loc) · 14.4 KB

Changelog

0.1.9 (2023-04-28)

Fixed

  • 🐛 Fix issue where shipout would hang on successful completion. [1284675]
  • 🐛 Fix issue where node-scp was using an incorrect configuration. [ceb81fb]

Miscellaneous

  • 📖 Remove reference to github packages from readme. [0e55cfb]

0.1.8 (2022-12-27)

Added

  • ✅ Make tests work once more. [47f12b6]
  • 🎉 Initial conversion to typescript for all source files and tests. [1ab8c72]

Changed

  • ♻️ Move contrib with space directory to contrib, with no space. [661bea5]
  • ⬆️ Bump moment from 2.29.2 to 2.29.4 [2adf26d]
  • ⬆️ Bump minimatch from 3.0.4 to 3.1.2 [6ab2ae2]
  • ⬆️ Bump shell-quote from 1.7.2 to 1.7.3 [e8ca2cc]
  • ⬆️ Bump ansi-regex from 4.1.0 to 4.1.1 [81bf687]
  • ⬆️ Bump moment from 2.29.1 to 2.29.2 [afd6436]
  • ⬆️ Bump minimist from 1.2.5 to 1.2.6 [2cb5321]
  • ♻️ Migrate tar from devDependencies to dependencies. [679ea4e]
  • ⬆️ Bump ssh2 from 0.8.9 to 1.4.0 [ccd4fe7]
  • ⬆️ Bump version number for next release. [fc60d6b]

Fixed

  • 🐛 Make shipout return a non-zero error code on failures to auth. [aab748e]
  • 🐛 Fix an issue where the script in bin/ had issues with paths. [c8cdac3]

Miscellaneous

  • 🤖 Make CI deploy to Github Packages. [3345c18]
  • 🤖 Re-enable testing on CI. [c3fec18]
  • 🤖 Add running of test suite to Github Actions checks. [d63c43e]
  • 🤖 Set up continuous integration using GH actions. [520c013]
  • 📖 Change README to reference @foamfactoryio instead of @foamfactory. [da58aba]
  • 📖 Update CHANGELOG for 0.1.7. [07f0955]

0.1.7 (2021-09-15)

Bug Fixes

  • 🐛 Fix issue where ConfigStore was not declared before use. [7fc0195]

Documentation and Copy Changes

  • 📖 Update package.json and CHANGELOG.md. [831a3ce]

0.1.6 (2021-09-15)

Bug Fixes

  • 🐛 Fix issue with absolute paths in deployments. [6f12a38]
  • 🐛 Fix issue where files were being deployed using absolute paths. [9d4ece9]

Dependency Changes

  • ⬆️ Upgrade packages. [ac80c5c]

0.1.5 (2021-08-29)

Dependency Changes

  • ➖ Remove gitmoji-changelog from dev dependencies. [f2d464b]

Testing and Deployments

  • 🚀 Redeploy under organization name 'foamfactoryio'. [6fd880e]

0.1.4 (2021-08-27)

Documentation and Copy Changes

Dependency Changes

  • ➖ Remove dependency tar-pack. [b483645]

0.1.3 (2021-08-26)

Features

  • ✅ Update tests to work on Ubuntu 21.04. [d140256]
  • ✨ Add the ability to configure shipout per-environment. [34c1a03]
  • ✨ Add the ability to clean up X old releases. [e2fb2fc]
  • ✨ Make shipout work with namespaced projects. [76744a9]
  • ✨ Add a RemoteWorker class to handle remote operations. [327a43d]
  • ✅ Add a helper for running tests against an SSH server. [9276d7d]
  • ✨ Add the ability to specify a port in the configuration. [d920465]
  • 🎉 Initial commit with all basic features. [9dfbc98]

Bug Fixes

  • 🐛 Derive private key from id_rsa in .ssh directory in panic mode. [3f900a4]
  • 🐛 Fix issue where some packages were in dev mode only. [e28583f]

Documentation and Copy Changes

  • 📖 Add documentation for `deploy_user` configuration variable. [1857fe3]
  • 📖 Add documentation on how to use the package. [6659c5f]

Data Structure and Configuration Changes

  • 🔧 Add bin directory to items shipped. [ba63ef1]

Dependency Changes

  • ⬆️ Upgrade pretty-logger to update underscore. [ca59061]
  • ⬆️ Upgrade dependencies to fix issues with copying via ssh. [8c7f100]
  • ⬆️ Migrate away from test-sshd to test-sshdng. [f184c9c]
  • ⬆️ Bump path-parse from 1.0.6 to 1.0.7 [ba184e2]
  • ⬆️ Prepare 0.1.0 release. [736b781]
  • ⬆️ Bump ws from 5.2.2 to 5.2.3 [0c855a7]
  • ⬆️ Bump browserslist from 4.12.0 to 4.16.6 [256002e]
  • ⬆️ Bump hosted-git-info from 2.8.8 to 2.8.9 [9421b3f]
  • ⬆️ Bump lodash from 4.17.15 to 4.17.21 [015a1d8]
  • ⬆️ Bump y18n from 4.0.0 to 4.0.1 [18f9fee]
  • ⬆️ Bump version number to next patch number. [f6e6fab]
  • ➕ Add dependencies required for testing. [155fe3b]
  • ⬆️ Bump version to 0.0.5 [e8dab76]
  • ⬆️ Bump version to 0.0.4 [35733e7]
  • ⬆️ Bump version to 0.0.3 [32f7a5f]

Refactorings

  • ♻️ Make FilePacker clean up its temporary files on termination. [966545c]
  • 🔥 Remove packaged directory for test fixture. [f6d1be1]
  • ♻️ Migrate remote work into stages that can be reused. [47dbe80]
  • ♻️ Add a cleanup command to the command line interface. [92364fe]
  • ♻️ Refactor index to make it more test-friendly. [7f823d4]
  • 🔥 Remove commit logic from prepublish script since yarn does it. [0316c44]
  • 🔥 Remove old 'env' script. [931bf57]
  • 🔥 Remove unused import. [d35c5c1]
  • ♻️ Break out packaging of files into a separate class. [f62d297]

Testing and Deployments

  • 🚀 Migrate from using ghp to deploy packages to npm. [6bbd09f]

Miscellaneous

  • Merge pull request #8 from FoamFactory/dependabot/npm_and_yarn/browserslist-4.16.6 [05187e5]
  • Merge pull request #9 from FoamFactory/dependabot/npm_and_yarn/ws-5.2.3 [130c3f7]
  • Merge pull request #10 from FoamFactory/dependabot/npm_and_yarn/path-parse-1.0.7 [6462690]
  • Merge branch 'jwir3/#5-multiple-environments' into main [921e8bc]
  • Merge branch 'jwir3/run-arbitrary-command' [89cfeb3]
  • Merge branch 'master' into jwir3/run-arbitrary-command [1c0537a]
  • Merge pull request #3 from FoamFactory/dependabot/npm_and_yarn/lodash-4.17.21 [ad3226f]
  • Merge pull request #4 from FoamFactory/dependabot/npm_and_yarn/hosted-git-info-2.8.9 [165d782]
  • Merge pull request #2 from FoamFactory/dependabot/npm_and_yarn/y18n-4.0.1 [834b64c]
  • v0.0.8 [b012046]
  • Merge branch 'jwir3/folder-package-names' [6a05634]
  • Merge branch 'jwir3/refactor-index' [4cc1fe7]
  • v0.0.6 [36aaecd]
  • 📦 Make configurations individual per-variable. [b1a6f43]
  • 📦 Make sure correct files are being distributed. [7e327c4]
  • v0.0.2 [83fec4a]
  • 📦 Add prepublish script. [ef5781b]
  • 📦 Add packaging configuration for github. [661e498]
  • Initial commit [1baef8d]