Releases: modelpack/modctl
Releases · modelpack/modctl
v0.2.1-alpha
What's Changed
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14 by @dependabot[bot] in #485
- build(deps): Bump d7y.io/api/v2 from 2.2.26 to 2.2.28 by @dependabot[bot] in #486
- build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.80.0 by @dependabot[bot] in #489
- fix(Huggingface): support modern
hfCLI and new token location by @ilopezluna in #482 - fix: use InferFileType in getProcessor for unrecognized file extensions by @aftersnow in #499
- build(deps): Bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #500
- build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #501
- build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.8 to 1.22.13 by @dependabot[bot] in #502
- build(deps): Bump github.com/distribution/distribution/v3 from 3.0.0 to 3.1.0 by @dependabot[bot] in #503
- feat: add --include flag to modelfile generate by @aftersnow in #473
- build(deps): Bump github/codeql-action from 4.34.1 to 4.35.2 by @dependabot[bot] in #513
- build(deps): Bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in #514
- build(deps): Bump github.com/go-git/go-git/v5 from 5.17.0 to 5.18.0 by @dependabot[bot] in #515
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.0 to 1.99.1 by @dependabot[bot] in #516
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.126.0 to 0.127.0 by @dependabot[bot] in #517
- fix(pb): make disableProgress race-free with sync/atomic.Bool by @SAY-5 in #511
- docs: change the copyright from CNAI to ModelPack by @chlins in #523
- feat: log environment info and IO throughput summary for debugging by @aftersnow in #490
- build(deps): Bump github/codeql-action from 4.35.2 to 4.35.3 by @dependabot[bot] in #531
- Classify Hugging Face tokenizer and runtime artifacts by @aftersnow in #529
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.127.0 to 0.130.0 by @dependabot[bot] in #528
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 by @dependabot[bot] in #526
- build(deps): Bump golang.org/x/sys from 0.41.0 to 0.43.0 by @dependabot[bot] in #524
- [codex] Update diagnostic package copyright headers by @aftersnow in #535
- feat(backend): add skip support to pull/fetch layer hooks by @chlins in #536
New Contributors
- @ilopezluna made their first contribution in #482
- @SAY-5 made their first contribution in #511
Full Changelog: v0.2.0...v0.2.1
What's Changed
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14 by @dependabot[bot] in #485
- build(deps): Bump d7y.io/api/v2 from 2.2.26 to 2.2.28 by @dependabot[bot] in #486
- build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.80.0 by @dependabot[bot] in #489
- fix(Huggingface): support modern
hfCLI and new token location by @ilopezluna in #482 - fix: use InferFileType in getProcessor for unrecognized file extensions by @aftersnow in #499
- build(deps): Bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #500
- build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #501
- build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.8 to 1.22.13 by @dependabot[bot] in #502
- build(deps): Bump github.com/distribution/distribution/v3 from 3.0.0 to 3.1.0 by @dependabot[bot] in #503
- feat: add --include flag to modelfile generate by @aftersnow in #473
- build(deps): Bump github/codeql-action from 4.34.1 to 4.35.2 by @dependabot[bot] in #513
- build(deps): Bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in #514
- build(deps): Bump github.com/go-git/go-git/v5 from 5.17.0 to 5.18.0 by @dependabot[bot] in #515
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.0 to 1.99.1 by @dependabot[bot] in #516
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.126.0 to 0.127.0 by @dependabot[bot] in #517
- fix(pb): make disableProgress race-free with sync/atomic.Bool by @SAY-5 in #511
- docs: change the copyright from CNAI to ModelPack by @chlins in #523
- feat: log environment info and IO throughput summary for debugging by @aftersnow in #490
- build(deps): Bump github/codeql-action from 4.35.2 to 4.35.3 by @dependabot[bot] in #531
- Classify Hugging Face tokenizer and runtime artifacts by @aftersnow in #529
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.127.0 to 0.130.0 by @dependabot[bot] in #528
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 by @dependabot[bot] in #526
- build(deps): Bump golang.org/x/sys from 0.41.0 to 0.43.0 by @dependabot[bot] in #524
- [codex] Update diagnostic package copyright headers by @aftersnow in #535
- feat(backend): add skip support to pull/fetch layer hooks by @chlins in #536
New Contributors
- @ilopezluna made their first contribution in #482
- @SAY-5 made their first contribution in #511
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Model Artifact Media Type Updates
This version uses the latest model specification. As a result, the media types of built model artifacts may differ from previous versions.
Notice
- Model artifact media types have been updated.
- This may affect compatibility with existing workflows.
- Please verify your deployment and registry configurations.
- For detailed information about the changes, refer to the [model-spec definition](https://github.com/modelpack/model-spec).
What's Changed
- feat: switch to the modelpack model-spec by @chlins in #415
- build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in #416
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #418
- build(deps): Bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in #420
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.104.0 to 0.107.0 by @dependabot[bot] in #421
- build(deps): Bump github/codeql-action from 4.32.2 to 4.32.4 by @dependabot[bot] in #422
- docs: fix typo in tag command help text by @rishi-jat in #424
- docs: fix typo in generate flag description by @rishi-jat in #425
- chore: fix incorrect panic messages for viper flag binding by @rishi-jat in #431
- fix: bind prune and version flags to correct cobra command by @rishi-jat in #430
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.10 by @dependabot[bot] in #443
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.3 to 8.12.0 by @dependabot[bot] in #440
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 by @dependabot[bot] in #439
- build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #438
- build(deps): Bump actions/setup-go from 5.6.0 to 6.3.0 by @dependabot[bot] in #437
- build(deps): Bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot[bot] in #436
- fix: rename StoargeDir to StorageDir by @rishi-jat in #434
- refactor: use cmd.Context() instead of context.Background() in commands by @rishi-jat in #435
- docs: sync modctl man page with CLI and replace hardcoded default path by @rishi-jat in #426
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.11 by @dependabot[bot] in #445
- build(deps): Bump github/codeql-action from 4.32.4 to 4.32.6 by @dependabot[bot] in #444
- fix: remove UnknownFlags whitelist from subcommands by @rishi-jat in #432
- docs: sync getting-started guide with CLI commands by @rishi-jat in #427
- Use SI units for size display by @chlins in #423
- Restore original log levels in logging refactor by @Copilot in #429
- test(codec): add tests for raw and tar codecs by @rishi-jat in #450
- test(retry): add tests for retry logic by @rishi-jat in #451
- build(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.41.3 to 1.41.4 by @dependabot[bot] in #458
- build(deps): Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by @dependabot[bot] in #456
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.112.0 to 0.121.0 by @dependabot[bot] in #455
- build(deps): Bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in #453
- build(deps): Bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #452
- build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.0 to 1.22.8 by @dependabot[bot] in #457
- ci(release): add write permissions to create-release job by @chlins in #459
- test(git): Enhance Git parser tests with temporary repository setup by @aftersnow in #406
- feat(modelfile): add missing ModelScope LFS file patterns by @aftersnow in #460
- build(deps): Bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #461
- build(deps): Bump d7y.io/api/v2 from 2.2.8 to 2.2.26 by @dependabot[bot] in #462
- build(deps): Bump github/codeql-action from 4.32.6 to 4.34.1 by @dependabot[bot] in #463
- build(deps): Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by @dependabot[bot] in #465
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.121.0 to 0.126.0 by @dependabot[bot] in #466
- build(ci): bump Go version to 1.25 in release workflow by @chlins in #496
New Contributors
- @rishi-jat made their first contribution in #424
- @Copilot made their first contribution in #429
Full Changelog: v0.1.2...v0.2.0
v0.2.0-alpha.1
Model Artifact Media Type Updates
This version uses the latest model specification. As a result, the media types of built model artifacts may differ from previous versions.
Notice
- Model artifact media types have been updated.
- This may affect compatibility with existing workflows.
- Please verify your deployment and registry configurations.
- For detailed information about the changes, refer to the [model-spec definition](https://github.com/modelpack/model-spec).
What's Changed
- feat: switch to the modelpack model-spec by @chlins in #415
- build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in #416
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #418
- build(deps): Bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in #420
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.104.0 to 0.107.0 by @dependabot[bot] in #421
- build(deps): Bump github/codeql-action from 4.32.2 to 4.32.4 by @dependabot[bot] in #422
- docs: fix typo in tag command help text by @rishi-jat in #424
- docs: fix typo in generate flag description by @rishi-jat in #425
- chore: fix incorrect panic messages for viper flag binding by @rishi-jat in #431
- fix: bind prune and version flags to correct cobra command by @rishi-jat in #430
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.10 by @dependabot[bot] in #443
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.3 to 8.12.0 by @dependabot[bot] in #440
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 by @dependabot[bot] in #439
- build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #438
- build(deps): Bump actions/setup-go from 5.6.0 to 6.3.0 by @dependabot[bot] in #437
- build(deps): Bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot[bot] in #436
- fix: rename StoargeDir to StorageDir by @rishi-jat in #434
- refactor: use cmd.Context() instead of context.Background() in commands by @rishi-jat in #435
- docs: sync modctl man page with CLI and replace hardcoded default path by @rishi-jat in #426
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.11 by @dependabot[bot] in #445
- build(deps): Bump github/codeql-action from 4.32.4 to 4.32.6 by @dependabot[bot] in #444
- fix: remove UnknownFlags whitelist from subcommands by @rishi-jat in #432
- docs: sync getting-started guide with CLI commands by @rishi-jat in #427
- Use SI units for size display by @chlins in #423
- Restore original log levels in logging refactor by @Copilot in #429
- test(codec): add tests for raw and tar codecs by @rishi-jat in #450
- test(retry): add tests for retry logic by @rishi-jat in #451
- build(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.41.3 to 1.41.4 by @dependabot[bot] in #458
- build(deps): Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by @dependabot[bot] in #456
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.112.0 to 0.121.0 by @dependabot[bot] in #455
- build(deps): Bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in #453
- build(deps): Bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #452
- build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.0 to 1.22.8 by @dependabot[bot] in #457
- ci(release): add write permissions to create-release job by @chlins in #459
New Contributors
- @rishi-jat made their first contribution in #424
- @Copilot made their first contribution in #429
Full Changelog: v0.1.2...v0.2.0-alpha.1
v0.1.2
What's Changed
- Workflow for periodically building top models from huggingFace by @avinashsingh77 in #371
- build(deps): Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #376
- build(deps): Bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #377
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #378
- build(deps): Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #379
- build(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #380
- build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #381
- refactor(cache): replace xattr-based caching with file-based cache by @chlins in #383
- Skip models which require authorization by @avinashsingh77 in #384
- build(deps): Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #390
- build(deps): Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in #389
- build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.47.0 by @dependabot[bot] in #388
- build(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #386
- build(deps): Bump actions/checkout from 4.3.1 to 6.0.1 by @dependabot[bot] in #385
- feat(fetch): add Dragonfly integration for accelerated blob downloads by @chlins in #392
- Feature/mlflow support by @aagumin in #373
- Use Commit SHAs in
build-top-models.ymlworkflow by @bupd in #398 - build(deps): Bump github/codeql-action from 4.31.10 to 4.31.11 by @dependabot[bot] in #394
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.100.0 to 0.103.0 by @dependabot[bot] in #403
- build(deps): Bump actions/cache from 5.0.1 to 5.0.3 by @dependabot[bot] in #400
- build(deps): Bump github/codeql-action from 4.31.11 to 4.32.0 by @dependabot[bot] in #399
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0 by @dependabot[bot] in #402
- build(deps): Bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #412
- build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.21.0 to 1.22.0 by @dependabot[bot] in #411
- build(deps): Bump github.com/databricks/databricks-sdk-go from 0.103.0 to 0.104.0 by @dependabot[bot] in #410
- build(deps): Bump github/codeql-action from 4.32.0 to 4.32.2 by @dependabot[bot] in #408
- feat: support recursive pattern matching in file fetching by @aftersnow in #405
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.2-alpha.1
What's Changed
- Feature/mlflow support by @aagumin in #373
- Use Commit SHAs in
build-top-models.ymlworkflow by @bupd in #398 - build(deps): Bump github/codeql-action from 4.31.10 to 4.31.11 by @dependabot[bot] in #394
New Contributors
Full Changelog: v0.1.2-alpha.0...v0.1.2-alpha.1
v0.1.2-alpha.0
What's Changed
- Workflow for periodically building top models from huggingFace by @avinashsingh77 in #371
- build(deps): Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #376
- build(deps): Bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #377
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #378
- build(deps): Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #379
- build(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #380
- build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #381
- refactor(cache): replace xattr-based caching with file-based cache by @chlins in #383
- Skip models which require authorization by @avinashsingh77 in #384
- build(deps): Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #390
- build(deps): Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in #389
- build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.47.0 by @dependabot[bot] in #388
- build(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #386
- build(deps): Bump actions/checkout from 4.3.1 to 6.0.1 by @dependabot[bot] in #385
- feat(fetch): add Dragonfly integration for accelerated blob downloads by @chlins in #392
Full Changelog: v0.1.1...v0.1.2-alpha.0
v0.1.1
What's Changed
- refactor(xattr): extract xattr operations to dedicated package by @chlins in #331
- refactor(retry): update default retry options by @chlins in #333
- build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #334
- build(deps): Bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #335
- build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #336
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #337
- build(deps): Bump d7y.io/api/v2 from 2.1.81 to 2.1.83 by @dependabot[bot] in #339
- build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #340
- feat: support modelfile generate with exclude patterns by @qiumuyang in #332
- fix(processor): correct error handling and annotations logic by @chlins in #341
- build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #346
- build(deps): Bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #347
- build(deps): Bump d7y.io/api/v2 from 2.1.83 to 2.1.89 by @dependabot[bot] in #348
- build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #349
- build(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #351
- build(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #352
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #353
- build(deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #354
- build(deps): Bump d7y.io/api/v2 from 2.1.89 to 2.1.94 by @dependabot[bot] in #355
- build(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #358
- Add support for modelFile generate via model providers model_url by @avinashsingh77 in #329
- Chore: Pin GitHub Actions to commit SHAs with version comments by @bupd in #360
- feat(attach,upload): add destination-dir flag for custom file paths by @chlins in #363
- build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #369
- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #367
- build(deps): Bump d7y.io/api/v2 from 2.1.94 to 2.2.1 by @dependabot[bot] in #366
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.2 to 8.11.3 by @dependabot[bot] in #365
- build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #364
- feat(remote): add host info headers to HTTP requests by @chlins in #370
- ci(workflows): update macOS runner versions for release by @chlins in #372
- build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.78.0 by @dependabot[bot] in #375
- build(deps): Bump d7y.io/api/v2 from 2.2.1 to 2.2.8 by @dependabot[bot] in #374
New Contributors
- @qiumuyang made their first contribution in #332
- @avinashsingh77 made their first contribution in #329
Full Changelog: v0.1.0...v0.1.1
v0.1.1-beta.0
What's Changed
- refactor(xattr): extract xattr operations to dedicated package by @chlins in #331
- refactor(retry): update default retry options by @chlins in #333
- build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #334
- build(deps): Bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #335
- build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #336
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #337
- build(deps): Bump d7y.io/api/v2 from 2.1.81 to 2.1.83 by @dependabot[bot] in #339
- build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #340
- feat: support modelfile generate with exclude patterns by @qiumuyang in #332
- fix(processor): correct error handling and annotations logic by @chlins in #341
- build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #346
- build(deps): Bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #347
- build(deps): Bump d7y.io/api/v2 from 2.1.83 to 2.1.89 by @dependabot[bot] in #348
- build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #349
- build(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #351
- build(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #352
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #353
- build(deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #354
- build(deps): Bump d7y.io/api/v2 from 2.1.89 to 2.1.94 by @dependabot[bot] in #355
- build(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #358
- Add support for modelFile generate via model providers model_url by @avinashsingh77 in #329
- Chore: Pin GitHub Actions to commit SHAs with version comments by @bupd in #360
- feat(attach,upload): add destination-dir flag for custom file paths by @chlins in #363
- build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #369
- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #367
- build(deps): Bump d7y.io/api/v2 from 2.1.94 to 2.2.1 by @dependabot[bot] in #366
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.2 to 8.11.3 by @dependabot[bot] in #365
- build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #364
- feat(remote): add host info headers to HTTP requests by @chlins in #370
- ci(workflows): update macOS runner versions for release by @chlins in #372
New Contributors
- @qiumuyang made their first contribution in #332
- @avinashsingh77 made their first contribution in #329
Full Changelog: v0.1.0...v0.1.1-beta.0
v0.1.1-alpha.1
What's Changed
- refactor(xattr): extract xattr operations to dedicated package by @chlins in #331
- refactor(retry): update default retry options by @chlins in #333
- build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #334
- build(deps): Bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #335
- build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #336
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #337
- build(deps): Bump d7y.io/api/v2 from 2.1.81 to 2.1.83 by @dependabot[bot] in #339
- build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #340
- feat: support modelfile generate with exclude patterns by @qiumuyang in #332
- fix(processor): correct error handling and annotations logic by @chlins in #341
- build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #346
- build(deps): Bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #347
- build(deps): Bump d7y.io/api/v2 from 2.1.83 to 2.1.89 by @dependabot[bot] in #348
- build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #349
- build(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #351
- build(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #352
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #353
- build(deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #354
- build(deps): Bump d7y.io/api/v2 from 2.1.89 to 2.1.94 by @dependabot[bot] in #355
- build(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #358
- Add support for modelFile generate via model providers model_url by @avinashsingh77 in #329
- Chore: Pin GitHub Actions to commit SHAs with version comments by @bupd in #360
- feat(attach,upload): add destination-dir flag for custom file paths by @chlins in #363
- build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #369
- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #367
- build(deps): Bump d7y.io/api/v2 from 2.1.94 to 2.2.1 by @dependabot[bot] in #366
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.2 to 8.11.3 by @dependabot[bot] in #365
- build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #364
- feat(remote): add host info headers to HTTP requests by @chlins in #370
- ci(workflows): update macOS runner versions for release by @chlins in #372
New Contributors
- @qiumuyang made their first contribution in #332
- @avinashsingh77 made their first contribution in #329
Full Changelog: v0.1.0...v0.1.1-alpha.1
v0.1.1-alpha.0
What's Changed
- refactor(xattr): extract xattr operations to dedicated package by @chlins in #331
- refactor(retry): update default retry options by @chlins in #333
- build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #334
- build(deps): Bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #335
- build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #336
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #337
- build(deps): Bump d7y.io/api/v2 from 2.1.81 to 2.1.83 by @dependabot[bot] in #339
- build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #340
- feat: support modelfile generate with exclude patterns by @qiumuyang in #332
- fix(processor): correct error handling and annotations logic by @chlins in #341
- build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #346
- build(deps): Bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #347
- build(deps): Bump d7y.io/api/v2 from 2.1.83 to 2.1.89 by @dependabot[bot] in #348
- build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #349
- build(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #351
- build(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #352
- build(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #353
- build(deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #354
- build(deps): Bump d7y.io/api/v2 from 2.1.89 to 2.1.94 by @dependabot[bot] in #355
- build(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #358
- Add support for modelFile generate via model providers model_url by @avinashsingh77 in #329
- Chore: Pin GitHub Actions to commit SHAs with version comments by @bupd in #360
- feat(attach,upload): add destination-dir flag for custom file paths by @chlins in #363
- build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #369
- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #367
- build(deps): Bump d7y.io/api/v2 from 2.1.94 to 2.2.1 by @dependabot[bot] in #366
- build(deps): Bump github.com/vbauerster/mpb/v8 from 8.11.2 to 8.11.3 by @dependabot[bot] in #365
- build(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #364
- feat(remote): add host info headers to HTTP requests by @chlins in #370
- ci(workflows): update macOS runner versions for release by @chlins in #372
New Contributors
- @qiumuyang made their first contribution in #332
- @avinashsingh77 made their first contribution in #329
Full Changelog: v0.1.0...v0.1.1-alpha.0