Skip to content

Releases: RedHatInsights/yggdrasil-worker-package-manager

v0.2.3

11 Sep 18:19
d0a04d3
Compare
Choose a tag to compare

What's Changed

  • fix(ci): update GitHub actions for lint by @ahitacat in #6
  • Provide COPR build by @ahitacat in #5
  • feat(ci): add dependabot configuration by @ahitacat in #7
  • build(deps): bump actions/checkout from 2 to 4 by @dependabot in #9
  • build(deps): bump actions/setup-go from 2 to 4 by @dependabot in #8
  • build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #10
  • build(deps): bump github.com/peterbourgon/ff/v3 from 3.1.0 to 3.4.0 by @dependabot in #11
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #12
  • build(deps): bump actions/cache from 3 to 4 by @dependabot in #15
  • build(deps): bump github.com/google/uuid from 1.4.0 to 1.6.0 by @dependabot in #16
  • build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #17
  • build(deps): bump git.sr.ht/~spc/go-log from 0.0.0-20210611184941-ce2f05edb627 to 0.1.1 by @dependabot in #14
  • Simplify go and lint workflows by @subpop in #21
  • Build RPMs with packit by @subpop in #22
  • Add basic tmt tests by @subpop in #23
  • build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #26
  • fix: update to yggdrasil 0.4.2 by @subpop in #30
  • Apply mesonlsp formatting by @subpop in #28
  • Update packit build targets by @subpop in #29
  • Update Go version to 1.21.13 by @subpop in #31
  • Use correct Go versions by @subpop in #32
  • refactor: Consolidate data files by @subpop in #33

New Contributors

Full Changelog: 0.2.2...v0.2.3

Version 0.1.3

13 Feb 17:16
Compare
Choose a tag to compare
  • remove "-worker" from config file name: If the string "-worker" exists at the end of the program file name, remove it when constructing the default config file path.

Full Changelog: 0.1.2...0.1.3

Version 0.1.2

07 Feb 15:56
Compare
Choose a tag to compare
  • Construct a default config file location from yggdrasil constants.

Version 0.2.2

24 Oct 19:09
Compare
Choose a tag to compare
  • Update to compatibility with yggdrasil 0.4.1

Version 0.1.1

20 Oct 17:44
Compare
Choose a tag to compare
  • Update yggdrasil to 0.2.3
  • Update grpc to 1.58.3
  • Update required go to 1.18

Version 0.2.1

09 Aug 15:44
Compare
Choose a tag to compare
  • Update API compatibility with yggdrasil 0.3.2 worker package API changes

Version 0.2.0

07 Mar 18:00
Compare
Choose a tag to compare
  • Ported to the yggdrasil D-Bus worker API
  • Added meson as a build system

Version 0.1.0

20 Jan 17:48
Compare
Choose a tag to compare
  • Initial release