Skip to content

Commit

Permalink
Minor change to logging to avoid automatically thrown exception on lo…
Browse files Browse the repository at this point in the history
…gger error method.
  • Loading branch information
egoshard committed May 30, 2019
1 parent 67caa72 commit ebaee23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group 'com.egoshard.intellij'
version '1.0.1-RELEASE'
version '1.0.2'

ext {
junitJupiterVersion = '5.3.1'
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<idea-plugin>
<id>com.egoshard.intellij.k8s-runtime-config-plugin</id>
<name>Kubernetes Runtime Configuration</name>
<version>1.1.0</version>
<version>1.0.2</version>
<vendor email="[email protected]" url="https://github.com/egoshard/intellij-k8s-runtime-config">Matt Trefethen</vendor>
<description><![CDATA[
<p>This plugin loads Kubernetes ConfigMap, Secret and String Data values as environment variables in an IntelliJ run configuration.
Expand All @@ -41,6 +41,11 @@
]]></description>
<change-notes>
<![CDATA[
<p><strong>1.0.2</strong>:</p>
<ul>
<li>Minor change to logging to avoid automatically thrown exception on logger error method.</li>
</ul>
<p><strong>1.0.1</strong>:</p>
<ul>
<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>
Expand Down

0 comments on commit ebaee23

Please sign in to comment.