diff --git a/.github/workflows/monokle-publish.yml b/.github/workflows/monokle-publish.yml index d3bc873fa..977ec283f 100644 --- a/.github/workflows/monokle-publish.yml +++ b/.github/workflows/monokle-publish.yml @@ -69,7 +69,7 @@ jobs: # Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869 - name: Install Python utilities - run: python3 --break-system-packages -m pip install setuptools + run: python3 -m pip install setuptools --break-system-packages - name: Install Dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 366b45052..2e04f8e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.8](https://github.com/kubeshop/monokle/compare/v2.4.7...v2.4.8) (2024-05-16) + ### [2.4.7](https://github.com/kubeshop/monokle/compare/v2.4.6...v2.4.7) (2024-05-16) ### [2.4.6](https://github.com/kubeshop/monokle/compare/v2.4.5...v2.4.6) (2024-05-16) diff --git a/package-lock.json b/package-lock.json index 8ca2616e6..d02c793e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monokle", - "version": "2.4.7", + "version": "2.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monokle", - "version": "2.4.7", + "version": "2.4.8", "hasInstallScript": true, "dependencies": { "@ant-design/icons": "4.8.0", diff --git a/package.json b/package.json index 2bab8786d..304798ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monokle", - "version": "2.4.7", + "version": "2.4.8", "author": "Kubeshop", "description": "Desktop IDE for working with Kubernetes Clusters and YAML configurations", "homepage": "./",