Skip to content

Latest commit

 

History

History
126 lines (58 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

126 lines (58 loc) · 7.01 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

  • Add a full template to be used by the Openshift Catalog. (#188) (2640126)
  • upgrade pg from 7.15.1 to 8.2.2 (#184) (ef18358)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#173) (1b8fafe)
  • package.json & package-lock.json to reduce vulnerabilities (#175) (acd9095)
  • package.json & package-lock.json to reduce vulnerabilities (#186) (7aa67a2)
  • upgrade coveralls from 3.0.11 to 3.1.0 (#180) (d79e3bc)
  • upgrade coveralls from 3.0.9 to 3.0.11 (#169) (2509773)
  • upgrade debug from 4.1.1 to 4.2.0 (#171) (d980577)
  • upgrade kube-probe from 0.4.0 to 0.5.0 (#182) (a963814)
  • upgrade nodeshift from 6.0.2 to 6.2.0 (#181) (82990b8)
  • upgrade xo from 0.32.1 to 0.33.0 (#187) (bb2e5aa)

3.0.3 (2020-04-27)

3.0.2 (2019-11-26)

3.0.1 (2019-08-07)

3.0.0 (2019-05-29)

Features

  • Update to use Node.js 12.x (a931332)

BREAKING CHANGES

  • start using node 12

2.1.1 (2019-01-17)

Bug Fixes

  • Fix resource limit for db and app container (#119) (457b678)

2.1.0 (2018-11-12)

Features

  • Dynamic image tagging using release version (#116) (2d16701)

2.0.1 (2018-11-08)

Bug Fixes

  • travis-ci should use npm install instead of npm ci (2a01609)

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 (8fe160f)

1.2.0 (2018-03-07)

Bug Fixes

  • creating a item should return the newly created value. (#81) (d5a8bc1), closes #79
  • application.yaml: docker tag should be 8.x (5ba5a77)

Features

  • package: Move nsp check from prepare step to an optional script. (#78) (914a763), closes #77