Releases: cooperspencer/gickup
Releases · cooperspencer/gickup
Release list
v0.10.45
What's Changed
- chore: bump action versions in workflows to latest stable releases by @monwolf in #395
- Bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 by @dependabot[bot] in #397
- Fix unintentional data loss when zip is false and keep greater than or one by @jloewe in #399
- feat: Add support for S3 AWS Credentials Chain by @monwolf in #394
- Rework of BitBucket authentication by @Hildebrand-Ritense in #402
- Feature/discussion 391 add GitHub app support by @monwolf in #396
- extend ~ to home directory by @cooperspencer in #404
- updated documentation by @cooperspencer in #405
New Contributors
Full Changelog: v0.10.44...v0.10.45
v0.10.44
What's Changed
- fixed exclude org race condition by @cooperspencer in #393
Full Changelog: v0.10.43...v0.10.44
v0.10.43
What's Changed
- Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 by @dependabot[bot] in #387
- Fix Bitbucket Cloud End of Life for Cross-Workspace API by @Hildebrand-Ritense in #389
New Contributors
- @Hildebrand-Ritense made their first contribution in #389
Full Changelog: v0.10.42...v0.10.43
v0.10.42
What's Changed
- fix gitlab format issue by @cooperspencer in #386
Full Changelog: v0.10.41...v0.10.42
v0.10.41
What's Changed
- updated ktrysmt/go-bitbucket to make it work again.
- updated bitbucket and gitlab code, updated dependencies by @cooperspencer in #381
- Add Forgejo/Codeberg by @ShalokShalom in #382
New Contributors
- @ShalokShalom made their first contribution in #382
Full Changelog: v0.10.40...v0.10.41
v0.10.40
What's Changed
- github: use
afterpagination for issues instead of page numbers by @dumbmoron in #345 - Add Support for Azure blob storage as a destination by @gazzyt in #352
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #354
- Add openssh package install to Dockerfile by @ryanwalder in #357
- Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.5 by @dependabot[bot] in #361
- Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabot[bot] in #364
- updated go in containers by @cooperspencer in #360
- fix codeberg nil error by @cooperspencer in #365
- Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.1 by @dependabot[bot] in #368
- do not use the api anymore but switch to graphql by @cooperspencer in #369
- Fix linting by @cooperspencer in #372
- fix findings from 372 by @cooperspencer in #373
- add additional tests by @cooperspencer in #374
- added email header to ntfy by @cooperspencer in #376
- S3 dest: Tag backup objects with original repo's URL by @sjorsholtrop-ritense in #377
- unify docker.yml by @cooperspencer in #378
- Bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 by @dependabot[bot] in #379
New Contributors
- @dumbmoron made their first contribution in #345
- @gazzyt made their first contribution in #352
- @ryanwalder made their first contribution in #357
Full Changelog: v0.10.39...v0.10.40
v0.10.39
What's Changed
- feat(local): Add mirror mode by @soar in #308
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #318
- Make S3 backups bare by @sjorsholtrop-ritense in #316
- add backup creation date directory in s3 by @yubazh in #320
- switch from gopkg.in/yaml.v3 to github.com/goccy/go-yaml by @cooperspencer in #330
- switched to gitlab.com/gitlab-org/api/client-go by @cooperspencer in #331
- Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 by @dependabot[bot] in #332
- GitLab : prevent duplicate-project 400 error by doing a direct GetProject() lookup before create by @Arjun-Ingole in #337
- upgraded go-git to v6 by @cooperspencer in #340
- Remove defaultbranch by @cooperspencer in #343
New Contributors
- @yubazh made their first contribution in #320
- @Arjun-Ingole made their first contribution in #337
Full Changelog: v0.10.38...v0.10.39
v0.10.38
What's Changed
- use no user for token auth if token is used by @cooperspencer in #314
- there was a bug that gickup couldn't clone private repos anymore.
Full Changelog: v0.10.37...v0.10.38
v0.10.37
What's Changed
- added cloning of gists by @cooperspencer in #274
- fix docs link by @isaacasensio in #281
- Move production Docker image to Alpine by @awbn in #280
- Bump golang.org/x/crypto from 0.25.0 to 0.31.0 by @dependabot in #282
- updated golang.org/x/net by @cooperspencer in #285
- added a wait interval for api limit, break loop when user doesn't exist by @cooperspencer in #284
- Add json schema support by @socheatsok78 in #287
- added exit code when an error occured by @cooperspencer in #289
- updated dependencies and go version by @cooperspencer in #290
- Update dependencies by @cooperspencer in #298
- Bitbucket: don't assume default personal workspace exists by @sjorsholtrop-ritense in #299
- fix: Fetch LFS files explicitly in bare repositories by @soar in #303
- Fix bitbucket source, add temp token support to s3 dest by @sjorsholtrop-ritense in #302
- fix: Don't call git commands twice by @soar in #305
- add zip support for s3 destination by @sjorsholtrop-ritense in #304
- s3 token isn't always needed by @cooperspencer in #306
- Add support for specifying storageclass for S3 dest by @sjorsholtrop-ritense in #307
- add Apprise by @cooperspencer in #309
- Improve error output. Make empty-remote a warning instead of an error by @sjorsholtrop-ritense in #310
New Contributors
- @isaacasensio made their first contribution in #281
- @awbn made their first contribution in #280
- @socheatsok78 made their first contribution in #287
- @sjorsholtrop-ritense made their first contribution in #299
- @soar made their first contribution in #303
Full Changelog: v0.10.36...v0.10.37
v0.10.36
What's Changed
- return false instead of break by @cooperspencer in #271
Full Changelog: v0.10.35...v0.10.36