Skip to content

Releases: konveyor/tackle2-hub

v0.5.0-alpha.2

02 Jul 03:46
a59bcc8
Compare
Choose a tag to compare
v0.5.0-alpha.2 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

🐛 Bug Fixes

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

v0.5.0-alpha.1

21 Jun 21:23
c9ff4b8
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

✨ 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

🐛 Bug Fixes

New Contributors

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

v0.3.2

02 May 20:59
4507846
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.4.0

03 Jun 16:07
ae3cb7d
Compare
Choose a tag to compare

✨ Features

  • Add unassessed risk type and exit early for app risk status calculation by @ibolton336 in #623

🐛 Bug Fixes

  • Fix json export. by @jortel in #597
  • Treat tags that are inherited from archetype assessments as assessment tags rather than archetype tags by @mansam in #603
  • [MTA-1726] Migration Waves: require start and end date, require end > start by @mansam in #604
  • Return empty list when latest analysis does not exist. by @jortel in #602
  • Fix CVE, upgrade go-resty v2.12. by @jortel in #628
  • Fix Fail when Resource Quota exceeded. by @jortel in #627
  • Fix concurrent tag/category Ensure(). by @jortel in #629

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.4.0-alpha.1

08 May 14:25
ae3cb7d
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

✨ Features

  • Add unassessed risk type and exit early for app risk status calculation by @ibolton336 in #623

🐛 Bug Fixes

  • Fix json export. by @jortel in #597
  • Treat tags that are inherited from archetype assessments as assessment tags rather than archetype tags by @mansam in #603
  • [MTA-1726] Migration Waves: require start and end date, require end > start by @mansam in #604
  • Return empty list when latest analysis does not exist. by @jortel in #602
  • Fix CVE, upgrade go-resty v2.12. by @jortel in #628
  • Fix Fail when Resource Quota exceeded. by @jortel in #627
  • Fix concurrent tag/category Ensure(). by @jortel in #629

New Contributors

Full Changelog: v0.3.2...v0.4.0-alpha.1

v0.3.1

09 Apr 22:25
841d90d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • [backport] Return empty list when latest analysis does not exist. (#602) by @jortel in #607
  • [Backport][MTA-1726] Migration Waves: require start and end date, require end > start (#604) by @mansam in #610
  • [Backport][MTA-1972] Treat tags that are inherited from archetype assessments as assessment tags rather than archetype tags (#603) by @mansam in #611

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Jan 21:55
2552233
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Use the new seeding library to seed rulesets by @mansam in #450
  • Separate Target and RuleSet models/apis by @mansam in #464
  • Archetypes and Custom Assessments by @mansam in #476
  • Disable seed versioning by @mansam in #491
  • Add "owner" and "contributors" columns to application import CSV format. by @mansam in #551

✨ Features

🐛 Bug Fixes

  • Fix labelIDs() query ignoring other issue fields when labels included. by @jortel in #415
  • Fix Rule.Labels. by @jortel in #429
  • Fix DepReport sort. by @jortel in #436
  • Fix dep report filter depIDs(); add lables to dep apps report. by @jortel in #437
  • metrics: only count the first time a task starts by @mansam in #438
  • Don't return issueTypes with the subtask flag set by @mansam in #440
  • Better reporting of REST errors. by @jortel in #443
  • Fixes codeSnip bug in YAML v3. by @jortel in #444
  • Remove EAP6 target by @ibolton336 in #448
  • Hide Epic issue type for On Prem trackers by @mansam in #451
  • Only create connector once to fix ident mangling by @mansam in #460
  • Fix dangling ruleset ref to image File. by @jortel in #469
  • Fix task failed when not killed. by @jortel in #470
  • Fix analyses RBAC. by @jortel in #472
  • Fix constraints on archetype tag rels by @mansam in #490
  • Exclude virtual tags from writing/updating by @mansam in #495
  • Fix latest analayis report. by @jortel in #504
  • Only marshal assessment sections if not empty by @mansam in #506
  • PrepareForArchetype should use criteria and tags by @mansam in #508
  • Increment assessment counter when a new one is created by @mansam in #511
  • Protect builtin questionnaires from update/delete by @mansam in #512
  • Fix HTML analysis report. by @jortel in #513
  • Fix business service filter of issues. by @jortel in #515
  • Static report app id needs to be a string. by @jortel in #518
  • Deduplicate tags on imported apps by @mansam in #517
  • Bump x/net to 0.17.0 by @dymurray in #519
  • Bucket getdir by @jortel in #525
  • Explicitly set yaml names for camelCased fields by @mansam in #535
  • Add missing Targets to ui.target.order after seeding by @mansam in #536
  • Add yaml:"inline" to Resource field tags by @mansam in #543
  • Preload assessment stakeholder relationships by @mansam in #544
  • Fix typo in AssessmentList preload by @mansam in #547
  • Fix yaml task data by @jortel in #549
  • Add missing Archetype scopes to Architect role by @mansam in #552
  • Fix loop variable pointer bug in assessment logic by @mansam in #555
  • DepReport aggregated by name. by @jortel in #558
  • [MTA-1746] Omit thresholds from assessment update by @mansam in #568
  • [MTA-1640] Remove write perms on Review from migrator role by @mansam in #567
  • [MTA-1455] Fix typo in tackle-migrator role yaml by @mansam in #566
  • TechDependencies deduplicated with direct taking priority. by @jortel in #573
  • [MTA-1349] Fix Questionnaire/Assessment validation by @mansam in #570
  • Questionnaire validation should tolerate order fields having value 0 by @mansam in #575
  • Improve Jira error handling by @mansam in #574
  • [MTA-1883] Jira ticket links should point to UI by @mansam in #583
  • [MTA-1907] Questionnaires require at least one section/question/answer by @mansam in #582
  • Fix ptr-to-loopvar bug in assessment tags module by @mansam in #585
  • [MTA-1879] Fix Risk/Confidence calculations to only count responses to required questionnaires. by @mansam in #581
  • Fixes addon POST /files failing with 401. by @jortel in #589
  • Fix logged attach message. by @jortel in #591

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.3.0-rc.4

11 Jan 18:25
951cb48
Compare
Choose a tag to compare
v0.3.0-rc.4 Pre-release
Pre-release

🐛 Bug Fixes

Full Changelog: v0.3.0-rc.3...v0.3.0-rc.4

v0.3.0-rc.3

21 Dec 02:19
f09d0b2
Compare
Choose a tag to compare
v0.3.0-rc.3 Pre-release
Pre-release

✨ Features

🐛 Bug Fixes

  • [MTA-1883] Jira ticket links should point to UI by @mansam in #583
  • [MTA-1907] Questionnaires require at least one section/question/answer by @mansam in #582
  • Fix ptr-to-loopvar bug in assessment tags module by @mansam in #585
  • [MTA-1879] Fix Risk/Confidence calculations to only count responses to required questionnaires. by @mansam in #581

Full Changelog: v0.3.0-rc.2...v0.3.0-rc.3

v0.3.0-rc.2

16 Dec 13:59
829b523
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release

🐛 Bug Fixes

Full Changelog: v0.3.0-rc.1...v0.3.0-rc.2