Skip to content

Releases: aneoconsulting/ArmoniK

v2.15.1

04 Sep 13:55
39268de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.15.1

v2.15.0

29 Aug 11:54
Compare
Choose a tag to compare

Changed

  • Upgrade ArmoniK Infrastructure version from 0.0.2 to 0.0.4 (raw changelog)
  • Upgrade ArmoniK.Extension.Csharp version from 0.12.1 to 0.12.2 (changelog)
  • Upgrade Core version from 0.14.3 to 0.15.0 (changelog)
  • Upgrade ArmoniK.Api from 3.10.0 to 3.11.0 (changelog)
  • Upgrade ArmoniK.Admin.GUI from 0.9.1 to 0.10.0 (changelog)

Breaking

  • [Infra]: The URL for the Admin gui has changed:
    • v0.10: set to /admin/
    • v0.9: moved from /admin/ to /admin-0.9/
    • v0.8: moved from /admin-old/ to /admin-0.8/
  • [API]: Filter API (for listing) have changed. This is breaking only if native APIs are used.

Added

  • Deployment variable environment_description to pass information to the admin gui (defined in parameters.tfvars).

Extra

  • feat: add a script to drop db by @esoubiran-aneo in #1156
  • feat: add custom tasks options for data generation by @esoubiran-aneo in #1153
  • feat: add pod config and parent partitions ids to generate partitions by @esoubiran-aneo in #1164
  • feat: generate a real world run by @esoubiran-aneo in #1165
  • feat: Update versions of third party docker images by @lzianekhodja in #1176
  • refactor(mongodb_replicas): Change the value of 'mongodb_replicas' for the split deployment by @iadjadj in #1180
  • chore: Re-add powershell script for ArmoniK deployment on WSL (Ubuntu 22.04) by @ngruelaneo in #1177
  • docs: All-in-one by @pmilaneo in #1188
  • docs: added entries to glossary by @pmilaneo in #1178
  • feat: Update version of minio by @lzianekhodja in #1182

Full Changelog: v2.14.0...v2.15.0

v2.14.0

05 Jul 14:47
f692b25
Compare
Choose a tag to compare

What's Changed

New parameters

  • Redis Data TTL (Redis__TtlTimeSpan options)

New Contributors

Full Changelog: v2.13.1...v2.14.0

v2.13.3

05 Jul 08:52
a0114ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.2...v2.13.3

v2.13.2

19 Jun 07:24
9c17723
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.1...v2.13.2

v2.13.1

08 Jun 08:01
fed4155
Compare
Choose a tag to compare

What's Changed

Changed

  • Use Armonik.Extension.Csharp version 0.11.0

Fixed

  • Use strong name for Utils
  • Remove LanguageExt dependency (backport Either)
  • Add retry getresult
  • Issue with no TLS and windows 11
  • Expose Taskoptions for SubmitTask* type in Extensions.Csharp

Full Changelog: v2.13.0...v2.13.1

v2.10.6

24 May 07:17
7bf7ff6
Compare
Choose a tag to compare

What's Changed

  • fix: update ArmoniK.Extension.Csharp to 0.8.2.2 by @ngruelaneo in #1096
  • chore: Update Samples version by @lzianekhodja in #1097

Full Changelog: v2.10.5...v2.10.6

v2.10.5

17 May 09:59
f755d5d
Compare
Choose a tag to compare

What's Changed

   🐞 Bug Fixes

  • update ArmoniK.Core version with some backported bug corrections (metrics exporter) by @ngruelaneo in #1081

Full Changelog: v2.10.4...v2.10.5

v2.10.4

12 May 15:05
b6262da
Compare
Choose a tag to compare

fix c# extension image tag in ecr deployment

v2.13.0

26 Apr 16:46
ec9d98b
Compare
Choose a tag to compare

Changed

  • Update module EKS and upgrade its version from 17.24.0 to 19.10.0.
  • Set up a MongoDB cluster.
  • Queue adapters are now dynamically loaded.
  • Upgrade Core version from 0.12.4 to 0.13.1.
  • Update Extension C# Version from 0.9.5 to 0.10.1

Breaking :

  • GridServer Api is now unsupported in Extension C#

Added

  • AWS S3 as Fluent-bit output for logs.
  • Retention in days for Seq.

Fixed

  • Switched DLL Worker to release mode by default
  • Added view of currently handled task ids in Unified Client
  • Resend exception when errors occured in SubmitAsync
  • Forward exception in bufferRequest list

Full Changelog: v2.12.2...v2.13.0