Skip to content

Releases: konveyor/tackle2-hub

v0.2.0

22 Jun 15:06
efeba4c
Compare
Choose a tag to compare

Changes since v0.2.0-alpha.3

⚠️ Breaking Changes

  • Remove dependence on Jira CreateMeta API (#407)

🐛 Bug Fixes

  • Fix ticket/tracker cascade deletes (#413)
  • metrics: count issue export only when successful (#412)
  • Support LIKE filter on lists. (#409)

v0.2.0-alpha.3

16 Jun 18:34
606985c
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release

Changes since v0.2.0-alpha.1

⚠️ Breaking Changes

  • Update Fact API to use qualified keys (source:fact) (#396)

✨ Features

  • Seeds: Missing space in description (#376)
  • Add sort field validation. (#383)
  • Support JIRA Bearer Auth (#374)
  • Omit Ref empty Name in API (#359)
  • File report filter (#362)
  • Add FileReport.Effort. (#357)
  • Add analysis total effort and include in the IssueReport. (#349)
  • Limit memory footprint for Analysis resources. (#343)

🐛 Bug Fixes

  • Fix filter by businessService name; and id. (#405)
  • make Resource.nameOf return what it finds (#398)
  • Fix Tracker API resource allowed kinds (#394)
  • Update new TagCategory in CSV import (#384)
  • gorm-sqlite 1.5.2. (#386)
  • Add uniq Name constrain to Identity (#377)
  • Discard not-found error when reaping tasks. (#369)
  • Addon fact put (#364)
  • POST analysis cannot return different resource. (#352)
  • Fix addon binding to use manifest. (#351)

v0.2.0-alpha.2

30 May 15:06
8a42938
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

Changes since v0.2.0-alpha.1

v0.2.0-alpha.1

24 May 20:27
8a42938
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

Changes since v0.1.0

⚠️ Breaking Changes

  • Fact sources (#298)

✨ Features

  • Expose Prometheus metrics (#335)
  • RuleBundle renamed RuleSet/Rule. (#336)
  • Analysis Issue labels (#325)
  • Add yaml tags to task resources. (#333)
  • Emptydir and setting the workingDir discontinued. (#327)
  • Add BatchHandler (#309)
  • Support refreshing auth tokens (#306)
  • Support insecure connections to Jira (#303)
  • add pagination to list endpoints. (#296)
  • TagCategory API improvements (#291)
  • Add support: pagination, sorting, YAML bindings. (#293)

🐛 Bug Fixes

  • Fix issue composite pagination. (#339)
  • Update Swagger fix array/single, add analysis (#322)
  • Fix possible nil ptr dereference in Jira refresh (#326)
  • Fix analysis pagination; cannot use offset > 0 with count. (#320)
  • Improve Jira issue status reporting (#318)
  • Fix updating resources with time.Time fields (#316)
  • Update seeded rulebundle description for Azure (#319)
  • Fix Jira connection test nil ptr dereference (#301)
  • Fix accepted. (#297)

v0.1.2

25 May 13:10
d8b1862
Compare
Choose a tag to compare

Changes since v0.1.0

🐛 Bug Fixes

  • [backport] Update seeded rulebundle description for Azure (#319) (#321)

v0.1.1

09 May 20:09
9f34c15
Compare
Choose a tag to compare

Changes since v0.1.0

v0.1.0

11 Apr 16:13
9f34c15
Compare
Choose a tag to compare

Changes since v0.1.0-alpha.3

v0.1.0-alpha.3

10 Apr 19:34
9f34c15
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

Changes since v0.1.0-alpha.2

✨ Features

  • Add support for Migration Waves (#260)

v0.1.0-alpha.2

06 Apr 19:10
973c40f
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Changes since v0.1.0-alpha.1

🐛 Bug Fixes

  • Add Auth Require to Import API (#283)

v0.1.0-alpha.1

31 Mar 18:30
114d242
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Changes since v0.0.0

⚠️ Breaking Changes

  • Rename TagType to TagCategory (#226)

✨ Features

  • Allow creating settings by key (#249)
  • Add bucket directory download content filtering. (#246)
  • Add source to ApplicationTags jointable (#245)
  • Update login endpoint to return token in JSON (#239)
  • Ruleset (Custom Targets) (#206)
  • Add application/facts sub-resource. (#211)
  • Bucket GET on directory using accept header. (#233)
  • Push multi-arch builds to quay (#229)
  • Add file support. (#221)

🐛 Bug Fixes

  • Adjusted addon binding retry. (#281)
  • Fixes transaction issues. (#270)
  • Ensures Replace() associated tag ids are unique. (#265)
  • Don't omit BucketID when creating tasks (#261)
  • Fix broken import of tagged applications (#258)
  • Fix PUT settings not updating the value. (#257)
  • Fix issues with updating models that have associations (#255)
  • Limit Multi-Arch Build Concurrency (#254)
  • Fix cascading deletes on tags and applications (#248)
  • Fix number as json root; custom json field no longer used. (#235)
  • Fix image build parameter names (#230)
  • Fix tackle import without buckets subdirectory (#220)