Skip to content

Commit 23a1dd4

Browse files
committed
Minor change to logging to avoid automatically thrown exception on logger error method.
1 parent fe5ca2d commit 23a1dd4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
group 'com.egoshard.intellij'
21-
version '1.1.1-RELEASE'
21+
version '1.1.2'
2222

2323
ext {
2424
junitJupiterVersion = '5.3.1'

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<idea-plugin>
1717
<id>com.egoshard.intellij.k8s-runtime-config-plugin</id>
1818
<name>Kubernetes Runtime Configuration</name>
19-
<version>1.1.0</version>
19+
<version>1.1.2</version>
2020
<vendor email="egoshard@gmail.com" url="https://github.com/egoshard/intellij-k8s-runtime-config">Matt Trefethen</vendor>
2121
<description><![CDATA[
2222
<p>This plugin loads Kubernetes ConfigMap, Secret and String Data values as environment variables in an IntelliJ run configuration.
@@ -41,6 +41,11 @@
4141
]]></description>
4242
<change-notes>
4343
<![CDATA[
44+
<p><strong>1.1.2</strong>:</p>
45+
<ul>
46+
<li>Minor change to logging to avoid automatically thrown exception on logger error method.</li>
47+
</ul>
48+
4449
<p><strong>1.1.1</strong>:</p>
4550
<ul>
4651
<li>Additional error handling to accommodate situations where shared configuration files are copied from one project or code branch to another which does not contain the Yaml configuration files.</li>

0 commit comments

Comments
 (0)