Skip to content

Releases: RedHatInsights/yggdrasil

v0.4.8

11 Jul 19:40
Compare
Choose a tag to compare

What's Changed

  • Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @jirihnidek in #335
  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @jirihnidek in #333
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 by @dependabot[bot] in #342
  • fix: fixing typo in service name in yggctl template by @Archana-PandeyM in #343
  • feat(test): Added echo worker installation for downstream Gating by @Archana-PandeyM in #341
  • Change mqttcli package URL by @subpop in #313
  • feat: infer protocol from first server entry when unset by @jlocash in #344
  • build: update go version to 1.24 in go.mod by @DuckBoss in #346
  • Set version to 0.4.8 by @github-actions[bot] in #345

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

27 May 18:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6

01 May 19:31
5ee1598
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in #302
  • ci: Include link to changes in PR description by @subpop in #298
  • build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dependabot in #303
  • build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #304
  • fix: Do not print scary messages to log for old directive by @jirihnidek in #300
  • feat: Support an empty config file by @jvlcek in #294
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot in #311
  • Add a document describing yggd's internals by @subpop in #308
  • fix: Create rhcd.service sym link to yggdrasil.service by @jvlcek in #312
  • CI: Install dependencies and print go version by @jirihnidek in #317
  • build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #319
  • ci: run go get . in lint.yaml by @subpop in #318
  • build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #321
  • build: set go version to 1.22.0 by @subpop in #316
  • ci: Enable network for Packit build by @jirihnidek in #320
  • build(deps): bump github.com/golang-migrate/migrate/v4 from 4.17.1 to 4.18.2 by @dependabot in #291
  • build(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 by @dependabot in #327
  • Fixed several lint isssue by @jirihnidek in #324
  • build(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 by @dependabot in #322
  • Enable compile-time default facts file by @subpop in #301
  • fix: Stop using git.sr.ht/~spc/go-log and use copy on github.com by @jirihnidek in #331
  • chore: Update go to version 1.23 in go.mod file & other maintenance by @jirihnidek in #330
  • test: Added integration tests of yggdrasil service by @jirihnidek in #305
  • build(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 by @dependabot in #328
  • build(deps): bump github.com/golang-migrate/migrate/v4 from 4.18.2 to 4.18.3 by @dependabot in #329

Full Changelog: v0.4.5...v0.4.6

0.2.7

08 Apr 17:50
9f1480d
Compare
Choose a tag to compare

What's Changed

  • [0.2] ci: fix packit configuration for versions & coprs by @ptoscano in #307
  • ci: fix packit config for post-merge builds by @ptoscano in #310
  • Avoid fatal error on ErrProcessDone by @subpop in #299
  • ci: build with redhat/insights topicprefix by @subpop in #314
  • fix: Avoid returning error when stopping a worker by @jvlcek in #323

Full Changelog: 0.2.6...0.2.7

v0.4.5

03 Feb 16:00
Compare
Choose a tag to compare

What's Changed

  • refactor: move sysusers file to dist/srpm by @subpop in #264
  • feat: Add yggdrasil user to supplementary group rhsm by @jirihnidek in #265
  • Log HTTP response from client requests by @subpop in #266
  • build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #267
  • fix: Remove centos-stream-8 from CI by @jirihnidek in #269
  • build(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot in #268
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #270
  • ci: fix srpm build failures on f41 buildroots by @subpop in #273
  • chore: typo fixes by @ptoscano in #274
  • Fix NVR in COPR builds by @subpop in #275
  • build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.3 by @dependabot in #276
  • fix: yggctl list workers should only show legacy names. by @jvlcek in #272
  • build(rpm): Include local state dir by @subpop in #277
  • feat: Create facts file if not exists by @Glutexo in #278
  • fix: adjust release to include git info by @subpop in #281
  • build(rpm): Reintroduce %dist fix by @subpop in #282
  • Add automatic release workflows by @subpop in #283
  • chore(deps): bump golang.org/x/net to 0.33.0 by @subpop in #285
  • ci: add bash-completion to build deps by @subpop in #286
  • build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #290
  • doc(echo): Add comment to EmitEvent by @subpop in #284
  • List Activatable Workers on startup by @subpop in #288
  • feat: Update go version from 1.18 to 1.22 by @jirihnidek in #292
  • build: set version to 0.4.5 by @github-actions in #296
  • Include bash-completion in build dependencies by @subpop in #297

New Contributors

  • @Glutexo made their first contribution in #278
  • @github-actions made their first contribution in #296

Full Changelog: v0.4.4...v0.4.5

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