From 4f0c8f40f06922886f8732dd9e5f0b038f48456f Mon Sep 17 00:00:00 2001 From: Contane Bot <160241315+contane-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:52:11 +0200 Subject: [PATCH] chore(main): release 0.3.0 (#36) --- .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 305c150..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3948d09..92bb74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.0](https://github.com/contane/foreman/compare/v0.2.0...v0.3.0) (2024-07-14) + + +### Features + +* Handle CronJob not found ([#43](https://github.com/contane/foreman/issues/43)) ([b8a094b](https://github.com/contane/foreman/commit/b8a094bc591d5870788512041e232c5a28630da9)) +* Handle empty repository autodiscovery ([#45](https://github.com/contane/foreman/issues/45)) ([b35022a](https://github.com/contane/foreman/commit/b35022ac8985750fd8a8295b61a70b6a07c0db71)) +* Use consistent design for card components ([#35](https://github.com/contane/foreman/issues/35)) ([7f230f3](https://github.com/contane/foreman/commit/7f230f3d1016e40db8369359970bc8140a66892f)) +* Verify job ownership ([#37](https://github.com/contane/foreman/issues/37)) ([f854f8c](https://github.com/contane/foreman/commit/f854f8cc46d2987e923a72eeed0d3dbde8aa1ad7)) + + +### Bug Fixes + +* Refactor progress extraction and add tests ([#40](https://github.com/contane/foreman/issues/40)) ([060f041](https://github.com/contane/foreman/commit/060f041d0606d5ac1b4a2ead99f4c57b0fa1b3c7)) +* Set fixed height for LogDialog ([#44](https://github.com/contane/foreman/issues/44)) ([c5471be](https://github.com/contane/foreman/commit/c5471be1051d7286253de191f8e449c292e4471f)) +* Use distinct icons for "status dot" ([#38](https://github.com/contane/foreman/issues/38)) ([90a2a02](https://github.com/contane/foreman/commit/90a2a02660a826ead4eb73001aabb43a48dc7f6c)) + ## [0.2.0](https://github.com/contane/foreman/compare/v0.1.1...v0.2.0) (2024-07-10) diff --git a/package-lock.json b/package-lock.json index b294674..74dda8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index f3db493..f990ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.2.0", + "version": "0.3.0", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",