Skip to content

Latest commit

 

History

History
184 lines (84 loc) · 9.02 KB

CHANGELOG.md

File metadata and controls

184 lines (84 loc) · 9.02 KB

[Unreleased]

0.5.0 (2024-12-18)

⚠ BREAKING CHANGES

  • build: Change to use debian base images (#83)

Features

  • build: Change to use debian base images (#83) (3ca94ae)

0.4.3 (2024-12-16)

Features

  • notrly: Force a release by updating the readme with current dapr version (#81) (e249b46)

0.4.2 (2024-12-16)

Bug Fixes

  • build: Vendor gems for quicker image builds (#78) (57fbe12)

0.4.1 (2024-10-24)

Bug Fixes

  • state: Updates State#get to return a Hash instead of an Array (#76) (052fcfa)

0.4.0 (2024-10-23)

⚠ BREAKING CHANGES

  • state: Adds state management component (#74)

Features

  • state: Adds state management component (#74) (2fc596d)

0.3.3 (2024-10-08)

Features

  • grpc: Update grpc to 1.66 in container (#71) (da78331)

Bug Fixes

  • lock: Updates lock/unlock to append _alpha1 (#72) (847d091)

0.3.2 (2024-07-19)

Features

0.3.1 (2024-06-03)

Bug Fixes

  • Remove owner/ from the published ghcr.io image (#67) (47100ba)

0.3.0 (2024-06-03)

⚠ BREAKING CHANGES

  • Forcing release with a brilliant feature (#64)

Features

  • Forcing release with a brilliant feature (#64) (05dcacd)

0.2.11 (2024-06-03)

Bug Fixes

  • build: Lowers concurrency for container jobs to 1 (#59) (70c1c56)
  • Use secret references in matrix values (#61) (9f45785)
  • Uses correct rubygems secret (#60) (5de5ff4)

0.2.10 (2024-06-03)

Bug Fixes

0.2.9 (2024-06-03)

Features

  • builds: Use matrix to build containers (#52) (0f1ed51)

0.2.8 (2024-06-03)

Bug Fixes

  • Adds type declaration to workflow inputs (#50) (3203b1c)
  • build: Corrects name of image build script (#49) (04ff29e)

0.2.7 (2024-06-03)

Features

  • lock: Release distributed lock component (#47) (706d6d5)

0.2.6 (2024-06-03)

Features

  • Document Configuration for consumption (#43) (5142d5b)

0.2.5 (2024-06-03)

Bug Fixes

  • ci: Move conditional to the run script (#40) (cb8a15f)
  • ci: Only publish gem when release is created (#38) (086382f)

0.2.4 (2024-06-03)

Bug Fixes

  • Adds codeql scanning back to the release pipeline (#29) (0b0d602)
  • Uses .yaml suffix for all yaml files (8c7aaf9)

0.2.3 (2024-06-03)

Bug Fixes

  • Hack it up to allow publishing to multiple gem package repos (#26) (e59ca38)

0.2.2 (2024-06-02)

Bug Fixes

  • It helps to check out the code before building a gem (#24) (8bfd14e)

0.2.1 (2024-06-02)

Features

  • Adds separate callable gem publish workflow (#21) (96dbb03)

Bug Fixes

  • Corrects release flow so gem does not require release (#22) (5ea0bca)

0.2.0 (2024-06-02)

⚠ BREAKING CHANGES

  • dep: Adds overcommit development dependency (#19)

Features

  • dep: Adds overcommit development dependency (#19) (37687b1)

[0.1.0] - 2024-04-15

  • Initial release