From dbb2d90244d6ef2b9f2d11bb2210c8785157d363 Mon Sep 17 00:00:00 2001 From: Contane Bot <160241315+contane-bot@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:22:04 +0200 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bb74c..90149ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.1](https://github.com/contane/foreman/compare/v0.3.0...v0.3.1) (2024-07-18) + + +### 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 41c6aaf..864b4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index ead3a98..0d16bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.3.0", + "version": "0.3.1", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",