Skip to content

Gargamel

Compare
Choose a tag to compare
@mnovak1 mnovak1 released this 31 May 07:25
· 23 commits to master since this release

NOTE

You might need to update to latest Apache dependencies in your project to avoid java.lang.NoClassDefFoundError or java.lang.NoSuchMethodException. Like:

-		<version.commons-compress>1.18</version.commons-compress>
+		<version.commons-compress>1.26.0</version.commons-compress>
-		<version.commons-io>2.6</version.commons-io>
+		<version.commons-io>2.16.1</version.commons-io>
-		<version.commons-net>3.6</version.commons-net>
+		<version.commons-net>3.10.0</version.commons-net>

What's Changed

  • Workaround for the issue when tar executed in docker container by @dcihak in #555
  • [#557] Add some logging for better troubleshooting by @mchoma in #558
  • Fix getAnyPod throwing IllegalArgumentException when no pod found by @vsalbaba in #561
  • add arm64 helm client retrieval support by @laDok8 in #562
  • Added Oracle FREE DB by @liborfuka in #565
  • [#566] default to stable channel for oc downloads with nightly OCP ve… by @simkam in #567
  • Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 by @dependabot in #560
  • Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13 by @dependabot in #553

New Contributors

Full Changelog: 0.32...0.33