Releases: gabrie30/ghorg
Releases · gabrie30/ghorg
v1.9.5
Added
- GHORG_NO_TOKEN to allow cloning no token present; thanks @6543
- GitHub App authentication; thanks @duizabojul
Changed
Deprecated
Removed
Fixed
Security
v1.9.4
Added
Changed
Deprecated
Removed
- Token length checks
Fixed
- Gitea tokens from not being found in config.yaml; thanks @Antfere
- HTTPS GitHub clones with new GH fine grain tokens; thanks @verybadsoldier
Security
- Bump github.com/spf13/viper from 1.14.0 to 1.15.0
- Bump github.com/fatih/color from 1.13.0 to 1.14.1
- Bump github.com/xanzy/go-gitlab from 0.77.0 to 0.79.1
- Bump golang.org/x/net from 0.4.0 to 0.7.0
- Bump golang.org/x/oauth2 from 0.3.0 to 0.5.0
- Bump github.com/xanzy/go-gitlab from 0.79.1 to 0.80.2
v1.9.3
Added
- Better examples for GitLab
- Better tests for local gitlab enterprise
Changed
Deprecated
Removed
Fixed
- gitlab hash concurrency issues
- all-users command directory nesting
- ls command to work with output dirs
- gitlab groups and subgroup nesting; thanks @nudgegoonies
Security
- Bump github.com/ktrysmt/go-bitbucket from 0.9.54 to 0.9.55
- Bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0
v1.9.2
v1.9.1
Added
- Ability to clone all users repos on hosted GitLab instances; thanks @mlaily
Changed
Deprecated
Removed
Fixed
- Top level GitLab groups on hosted GitLab instances now fetch all groups; thanks @mlaily
Security
- Bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0
- Bump github.com/spf13/viper from 1.13.0 to 1.14.0
v1.9.0
Added
- GHORG_INSECURE_GITEA_CLIENT to be explicit when cloning from Gitea instances using http; thanks @zerrol
Changed
Deprecated
Removed
- Logging errors from security command
Fixed
- GHORG_RECLONE_PATH from getting unset; thanks @afonsoc12
Security
- Bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.1
v1.8.8
v1.8.7
v1.8.6
v1.8.5
[1.8.5] - 7/13/22
Added
- GHORG_GIT_FILTER flag to clone command; thanks @ryanaross