You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This plugin loads Kubernetes ConfigMap, Secret and String Data values as environment variables in an IntelliJ run configuration.
@@ -41,6 +41,11 @@
41
41
]]></description>
42
42
<change-notes>
43
43
<![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
+
44
49
<p><strong>1.1.1</strong>:</p>
45
50
<ul>
46
51
<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