Skip to content

Latest commit

 

History

History
127 lines (59 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

127 lines (59 loc) · 6.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2020-11-26)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#130) (f2f22c1)
  • package.json & package-lock.json to reduce vulnerabilities (#134) (9a35417)
  • upgrade coveralls from 3.0.11 to 3.1.0 (#132) (d102f89)
  • upgrade coveralls from 3.0.9 to 3.0.11 (#127) (1a87e37)
  • upgrade debug from 4.1.1 to 4.2.0 (#129) (9615d7a)
  • upgrade js-yaml from 3.13.1 to 3.14.0 (#133) (466bc38)
  • upgrade kube-probe from 0.4.0 to 0.5.0 (#140) (a3b4631)
  • upgrade nodeshift from 6.0.2 to 6.2.0 (#139) (bc7c4fb)

3.1.2 (2020-04-27)

3.1.1 (2019-11-26)

3.1.0 (2019-06-04)

Features

  • remove winston and start using pino for logging (#86) (5f95380)

3.0.0 (2019-05-31)

Features

  • Update to use Node.js 12.x (9939f14)

BREAKING CHANGES

  • start using node 12

2.1.1 (2019-04-15)

2.1.0 (2018-11-16)

Features

2.0.1 (2018-11-08)

Bug Fixes

  • travis-ci should use npm install instead of npm ci (89404e4)

2.0.0 (2018-05-16)

Features

1.2.3 (2018-04-26)

Bug Fixes

1.2.2 (2018-04-16)

1.2.1 (2018-03-07)

Bug Fixes

  • package: need to run the licenser after the version bump (679ef24)

1.2.0 (2018-03-07)

Bug Fixes

  • application.yaml: docker tag should be 8.x (f4b6390)
  • package: update openshift-rest-client to version 1.0.0 (238080c)

Features

  • package: Move nsp check from prepare step to an optional script. (#32) (192de76), closes #31