Skip to content

Releases: redhat-developer/dotnet-bunny

Version v19

15 Dec 21:50
v19

Choose a tag to compare

What's Changed

Full Changelog: v18...v19

Version v18

14 Nov 13:18
v18
177b405

Choose a tag to compare

Changes in this Release

  • Information about the testing environment is now included in the log dir.

Version v17

03 Nov 10:30
v17
8c6384d

Choose a tag to compare

Changes in this Release

  • No longer incorrectly thinks a .NET 10 CoreCLR runtime is a mono runtime.

Version v16

20 May 11:40
v16
4b256e1

Choose a tag to compare

Version 16.

  • The test runner now returns a list of any test that failed.

  • Test support for EOL versions of .NET were removed.

  • Obsolete tests were removed.

  • Warnings that would appear when compiling the test runner in the terminal were either fixed or set to ignore

Version v15

10 Oct 13:58
v15
b3e1a81

Choose a tag to compare

Version 15.

  • Target framework can now be provided as an envvar to tests.

  • Test matrix was updated to include new container-images for CentOS and Fedora.

  • A test specific timeout can now be specified through test.json.

  • Turkey can now be built with source-built CI SDKs that reference future target
    framework versions.

Version v14

08 Jul 19:26
v14

Choose a tag to compare

This fixes an issue where .NET 6 releases using the Mono runtime were
mistakenly identified as a CoreCLR-based runtime instead.

Version 13

19 Jun 20:30
v13

Choose a tag to compare

This introduces a set of new features and changes

  • Update to .NET 6, which is now the minimum version required to use
    the test runner

  • Support for traits, which can be defined at test-execution time, and
    we can configure tests to be skipped on certain traits

  • Test log files are written as tests are being run

  • The test runner no longer injects the source-build's NuGet.config into
    all tests

  • Show test times even when the runner's output is redirected

Version v12

16 Oct 18:25
v12

Choose a tag to compare

  • Better support for Alpine and musl-libc

  • Fix exception message about ProdCon.txt not being found

  • Always ensure nuget.org is used in tests

Version 11

16 Feb 19:59
v11

Choose a tag to compare

BREAKING CHANGE This release changes the release artifact format. Instead of a single binary per architecture, the release is now a single tarball containing a portable .NET application. You can run it using an existing dotnet installation using: dotnet turkey/Turkey.dll.

Version v10

26 Aug 23:34
v10

Choose a tag to compare

Version 10

More robust handling of missing ProdCon.txt and NuGet.Config as well as
support for using alternative OpenSSL versions through OPENSSL_CONF
environment variable.