Skip to content

Releases: RedHatInsights/yggdrasil

0.2.6

14 Nov 20:11
Compare
Choose a tag to compare

What's Changed

  • Clarify worker configuration file name by @subpop in #222
  • fix: Update instruction for hacking yggdrasil-0.2 by @jirihnidek in #227
  • Add Packit to yggdrasil-0.2 by @subpop in #219
  • feat(echo): set log level according to env by @subpop in #225
  • Rename module to include a v1 suffix by @subpop in #250
  • Revert module API version by @subpop in #254
  • fix: Update bundled version of go-yaml to v2.2.4 by @jvlcek in #279
  • build: Update Makefile to version 0.2.6 by @jvlcek in #280

Full Changelog: 0.2.5...0.2.6

v0.4.4

13 Sep 17:26
2a15f83
Compare
Choose a tag to compare

What's Changed

  • Include checksum file when uploading tarball by @subpop in #261
  • Include hyphenated worker names by @subpop in #262

Full Changelog: v0.4.3...v0.4.4

Version 0.4.3

11 Sep 16:07
69382be
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #246
  • build(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.0 by @dependabot in #247
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #249
  • feat(yggctl): add generate worker-data command by @subpop in #248
  • fix(systemd): add Alias for yggd.service by @subpop in #251
  • Collect workers immediately by @subpop in #252
  • build(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 by @dependabot in #257

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

01 Aug 18:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...v0.4.2

0.2.5

26 Mar 15:42
Compare
Choose a tag to compare

What's Changed

  • Configurable worker environment variables by @subpop in #214

Full Changelog: 0.2.4...0.2.5

0.2.4

12 Dec 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

18 Oct 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

Release 0.4.1

18 Sep 16:45
Compare
Choose a tag to compare

Breaking Changes

This release introduces breaking changes to the com.redhat.Yggdrasil1 and com.redhat.Yggdrasil1.Worker1 D-Bus APIs. This means that clients built assuming the API shipped as part of 0.3.2 or 0.4.0 will need updates in order to properly support the API shipped in 0.4.1.

What's Changed

  • feat: added "responseTo" field in worker emitted events by @DuckBoss in #141

Full Changelog: 0.4.0...0.4.1

0.4.0

14 Sep 16:57
Compare
Choose a tag to compare

Breaking Changes

This release introduces breaking changes to the com.redhat.Yggdrasil1 and com.redhat.Yggdrasil1.Worker1 D-Bus APIs. This means that clients built assuming the API shipped as part of 0.3.2 will need updates in order to properly support the API shipped in 0.4.0.

What's Changed

New Contributors

Full Changelog: 0.3.2...0.4.0

Version 0.3.2

24 Jul 16:39
Compare
Choose a tag to compare

What's Changed

  • Install unit files separately by @subpop in 5fc547e
  • Set minimum meson version to 0.58 by @subpop in 8045596
  • Remove unused errors.go file by @subpop in 33b8167
  • Call com.redhat.Yggdrasil1.Worker1.Dispatch with correct number of arguments by @subpop in 9e745f3
  • Include responseTo parameter when worker implemented com.redhat.Yggdrasil1.Worker1.Dispatch by @subpop in bf66558
  • Install D-Bus interface specification files by @subpop in e70c7eb
  • Update com.redhat.Yggdrasil1.Dispatcher1 interface parameter types by @subpop in 9741c9c
  • Update description of UNEXPECTED_DISCONNECT dispatcher event by @subpop in 9f4ab6f
  • Require D-Bus >= 1.14 by @subpop in cc33f73
  • Add a -sleep flag to the echo worker; this flag causes the worker to sleep for the given duration before responding with the "Transmit" method call by @ahitacat in #113
  • Move bash_completion directory by @subpop in 62251d3
  • Update action versions by @subpop in #119
  • refactor: yggctl actions into non-anonymous functions by @DuckBoss in #120
  • Improved CONTRIBUTING.md file by @jirihnidek in #117
  • Changed configuration of CI linter to show more information by @jirihnidek in #125
  • Remove send_destination_prefix by @subpop in #118
  • Use older systemd pkgconfig variable names to maintain compatibility with systemd 239 by @subpop in e1d7bf2
  • Specify a user to run the echo worker as by @subpop in e26516f
  • fix: control messages not using uuid by @ahitacat in #126
  • feat: include message id in emitted worker events by @DuckBoss in #115
  • feat: Add information about debugging MQTT trafic by @jirihnidek in #129
  • feat: Remove debug and trace content log by @r0x0d in #131
  • Enable CI builds by @subpop in #123
  • feat: add MQTT connection options by @subpop in #139
  • Add style recommendations to Code Guidelines by @subpop in f29f6eb
  • fix: Return proper values, when worker is in remote-content mode by @jirihnidek in #138
  • fix(ci): golangci-lint timing out in large PRs by @DuckBoss in #144
  • feat: refactored yggd main action. by @jirihnidek in #124
  • fix(yggctl): prefer system bus when run as root by @subpop in #143
  • fix: Set properly messageID and responseTo in echo worker by @jirihnidek in #137

New Contributors

Full Changelog: 0.3.1...0.3.2