-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor change to logging to avoid automatically thrown exception on lo…
…gger error method.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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> | ||
|