diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..8efb275 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bb74c..72362b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.4.0](https://github.com/contane/foreman/compare/v0.3.0...v0.4.0) (2024-07-25) + + +### Features + +* Handle termination signals ([#65](https://github.com/contane/foreman/issues/65)) ([a257d4b](https://github.com/contane/foreman/commit/a257d4b2571225a281245e309e04a918311222f9)) + + +### Bug Fixes + +* **deps:** update dependency pino to v9.3.1 ([#55](https://github.com/contane/foreman/issues/55)) ([06e3d72](https://github.com/contane/foreman/commit/06e3d7280c132765acffb7597282a419c337dba6)) +* **deps:** update dependency pino to v9.3.2 ([#78](https://github.com/contane/foreman/issues/78)) ([6ee64fc](https://github.com/contane/foreman/commit/6ee64fcfb547288f78003d45b6c2274bd7867a44)) +* **deps:** update dependency pino-pretty to v11.2.2 ([#79](https://github.com/contane/foreman/issues/79)) ([e54d928](https://github.com/contane/foreman/commit/e54d92802061ebdcd36140ef7e3b7546b64db363)) +* **deps:** update dependency react-router-dom to v6.25.0 ([#58](https://github.com/contane/foreman/issues/58)) ([dffe84e](https://github.com/contane/foreman/commit/dffe84e5fda5b7d7f2822cbe6af7aa5a53a80112)) +* **deps:** update dependency react-router-dom to v6.25.1 ([#63](https://github.com/contane/foreman/issues/63)) ([08d91bd](https://github.com/contane/foreman/commit/08d91bd9d71dab583c91fbac1aa07c3d30bf65a4)) +* **deps:** update dependency yaml to v2.5.0 ([#73](https://github.com/contane/foreman/issues/73)) ([de4e93b](https://github.com/contane/foreman/commit/de4e93b977f46ef29418f59a8c5efc829d43f807)) +* **deps:** update font awesome to v6.6.0 ([#60](https://github.com/contane/foreman/issues/60)) ([46dd2f7](https://github.com/contane/foreman/commit/46dd2f74d689c79eb96c6164efa97c9650ba4398)) +* **deps:** update node.js to v20.16.0 ([#72](https://github.com/contane/foreman/issues/72)) ([d2074b4](https://github.com/contane/foreman/commit/d2074b43179caef958a4d630d5d98ee84f872bbf)) +* Serialize access to pod logs ([#53](https://github.com/contane/foreman/issues/53)) ([9cbc552](https://github.com/contane/foreman/commit/9cbc552779033dd5f41f99211396180a19bc4816)) +* Skip parsing irrelevant log lines for progress ([#50](https://github.com/contane/foreman/issues/50)) ([cf56240](https://github.com/contane/foreman/commit/cf56240315564d95d8673ff68c8bc8a4bd3e01e1)) + ## [0.3.0](https://github.com/contane/foreman/compare/v0.2.0...v0.3.0) (2024-07-14) diff --git a/package-lock.json b/package-lock.json index e1123f3..7c9d486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index 14ef579..bbc3cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.4.0", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",