This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Releases: mattermost/mmctl
Releases · mattermost/mmctl
Mattermost mmctl release v7.8.4
Full Changelog: v7.8.3...v7.8.4
Mattermost mmctl release v7.10.0
What's Changed
- prepare release 6.4.2 by @stafot in #466
- Fix broken tests CI for mm-server by @spirosoik in #473
- [MM-42100] Fixes: team users add and remove command example by @AshishDhama in #470
- Makefile: get version from the git tags by @isacikgoz in #488
- Add scorecards analysis by @oh6hay in #432
- Upgrade golint version to v1.45.2 by @pfltdv in #504
- commands/auth: fix 0-return on unsuccessful login attempts by @isacikgoz in #499
- commands/auth: use printer instead of fmt.Println by @isacikgoz in #500
- commands/user: improve user verify documentation by @isacikgoz in #502
- Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 by @dependabot in #483
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #484
- Bump github.com/magefile/mage from 1.11.0 to 1.13.0 by @dependabot in #485
- commands/auth_utils: bugfix on config directory creation by @isacikgoz in #501
- commands/channel_e2_test: skip channel creation with invalid name case by @isacikgoz in #512
- commands/init: version check revamped to indicate errors by @isacikgoz in #516
- update dependencies by @isacikgoz in #515
- MM-38703: Show error detail while printing jobs by @agnivade in #518
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.2 by @dependabot in #517
- Reorganize makefile to overwrite DIST_VER variable at release branches by @pfltdv in #520
- MM-38701: Automatically retry on a failed export download by @agnivade in #524
- [fix] Makefile fallback to using latest semver tag by @phoinixgrr in #526
- MM-45161: Fix incorrect version check by @agnivade in #529
- Makefile sets DIST_VER value empty when there is no tag. by @pfltdv in #536
- [GH-20216] Query messages for a channel posted from a certain time by @nadeem-hassan in #521
- bump mm server dependency to v7.1 by @isacikgoz in #540
- Applied correction by @cwarnermm in #431
- MM-38702: Include attachments by default by @agnivade in #543
- print meaningful errors on cloud restricted config fields by @isacikgoz in #541
- [MM-43444] Log profile image deletion issues from server by @plant99 in #508
- Add the option to disable newlines and pre-parse templates by @noxer in #553
- [MM-38708] Add import validator by @noxer in #552
- [GH-21223] Add error handling for pluginInstallUvRLCmdF by @atlekbai in #560
- Add a new command to upload a license from a license payload string by @nickmisasi in #567
- ref: return multi error by @s4kh in #566
- [MM-47398] add http proxy support by @isacikgoz in #579
- refact: adding error handling for assignUsersCmdF by @rafaelrubbioli in #561
- [MM-47825] refactor rolesSystemAdminCmdF function to return an error #21477 by @yakuter in #592
- Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 by @dependabot in #591
- Bump github.com/hashicorp/memberlist from 0.3.1 to 0.5.0 by @dependabot in #571
- Refactored verifyUserEmailWithoutTokenCmdF function to return an erro… by @amogh2019 in #593
- [MM-47810] Return error from rolesMemberCmdF by @ermanimer in #596
- Refactored resetUserMfaCmdF to return multierror by @AntiGhot in #598
- MM-47825 demoteUserToGuestCmdF function to return an error in case of… by @joremysh in #587
- Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in #597
- [MM-47823] SendPasswordResetEmailCmdF command error handle refactoring by @misantron in #586
- [MM-47814] - Refactor deleteTeamsCmdF function error handling by @enderahmetyurt in #589
- [MM-47351] | Add error handling for integrityCmdF function by @ShajithaMohammed in #600
- [MM-47818] userInviteCmdF function to return an error in case of a failure by @ellisonleao in #595
- Add subcommand for canceling export jobs by @gabor-boros in #557
- MM-47817: Review changeUsersActiveStatus function to return an error in case of a failure by @sinansonmez in #588
- Update README.md by @isacikgoz in #604
- [GH-575] Added Deprecated warning in
channel make-private
cmd by @ChandanChainani in #605 - Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #537
- [MM-47812] Refactor addUserToTeam function to return an error by @svbnbyrk in #603
- MM-47355: Added multierr for postListCmdF (#21222) by @witjem in #564
- Refact: restoreTeamsCmdF() - Error handling by @dsharma522 in #581
- Issue 21220: improve error handling for botEnableCmdF function by @ariyonaty in #577
- Issue 21219: improve error handling for botDisableCmdF by @ariyonaty in #576
- MM-46957 Use the server import validation code in mmctl by @noxer in #609
- ref: return multi-error from moveChannelCmdF by @s4kh in #570
- MM-47344: added multerror result for listChannelsCmdF (#21215) by @witjem in #573
- Refactor | Creating error at return and update tests by @ShajithaMohammed in #602
- refact: removeAllUsersFromChannel to return an error by @moogacs in #599
- commands/plugin_e2_test: fix an error assertion issue by @isacikgoz in #612
- fix mockgen error due to module versioning by @isacikgoz in #613
- Add SECURITY.md by @oh6hay in #462
- Bump github.com/spf13/viper from 1.11.0 to 1.14.0 by @dependabot in #608
- Bump github.com/magefile/mage from 1.13.0 to 1.14.0 by @dependabot in #555
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.14.0 by @dependabot in #610
- Update intro and add logo by @BenLloydPearson in #400
- [GH-21210] refactor(commands): add error handling to listCommandCmdF by @VictorAssunc in #569
- [MM-15983] Added e2e testing for configShowCmdf by @d0tplus in #460
- #21213 - Add error handling for archiveChannelsCmdF by @seowglen in #568
- MM-47811: improve error handling for removeUserFromTeam function by @hionay in #616
- [MM-48390] Validate imports against the users, teams, channels from the server by @noxer in #618
- MM-44842: Add restore user group command by @plant99 in #614
- Bump golang.org/x/image from 0.1.0 to 0.2.0 by @dependabot in #625
- Bump golang.org/x/term from 0.2.0 to 0.3.0 by @dependabot in #624
- Use go install instead of go get by @hanzei in #634
- Showing websockets events as strings instead of as bytes arrays by @jespino in #641
New Contributors
- @AshishDhama made their first contribution in #470
- @oh6hay made their first contribution in #432
- @dependabot made their first contribution in #483
- @phoinixgrr made their first contribution in #526
- @nadeem-hassan made their first contribution in #521
- @cwarnermm made their first contribution in #431
- @plant99 made their first contribution in #508
- @noxer made their first contribution in #553
- @atlekbai made...
Mattermost mmctl release v7.9.2
Full Changelog: v7.9.1...v7.9.2
Mattermost mmctl release v7.8.3
Full Changelog: v7.8.2...v7.8.3
Mattermost mmctl release v7.7.4
Full Changelog: v7.7.3...v7.7.4
Mattermost mmctl release v7.9.1
Full Changelog: v7.9.0...v7.9.1
Mattermost mmctl release v7.8.2
Full Changelog: v7.8.1...v7.8.2
Mattermost mmctl release v7.7.3
Full Changelog: v7.7.2...v7.7.3
Mattermost mmctl release v7.9.0
What's Changed
- prepare release 6.4.2 by @stafot in #466
- Fix broken tests CI for mm-server by @spirosoik in #473
- [MM-42100] Fixes: team users add and remove command example by @AshishDhama in #470
- Makefile: get version from the git tags by @isacikgoz in #488
- Add scorecards analysis by @oh6hay in #432
- Upgrade golint version to v1.45.2 by @pfltdv in #504
- commands/auth: fix 0-return on unsuccessful login attempts by @isacikgoz in #499
- commands/auth: use printer instead of fmt.Println by @isacikgoz in #500
- commands/user: improve user verify documentation by @isacikgoz in #502
- Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 by @dependabot in #483
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #484
- Bump github.com/magefile/mage from 1.11.0 to 1.13.0 by @dependabot in #485
- commands/auth_utils: bugfix on config directory creation by @isacikgoz in #501
- commands/channel_e2_test: skip channel creation with invalid name case by @isacikgoz in #512
- commands/init: version check revamped to indicate errors by @isacikgoz in #516
- update dependencies by @isacikgoz in #515
- MM-38703: Show error detail while printing jobs by @agnivade in #518
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.2 by @dependabot in #517
- Reorganize makefile to overwrite DIST_VER variable at release branches by @pfltdv in #520
- MM-38701: Automatically retry on a failed export download by @agnivade in #524
- [fix] Makefile fallback to using latest semver tag by @phoinixgrr in #526
- MM-45161: Fix incorrect version check by @agnivade in #529
- Makefile sets DIST_VER value empty when there is no tag. by @pfltdv in #536
- [GH-20216] Query messages for a channel posted from a certain time by @nadeem-hassan in #521
- bump mm server dependency to v7.1 by @isacikgoz in #540
- Applied correction by @cwarnermm in #431
- MM-38702: Include attachments by default by @agnivade in #543
- print meaningful errors on cloud restricted config fields by @isacikgoz in #541
- [MM-43444] Log profile image deletion issues from server by @plant99 in #508
- Add the option to disable newlines and pre-parse templates by @noxer in #553
- [MM-38708] Add import validator by @noxer in #552
- [GH-21223] Add error handling for pluginInstallUvRLCmdF by @atlekbai in #560
- Add a new command to upload a license from a license payload string by @nickmisasi in #567
- ref: return multi error by @s4kh in #566
- [MM-47398] add http proxy support by @isacikgoz in #579
- refact: adding error handling for assignUsersCmdF by @rafaelrubbioli in #561
- [MM-47825] refactor rolesSystemAdminCmdF function to return an error #21477 by @yakuter in #592
- Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 by @dependabot in #591
- Bump github.com/hashicorp/memberlist from 0.3.1 to 0.5.0 by @dependabot in #571
- Refactored verifyUserEmailWithoutTokenCmdF function to return an erro… by @amogh2019 in #593
- [MM-47810] Return error from rolesMemberCmdF by @ermanimer in #596
- Refactored resetUserMfaCmdF to return multierror by @AntiGhot in #598
- MM-47825 demoteUserToGuestCmdF function to return an error in case of… by @joremysh in #587
- Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in #597
- [MM-47823] SendPasswordResetEmailCmdF command error handle refactoring by @misantron in #586
- [MM-47814] - Refactor deleteTeamsCmdF function error handling by @enderahmetyurt in #589
- [MM-47351] | Add error handling for integrityCmdF function by @ShajithaMohammed in #600
- [MM-47818] userInviteCmdF function to return an error in case of a failure by @ellisonleao in #595
- Add subcommand for canceling export jobs by @gabor-boros in #557
- MM-47817: Review changeUsersActiveStatus function to return an error in case of a failure by @sinansonmez in #588
- Update README.md by @isacikgoz in #604
- [GH-575] Added Deprecated warning in
channel make-private
cmd by @ChandanChainani in #605 - Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #537
- [MM-47812] Refactor addUserToTeam function to return an error by @svbnbyrk in #603
- MM-47355: Added multierr for postListCmdF (#21222) by @witjem in #564
- Refact: restoreTeamsCmdF() - Error handling by @dsharma522 in #581
- Issue 21220: improve error handling for botEnableCmdF function by @ariyonaty in #577
- Issue 21219: improve error handling for botDisableCmdF by @ariyonaty in #576
- MM-46957 Use the server import validation code in mmctl by @noxer in #609
- ref: return multi-error from moveChannelCmdF by @s4kh in #570
- MM-47344: added multerror result for listChannelsCmdF (#21215) by @witjem in #573
- Refactor | Creating error at return and update tests by @ShajithaMohammed in #602
- refact: removeAllUsersFromChannel to return an error by @moogacs in #599
- commands/plugin_e2_test: fix an error assertion issue by @isacikgoz in #612
- fix mockgen error due to module versioning by @isacikgoz in #613
- Add SECURITY.md by @oh6hay in #462
- Bump github.com/spf13/viper from 1.11.0 to 1.14.0 by @dependabot in #608
- Bump github.com/magefile/mage from 1.13.0 to 1.14.0 by @dependabot in #555
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.14.0 by @dependabot in #610
- Update intro and add logo by @BenLloydPearson in #400
- [GH-21210] refactor(commands): add error handling to listCommandCmdF by @VictorAssunc in #569
- [MM-15983] Added e2e testing for configShowCmdf by @d0tplus in #460
- #21213 - Add error handling for archiveChannelsCmdF by @seowglen in #568
- MM-47811: improve error handling for removeUserFromTeam function by @hionay in #616
- [MM-48390] Validate imports against the users, teams, channels from the server by @noxer in #618
- MM-44842: Add restore user group command by @plant99 in #614
- Bump golang.org/x/image from 0.1.0 to 0.2.0 by @dependabot in #625
- Bump golang.org/x/term from 0.2.0 to 0.3.0 by @dependabot in #624
- Use go install instead of go get by @hanzei in #634
New Contributors
- @AshishDhama made their first contribution in #470
- @oh6hay made their first contribution in #432
- @dependabot made their first contribution in #483
- @phoinixgrr made their first contribution in #526
- @nadeem-hassan made their first contribution in #521
- @cwarnermm made their first contribution in #431
- @plant99 made their first contribution in #508
- @noxer made their first contribution in #553
- @atlekbai made their first contribution in #560
- @nickmisasi made their first contribution in https...
Mattermost mmctl release v7.8.1
Full Changelog: v7.8.0...v7.8.1