From ebf135fb35f3cfab2dae41e78977d65d9da14651 Mon Sep 17 00:00:00 2001 From: Contane Bot <160241315+contane-bot@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:53:39 +0200 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) 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..b94ea88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://github.com/contane/foreman/compare/v0.3.0...v0.4.0) (2024-07-23) + + +### 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 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 font awesome to v6.6.0 ([#60](https://github.com/contane/foreman/issues/60)) ([46dd2f7](https://github.com/contane/foreman/commit/46dd2f74d689c79eb96c6164efa97c9650ba4398)) +* 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 43d8a1c..fcad05e 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 d4dc83c..8a7cbde 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",