Releases: gabrie30/ghorg
Releases · gabrie30/ghorg
v1.11.0
Added
- Reclone name and description to reclone output
- GHORG_PRESERVE_SCM_HOSTNAME, to organize clones by a top level SCM hostname folder; thanks @rrrix
- GHORG_PRUNE_UNTOUCHED, to prune repos that users make no changes in; thanks @MaxG87
- GHORG_GITHUB_TOKEN_FROM_GITHUB_APP to handle github app tokens; thanks @PaarthShah
- Command reclone-server, to run ad hoc reclone commands via HTTP requests
- Command reclone-cron, to run periodic reclone commands on a timer
Changed
- Breaking Change: Self hosted gitlab clones will now include the top level domain in the default output directory
v1.10.0
Added
- GHORG_NO_DIR_SIZE flag to turn off directory size output which is now enabled by default
- GHORG_STATS_ENABLED flag to track clone data over time, set to false by default
- Added two new flags to the
ghorg ls
command:--long
and--total
, which provide additional information about the cloned directories. - GHORG_GITHUB_FILTER_LANGUAGE to filter clones by repo language
Removed
- GHORG_RECLONE_VERBOSE flag
Security
- Bump code.gitea.io/sdk/gitea from 0.18.0 to 0.19.0 (#441)
- Bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 (#442)
- Bump rexml from 3.2.8 to 3.3.3 in /site (#443)
- Bump rexml from 3.3.3 to 3.3.6 in /site (#444)
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#447)
- Bump github.com/xanzy/go-gitlab from 0.107.0 to 0.108.0 (#446)
v1.9.13
Added
- GHORG_CLONE_SNIPPETS as a way to clone all snippets, gitlab only
- Commit count to clone output
Fixed
- Refs to deprecated io/ioutil (#415); thanks @testwill
- Bitbucket clones without app password; thanks @SparklingAperioso
- Github user repo clone options to be configurable; thanks @anton-kotik, @alexcurtin
- Failing checkout when default branch changes on remote; thanks @zarthross
Security
- Update go version to 1.22
- Updated go github from v41 to v62
- Bump rexml from 3.2.5 to 3.2.8 in /site (#414)
- Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#419)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.10.0 to 2.11.0 (#420)
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#422)
- Bump github.com/xanzy/go-gitlab from 0.103.0 to 0.105.0 (#423)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.79 to 0.9.80 (#421)
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 (#427)
- Bump golang.org/x/image from 0.10.0 to 0.18.0 (#428)
- Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#431)
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#432)
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#433)
v1.9.12
Added
- Additional info to git commands when debug is enabled; thanks @fey
- GHORG_TARGET_REPOS_PATH now outputs target repos not found in the org
- ssh-client to docker image; thanks @fey
Changed
Deprecated
Removed
Fixed
- GHORG_TARGET_REPOS_PATH working with GHORG_CLONE_WIKI; thanks @han911976
Security
v1.9.11
Added
- GHORG_TARGET_REPOS_PATH - allowing you to clone a list of individual repos
Changed
Deprecated
Removed
Fixed
- GitLab group calls by id instead of by name; thanks @angelabad (#400)
Security
- Bump golang.org/x/net from 0.22.0 to 0.23.0 (#401)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.76 to 0.9.77 (#398)
- Bump github.com/xanzy/go-gitlab from 0.98.0 to 0.101.0 (#396) (9 days ago)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.9.0 to 2.10.0 (#397)
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#395)
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#394)
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#392)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.74 to 0.9.76 (#393)
- Bump github.com/xanzy/go-gitlab from 0.96.0 to 0.98.0 (#391)
- Bump github.com/xanzy/go-gitlab from 0.95.2 to 0.96.0 (#386)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.73 to 0.9.74 (#387)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.8.0 to 2.9.0 (#388)
v1.9.10
Added
- Automated docker images (#354); thanks @afonsoc12
- Docker support for armv7 (#361); thanks @LuckyTurtleDev
Changed
- Allow using file paths in --token (#358); thanks @dvonessen
Deprecated
Removed
Fixed
- Release version name; thanks @gbloquel
Security
- Various dependency updates
v1.9.9
v1.9.8
Added
Changed
Deprecated
Removed
Fixed
Security
- Update go version to 1.20
- Bump github.com/ktrysmt/go-bitbucket from 0.9.60 to 0.9.63 (#329)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.5.0 to 2.6.0 (#327)
- Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.89.0 (#326)
- Bump golang.org/x/image from 0.0.0-20220302094943-723b81ca9867 to 0.5.0 (#333)
v1.9.7
Added
- Reclone list flag
Changed
Deprecated
Removed
Fixed
- Clone help text referencing old default config path; thanks @MaxG87