What's Changed
- Refactoring of status command and rhcd service by @jirihnidek in #53
- fix: Do not trigger build go actions twice on PR by @jirihnidek in #70
- fix: Set locale in all D-Bus RHSM calls according LANG env. var. by @jirihnidek in #69
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #76
- build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by @dependabot in #71
- build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 by @dependabot in #72
- feat: Better handling of colors and icons by @m-horky in #75
- chore: change yggdrasil version to 0.2.4 by @ahitacat in #77
- build: unbundle yggdrasil & worker-package-manager by @ptoscano in #74
- build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #80
- Update go-ini import path by @subpop in #81
- build(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 by @dependabot in #83
- build(deps): bump git.sr.ht/~spc/go-log from 0.0.0-20210611184941-ce2f05edb627 to 0.1.1 by @dependabot in #82
- fix: Add subscription-manager as required RPM package by @jirihnidek in #85
- build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #86
- refactor: update go-log path by @ahitacat in #89
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #91
- build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #93
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #94
- build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #95
- build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in #96
- fix: Print correct error, when non-root user run "rhc status" by @jirihnidek in #97
- feat: Improve error messages, when reading insights-client.conf by @jirihnidek in #84
- build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #100
- fix: Convert license to SPDX format by @jirihnidek in #98
- build(deps): bump golang.org/x/term from 0.17.0 to 0.19.0 by @dependabot in #102
- feat: Add initial support for building RPMs using Packit by @jirihnidek in #92
- fix: Do not require yggdrasil for building by @jirihnidek in #103
- fix(doc): Added simple build instruction by @jirihnidek in #104
- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in #106
- build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by @dependabot in #109
- build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 by @dependabot in #110
- adding testing farm and tmt tests by @Lorquas in #107
- build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #112
- build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 by @dependabot in #118
- build(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #105
- test: Added tests for rhc connect by @Archana-PandeyM in #113
- build(deps): bump github.com/briandowns/spinner from 1.23.0 to 1.23.1 by @dependabot in #119
- feat(test): Install build on donwstream PR job by @Lorquas in #120
- test: Added tests for rhc man page by @Archana-PandeyM in #114
- fix(test):Refactoring to replace service name from rhcd to yggdrasil by @Archana-PandeyM in #122
- build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #124
- build(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #129
- packit: tag cloud resources in Testing Farm by @thrix in #130
- build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #131
- build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot in #132
- add installing katello rpm for rhc+satellite testing by @zhangqianqian in #128
- fix: fixed rhc dependency issue for downstream PR testing by @Archana-PandeyM in #134
- build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #135
- build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #137
- build(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #136
- fix(test): Updated tests to run for rhcd downstream by @Archana-PandeyM in #133
- fix(test): removing unnecessary use of f-string by @Archana-PandeyM in #139
- feat: Saving test report as junit file by @Lorquas in #140
- feat: Add CLI option --format to disconnect command by @jirihnidek in #108
- test: Added tests for rhc status by @Archana-PandeyM in #115
- feat: Add --format json for connect command by @jirihnidek in #127
- build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #141
- build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #142
- fix: Return non-zero code, when some sub-status is wrong by @jirihnidek in #126
- test: Fixed test of rhc status by @jirihnidek in #146
- feat: write canonical-facts file for yggd by @subpop in #143
- fix: Detect insights-client status in non-legacy mode by @m-horky in #125
- fix: skip basic auth for rhc+satellite by @zhangqianqian in #138
- build: Include rhc-compat subpackage by @subpop in #144
- test: Added test for rhc disconnect by @Archana-PandeyM in #116
- feat: Remove the RHC Manager status from rhc client by @jvlcek in #149
- fix: Try to detect status of insights-client correctly by @jirihnidek in #147
- fix: Printing JSON document & printing error by @jirihnidek in #145
- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #151
- build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #153
- build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by @dependabot in #152
- ci: build & test also on centos-stream-10 by @ptoscano in #150
- build(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #155
- fix: Machine readable output corrupted, when registration fails by @jirihnidek in #156
- fix: Report any unknown options found on the command line. by @jvlcek in #159
- fix: Removed Centos Stream 8 from CI testing matrix by @jirihnidek in #160
- fix: Reload context after activation of yggdrasil service by @jirihnidek in #158
- fix: Remove RHEL-8 from CI matrix for main branch by @jirihnidek in #161
- refactor: Move code from main.go to other files by @jirihnidek in #164
- feat(test): Adding rhc-compat sub-package to copr setup for PR tetsing by @Archana-PandeyM in #167
- build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 by @dependabot in #165
- test: Added e2e test for rhc connect by @Archana-PandeyM in #148
- test: Added integration test for rhc status --format json by @jirihnidek in #163
- Port the build system to meson by @subpop in #162
- Add dist workflow by @subpop in #173
New Contributors
- @m-horky made their first contribution in #75
- @ptoscano made their first contribution in #74
- @Lorquas made their first contribution in #107
- @Archana-PandeyM made their first contribution in #113
- @thrix made their first contribution in #130
- @zhangqianqian made their first contribution in #128
Full Changelog: 0.2.5...v0.3.0