# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [4.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.3...v4.0.0) (2020-11-26) ### Features * Add a full template to be used by the Openshift Catalog. ([#188](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/188)) ([2640126](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/2640126e52dc27da90a232f1ae9b0238fd1f1d68)) * upgrade pg from 7.15.1 to 8.2.2 ([#184](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/184)) ([ef18358](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/ef18358281cf8b696b0091fbae049a916fcdc7f1)) ### Bug Fixes * package.json & package-lock.json to reduce vulnerabilities ([#173](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/173)) ([1b8fafe](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/1b8fafe89451bf895b1618d917b99c1138b00095)) * package.json & package-lock.json to reduce vulnerabilities ([#175](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/175)) ([acd9095](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/acd90959959209071323cbe5037d6d4058666963)) * package.json & package-lock.json to reduce vulnerabilities ([#186](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/186)) ([7aa67a2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/7aa67a2d2d19b34300ec672ec4abb123e16fe585)) * upgrade coveralls from 3.0.11 to 3.1.0 ([#180](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/180)) ([d79e3bc](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/d79e3bc26b26ba056091ce069d908988ccf37a20)) * upgrade coveralls from 3.0.9 to 3.0.11 ([#169](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/169)) ([2509773](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/250977306cb7f3097032f115a8da1f5f79a8dd04)) * upgrade debug from 4.1.1 to 4.2.0 ([#171](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/171)) ([d980577](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/d98057794b53c3adea7bbb5f810faf1bc1a2f066)) * upgrade kube-probe from 0.4.0 to 0.5.0 ([#182](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/182)) ([a963814](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/a96381403401f0b1f38e34ef3734b07d473003aa)) * upgrade nodeshift from 6.0.2 to 6.2.0 ([#181](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/181)) ([82990b8](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/82990b851fa266b16baecba03b3c4bfc37508fe8)) * upgrade xo from 0.32.1 to 0.33.0 ([#187](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/187)) ([bb2e5aa](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/bb2e5aabd0ec41c6ccbdd7e05b8a07465a20be2f)) ### [3.0.3](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.2...v3.0.3) (2020-04-27) ### [3.0.2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.1...v3.0.2) (2019-11-26) ### [3.0.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.0...v3.0.1) (2019-08-07) # [3.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v2.1.2...v3.0.0) (2019-05-29) ### Features * Update to use Node.js 12.x ([a931332](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/a931332)) ### BREAKING CHANGES * start using node 12 ## [2.1.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v2.1.0...v2.1.1) (2019-01-17) ### Bug Fixes * Fix resource limit for db and app container ([#119](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/119)) ([457b678](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/457b678)) # [2.1.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v2.0.1...v2.1.0) (2018-11-12) ### Features * Dynamic image tagging using release version ([#116](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/116)) ([2d16701](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/2d16701)) ## [2.0.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v2.0.0...v2.0.1) (2018-11-08) ### Bug Fixes * travis-ci should use npm install instead of npm ci ([2a01609](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/2a01609)) # [2.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.2.3...v2.0.0) (2018-05-16) ### Features * start using node.js 10. ([0cb3a13](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/0cb3a13)), closes [#96](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/96) ## [1.2.3](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.2.2...v1.2.3) (2018-04-26) ### Bug Fixes * use the main prop for the application entry point. ([4768897](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/4768897)), closes [nodeshift-starters/centos7-s2i-nodejs#33](https://github.com/nodeshift-starters/centos7-s2i-nodejs/issues/33) [#issuecomment-382587104](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/issuecomment-382587104) [#93](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/93) * **www:** debug should take the project name as a parameter ([fe3380e](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/fe3380e)) ## [1.2.2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.2.1...v1.2.2) (2018-04-16) ## [1.2.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07) ### Bug Fixes * **package:** need to run the licenser after the version bump ([8fe160f](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/8fe160f)) # [1.2.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.1.1...v1.2.0) (2018-03-07) ### Bug Fixes * creating a item should return the newly created value. ([#81](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/81)) ([d5a8bc1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/d5a8bc1)), closes [#79](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/79) * **application.yaml:** docker tag should be 8.x ([5ba5a77](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/5ba5a77)) ### Features * **package:** Move nsp check from prepare step to an optional script. ([#78](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/78)) ([914a763](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/914a763)), closes [#77](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/77)