Skip to content

Releases: konveyor/tackle2-hub

v0.5.3

27 Aug 15:11
16c65e8
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add task.patch. (#741) by @konveyor-ci-bot in #744
  • quota blocked tasks should be included in queued. (#745) by @konveyor-ci-bot in #746

Full Changelog: v0.5.2...v0.5.3

v0.5.2

06 Aug 22:06
5b96d13
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Aug 03:41
5b96d13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • preempted-postpone even when preemption disabled. (#738) by @konveyor-ci-bot in #739

New Contributors

  • @konveyor-ci-bot made their first contribution in #739

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Jul 21:40
15b11a8
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Only trigger discovery tasks if the Application has a repository specified by @mansam in #715

✨ Features

  • Support multiple provider in separate containers. by @jortel in #606
  • Update export/import CLI for MigrationWaves by @aufi in #643
  • Add filter/sort/pagination to /tasks. by @jortel in #640
  • Kai support by @jortel in #631
  • Merge task (kind) data. by @jortel in #655
  • Add /tasks patch; return 202 for task actions and updates. by @jortel in #660
  • add k8s api v1alpha2 with support for multi-provider. by @jortel in #666
  • Add mvn:// prefix to application.binary. by @jortel in #668
  • Launch Discovery task when Apps are created/updated by @mansam in #671
  • Ensure analyzer tasks created prior to upgrade have kind assigned. by @jortel in #674
  • Reaper optimization. by @jortel in #676
  • Support task addon succeeded with errors. by @jortel in #681
  • Reaper optimization."" by @shawn-hurley in #696
  • add application ref to analysis (list) resources. by @jortel in #714
  • Detect and report pending pod unschedulable. by @jortel in #712
  • task reaper release attached files. by @jortel in #718
  • Add task dashboard report. by @jortel in #720

🐛 Bug Fixes

  • Add Token refresh to export/import CLI by @aufi in #637
  • Fix task group update. by @jortel in #645
  • ENVAR replaced when defined. by @jortel in #648
  • Pod snapshot best effort when canceled. by @jortel in #651
  • Prevent action panic from killing the task manager. by @jortel in #650
  • fix restart on pod not-found. by @jortel in #649
  • token authenticate by @roceb in #621
  • Fix jMap struct field tags preserved. by @jortel in #652
  • Fix /tasks/report/queue. by @jortel in #658
  • Fix task filtering and sorting. by @jortel in #659
  • Update export/import CLI no-auth by @aufi in #647
  • Detect image issues. by @jortel in #678
  • Add index on Task.ApplicationID. by @jortel in #679
  • Fix detect container 1+ image pull errors. by @jortel in #683
  • add task manager cluster mutex. by @jortel in #703
  • Detect image issues; reapply pr-678 by @jortel in #708
  • Log when matched. by @jortel in #702
  • delete orphan pods. by @jortel in #713
  • fix memory leak caused by gin context pooling. by @jortel in #710
  • [MTA-2286] Don't count autoanswered questions when determining whether an asessement has been started. by @mansam in #716
  • Fix error: 'ambiguous column name: id' by @jortel in #719
  • Sort with COLLATE NOCASE. by @jortel in #723
  • Preemption (policy) enabled overwritten by task manager. by @jortel in #722
  • add addon reported errors to the dashboard. by @jortel in #728
  • Analysis created in transaction. by @jortel in #729
  • Add new addon alpha2 fields as optional to alpha1. by @jortel in #730
  • MTA-3209 fix effort on app-issues report. by @jortel in #731
  • fix proxy test to update back to the original by @dymurray in #732
  • Revert alpha2 crd by @jortel in #735
  • Fix reflect HasField() with anonymous pointer field. by @jortel in #736

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.5.0-rc.2

29 Jul 15:58
15b11a8
Compare
Choose a tag to compare
v0.5.0-rc.2 Pre-release
Pre-release

v0.5.0-rc.1

25 Jul 03:11
15b11a8
Compare
Choose a tag to compare
v0.5.0-rc.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Revert alpha2 crd by @jortel in #735
  • Fix reflect HasField() with anonymous pointer field. by @jortel in #736

Full Changelog: v0.5.0-beta.3...v0.5.0-rc.1

v0.5.0-beta.3

19 Jul 03:58
ca8c391
Compare
Choose a tag to compare
v0.5.0-beta.3 Pre-release
Pre-release

🐛 Bug Fixes

  • Analysis created in transaction. by @jortel in #729
  • Add new addon alpha2 fields as optional to alpha1. by @jortel in #730
  • MTA-3209 fix effort on app-issues report. by @jortel in #731
  • fix proxy test to update back to the original by @dymurray in #732

Full Changelog: v0.5.0-beta.2...v0.5.0-beta.3

v0.5.0-beta.2

17 Jul 03:12
0b2b186
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

⚠️ Breaking Changes

  • Only trigger discovery tasks if the Application has a repository specified by @mansam in #715

✨ Features

🐛 Bug Fixes

  • Fix error: 'ambiguous column name: id' by @jortel in #719
  • Sort with COLLATE NOCASE. by @jortel in #723
  • Preemption (policy) enabled overwritten by task manager. by @jortel in #722
  • add addon reported errors to the dashboard. by @jortel in #728

New Contributors

Full Changelog: v0.5.0-beta.1...v0.5.0-beta.2

v0.5.0-beta.1

10 Jul 17:29
0e52e70
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

✨ Features

  • Ensure analyzer tasks created prior to upgrade have kind assigned. by @jortel in #674
  • Reaper optimization. by @jortel in #676
  • Support task addon succeeded with errors. by @jortel in #681
  • Reaper optimization."" by @shawn-hurley in #696
  • add application ref to analysis (list) resources. by @jortel in #714
  • Detect and report pending pod unschedulable. by @jortel in #712

🐛 Bug Fixes

  • Detect image issues. by @jortel in #678
  • Add index on Task.ApplicationID. by @jortel in #679
  • Fix detect container 1+ image pull errors. by @jortel in #683
  • add task manager cluster mutex. by @jortel in #703
  • Detect image issues; reapply pr-678 by @jortel in #708
  • Log when matched. by @jortel in #702
  • delete orphan pods. by @jortel in #713
  • fix memory leak caused by gin context pooling. by @jortel in #710
  • [MTA-2286] Don't count autoanswered questions when determining whether an asessement has been started. by @mansam in #716

Full Changelog: v0.5.0-alpha.1...v0.5.0-beta.1

v0.5.0-alpha.3

03 Jul 04:46
2ba93e2
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release

✨ Features

  • Ensure analyzer tasks created prior to upgrade have kind assigned. by @jortel in #674
  • Reaper optimization. by @jortel in #676
  • Support task addon succeeded with errors. by @jortel in #681

🐛 Bug Fixes

Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.3