From cc1c997f3a8e6496ff68e24951fdaca67dd563dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:43:55 +0100 Subject: [PATCH] 3.65.0 (#166) --- CHANGELOG.md | 10 ++++++++++ changelog.d/+namespace-selection.added.md | 1 - changelog.d/161.added.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+namespace-selection.added.md delete mode 100644 changelog.d/161.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ac496669..fed7c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.65.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.65.0) - 2025-02-03 + + +### Added + +- Added dropdown menu action that redirects to extension docs. + [#161](https://github.com/metalbear-co/mirrord-vscode/issues/161) +- mirrord target quick pick now allows for switching between the Kubernetes + namespaces. + ## [3.64.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.64.0) - 2024-12-19 diff --git a/changelog.d/+namespace-selection.added.md b/changelog.d/+namespace-selection.added.md deleted file mode 100644 index efbd59fa..00000000 --- a/changelog.d/+namespace-selection.added.md +++ /dev/null @@ -1 +0,0 @@ -mirrord target quick pick now allows for switching between Kubernetes namespaces. diff --git a/changelog.d/161.added.md b/changelog.d/161.added.md deleted file mode 100644 index 1bea1223..00000000 --- a/changelog.d/161.added.md +++ /dev/null @@ -1 +0,0 @@ -Added dropdown menu action that redirects to extension docs. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8630d801..b49adc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.64.0", + "version": "3.65.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.64.0", + "version": "3.65.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index ff12b488..07439c16 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Run your local process in the context of your cloud cluster", "publisher": "MetalBear", - "version": "3.64.0", + "version": "3.65.0", "engines": { "vscode": "^1.63.0" },