From 0a65c3d03464315f02791fd28f010a7739e50998 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Wed, 5 Jul 2023 13:58:58 +0300 Subject: [PATCH] Update to 3.49.0 (#32) --- CHANGELOG.md | 14 ++++++++++++++ changelog.d/+add-contributing-doc.internal.md | 1 - changelog.d/+fetch-mirrord-binaries.md | 1 - changelog.d/25.added.md | 1 - gradle.properties | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+add-contributing-doc.internal.md delete mode 100644 changelog.d/+fetch-mirrord-binaries.md delete mode 100644 changelog.d/25.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fa4576..2d88b792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.49.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.49.0) - 2023-07-05 + + +### Added + +- Target selection dialog now allows filtering for pods and deployments. + [#25](https://github.com/metalbear-co/mirrord-intellij/issues/25) + + +### Internal + +- Add CONTRIBUTING.md + + ## [3.48.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.48.0) - 2023-06-23 diff --git a/changelog.d/+add-contributing-doc.internal.md b/changelog.d/+add-contributing-doc.internal.md deleted file mode 100644 index 83f8ce83..00000000 --- a/changelog.d/+add-contributing-doc.internal.md +++ /dev/null @@ -1 +0,0 @@ -Add CONTRIBUTING.md diff --git a/changelog.d/+fetch-mirrord-binaries.md b/changelog.d/+fetch-mirrord-binaries.md deleted file mode 100644 index d03b2b60..00000000 --- a/changelog.d/+fetch-mirrord-binaries.md +++ /dev/null @@ -1 +0,0 @@ -The plugin now fetches mirrord binaries at runtime. \ No newline at end of file diff --git a/changelog.d/25.added.md b/changelog.d/25.added.md deleted file mode 100644 index 6034f9ba..00000000 --- a/changelog.d/25.added.md +++ /dev/null @@ -1 +0,0 @@ -Target selection dialog now allows filtering for pods and deployments. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 076cfd30..eab4b0df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.48.0 +pluginVersion = 3.49.0 platformVersion = 2022.3.2