Skip to content

Releases: xtf-cz/xtf

1.0

14 Jan 12:17

Choose a tag to compare

Breaking change:

XTF 1.0 switches the minimum Java version to JDK 11. Users who require JDK 8 should continue using the 0.x maintenance branch.

What's Changed

  • add DB2 support by @laDok8 in #619
  • [issue_620] Handle builds in 'Error' status in BuildManager by @mchoma in #621
  • [issue_624] Add configurable memory requests and limits for BuildConfigs by @mchoma in #625
  • [issue_627] Fail fast when OpenShift admin token is not configured for Helm by @kanovotn in #629
  • Add retry execute mechanism by @laDok8 in #634
  • Upgrade OpenshiftClient to 7.4.0 by @kanovotn in #632

New Contributors

Full Changelog: 0.37...1.0

Gabby's Dollhouse

23 Sep 08:27

Choose a tag to compare

What's Changed

Full Changelog: 0.36...0.37

XTF 0.36

12 Feb 10:14
119962b

Choose a tag to compare

What's Changed

Full Changelog: 0.35...0.36

PAW Patrol

27 Sep 09:11

Choose a tag to compare

What's Changed

  • sqlcmd path updated for the newest MsSQL image by @dcihak in #575
  • [#571] Resolve image based on subid first. by @mnovak1 in #576
  • [#572] Allow image url with more than 2 slashes to be parsed properly. by @mnovak1 in #577
  • More logging in CLIUtils for better debugging by @rjanik114 in #578
  • [#581] close Output and Error stream threads after command is done by @kstekovi in #582
  • Added javadoc to cz.xtf.core.waiting.SimpleWaiter by @honza-kasik in #584
  • implement jgit repository resolver by @laDok8 in #583

New Contributors

Full Changelog: 0.34...0.35

Smurfette

04 Jun 08:28

Choose a tag to compare

This release contains fix for long startup of Oracle FREE/XE databases due change of mount which caused 10+ minutes startup times and test timeouts.

NOTE

As mentioned in previous release, 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

  • Set Oracle data dir back to /var/lib/oracle/data from /opt/oracle/ora… by @mnovak1 in #568

Full Changelog: 0.33...0.34

Gargamel

31 May 07:25

Choose a tag to compare

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

Sand King

20 Dec 14:59

Choose a tag to compare

What's Changed

Full Changelog: 0.31...0.32

Chaos Dwarfs

14 Sep 14:06

Choose a tag to compare

Warning

This release contains major upgrade of Kubernetes/Openshift client to 6.8.1 so it might be needed to comply with API changes in consuming projects.

What's Changed

New Contributors

Full Changelog: 0.30...0.31

ComicBook

20 Jun 10:14

Choose a tag to compare

What's Changed

  • Update steps for XTF release by @mnovak1 in #517
  • Use correct BUILD_FILTER_BUILDS filter for build namespace by @jbliznak in #521
  • Configure VolumeMounts with subPath in ContainerBuilder by @tommaso-borgato in #522
  • Record files from one Before* method failure to same directory by @mocenas in #524
  • add codeQL queries by @laDok8 in #525
  • add startup probe by @laDok8 in #523
  • Configure Apache compress - use POSIX due to big group ID number of linux user by @kstekovi in #528
  • upgrade impsort-maven-plugin by @simkam in #531
  • 0.29 fix smongiar by @smongiar in #526
  • [bulder] Add MsSQL and OracleXE by @OndrejGerzicak in #533
  • enable failFast for Openshift deploy by @laDok8 in #534
  • Downgrade impsort plugin to JDK 8 compatible version by @mnovak1 in #535
  • HELM_KUBEASUSER removal by @spriadka in #542
  • Fix impsort mvn 391 by @mnovak1 in #544
  • Fixing BuildManager in order not to create a system:image-puller role for the authenticated users when the master and build namespaces are set to the same value by @fabiobrz in #537

New Contributors

Full Changelog: 0.28...0.30

Azazel

05 Apr 07:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.28...0.29