Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 09:47
· 9 commits to main since this release
d63afd0

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

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