From a98526f03454732947bd5ffabe7b5166befb6e93 Mon Sep 17 00:00:00 2001 From: Delnat Wito Date: Thu, 16 May 2024 09:33:51 +0200 Subject: [PATCH] chore(release): 2.4.6 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fe29e6c..2da9203d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [2.4.6](https://github.com/kubeshop/monokle/compare/v2.4.5...v2.4.6) (2024-05-16) + + +### Bug Fixes + +* access debug logs for failed proxy setups ([66a036c](https://github.com/kubeshop/monokle/commit/66a036cebf1208e3de81c60f54a3f7029598a180)) +* missing crds folder runtime error ([c8b4551](https://github.com/kubeshop/monokle/commit/c8b455150f48ee1b8bec8d4f60cffc88c7df74f9)) +* preserve \n\t\r control characters when displaying logs ([e098543](https://github.com/kubeshop/monokle/commit/e09854392d79e0a5f00a1da5a227ad4f8ca0b1d7)) +* stringify the `context` and `kubeconfig` cli arguments ([cc1919e](https://github.com/kubeshop/monokle/commit/cc1919e329e93766a0478c048869c67a55e20270)) + ### [2.4.5](https://github.com/kubeshop/monokle/compare/v2.4.4...v2.4.5) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index 70c6459cd..363d8ff14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monokle", - "version": "2.4.5", + "version": "2.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monokle", - "version": "2.4.5", + "version": "2.4.6", "hasInstallScript": true, "dependencies": { "@ant-design/icons": "4.8.0", diff --git a/package.json b/package.json index 1ed4011d6..2780e9288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monokle", - "version": "2.4.5", + "version": "2.4.6", "author": "Kubeshop", "description": "Desktop IDE for working with Kubernetes Clusters and YAML configurations", "homepage": "./",