Skip to content

Releases: gianklug/matemann

v0.2.3

11 Aug 21:09
4c73e4e
Compare
Choose a tag to compare

0.2.3 (2024-08-11)

Bug Fixes

  • do not quote integers (5888d94)
  • Pods not getting killed after a timeout (1580c0e)

v0.2.2

30 Jul 15:04
fb8568f
Compare
Choose a tag to compare

0.2.2 (2024-07-30)

Bug Fixes

  • Correct category placement for new and archived categories (eb3849e)
  • Handle empty event list case correctly (161de21)

v0.2.1

29 Jul 22:45
92ae8d9
Compare
Choose a tag to compare

0.2.1 (2024-07-29)

Bug Fixes

  • Switch to cronjob instead of deployment since bot exits once done (e7dbd4d)

v0.2.0

29 Jul 22:13
3ae0128
Compare
Choose a tag to compare

0.2.0 (2024-07-29)

Feature

  • Add helm chart that automatically gets published via helm oci (3fd46e2)

Bug Fixes

  • Add matemann specific config options to helm chart (5ea7133)
  • Ensure dependabot can scan proper dependencies (3804804)

v0.1.0

23 Jul 20:12
d96166b
Compare
Choose a tag to compare

0.1.0 (2024-07-23)

Feature

  • add dependabot configuration (77739de)
  • add github action (6e1728e)
  • config via env, fix crash on other channels, add limit for weight and events to fetch (21758a2)
  • add meta in channel headers for ctf end tracking (28c96d3)
  • archival/deletion, on-demand categories and logging (9368b32)

Bug Fixes

  • bump docker deps (e692e46)
  • update dockerfile to python3.12 to support double quotes in fstrings (57cf575)