Skip to content

Releases: modelpack/modctl

v0.1.0-alpha.1

28 Sep 06:11
50746ae

Choose a tag to compare

What's Changed

  • build(deps): Bump d7y.io/api/v2 from 2.1.57 to 2.1.62 by @dependabot[bot] in #273
  • build(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #272
  • build(deps): Bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #271
  • build(deps): Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #269
  • build(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #268
  • build(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #267
  • build(deps): Bump github/codeql-action from 3.29.11 to 3.30.1 by @dependabot[bot] in #266
  • chore: use PAT token for pull request in e2e test by @chlins in #275
  • build(deps): Bump golang.org/x/crypto from 0.41.0 to 0.42.0 by @dependabot[bot] in #283
  • build(deps): Bump d7y.io/api/v2 from 2.1.62 to 2.1.65 by @dependabot[bot] in #278
  • build(deps): Bump github/codeql-action from 3.30.1 to 3.30.3 by @dependabot[bot] in #279
  • ci(e2e): remove PR event and unify registry login by @chlins in #284
  • build(deps): Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #282
  • build(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #281
  • revert: switch back to the legacy mediatype for v0.1.0 by @chlins in #287
  • fix(backend): remove redundant filepath check in extractLayer by @chlins in #288
  • build(deps): Bump d7y.io/api/v2 from 2.1.65 to 2.1.68 by @dependabot[bot] in #289
  • Chore: Upgrade GolangCI-Lint To Support Go1.25 by @bupd in #274
  • feat(build): add flag to omit creation timestamp for reproducible builds by @chlins in #277

Full Changelog: v0.1.0-alpha.0...v0.1.0-alpha.1

v0.1.0-alpha.0

01 Sep 08:42
21e382c

Choose a tag to compare

What's Changed

  • build(deps): Bump github.com/antgroup/hugescm from 0.18.2 to 0.18.3 by @dependabot[bot] in #234
  • build(deps): Bump d7y.io/api/v2 from 2.1.41 to 2.1.44 by @dependabot[bot] in #233
  • refactor: remove nydusify logic from backend by @chlins in #235
  • ci(release): switch build tag from disable_libgit2 to enable_libgit2 by @chlins in #236
  • feat: migrate modelpack and support build the model as reasoning model by @chlins in #237
  • build(deps): Bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #238
  • build(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #240
  • build(deps): Bump d7y.io/api/v2 from 2.1.44 to 2.1.54 by @dependabot[bot] in #245
  • build(deps): Bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #246
  • build(deps): Bump golang.org/x/crypto from 0.40.0 to 0.41.0 by @dependabot[bot] in #248
  • build(deps): Bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #249
  • build(deps): Bump d7y.io/api/v2 from 2.1.54 to 2.1.57 by @dependabot[bot] in #250
  • build(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #251
  • build(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #252
  • ci: add GitHub Actions workflow for E2E testing by @bergwolf in #255
  • build(deps): Bump github/codeql-action from 3.29.8 to 3.29.9 by @dependabot[bot] in #260
  • build(deps): Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #259
  • build(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #258
  • build(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #257
  • feat: shows the built time of each layer by @bcfre in #244
  • build(deps): Bump github/codeql-action from 3.29.9 to 3.29.11 by @dependabot[bot] in #264
  • build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #263
  • build(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #261
  • docs: update command descriptions to be more descriptive by @chlins in #256
  • fix: ensure the file type match pattern includes folder case by @chlins in #265

New Contributors

Full Changelog: v0.0.5...v0.1.0-alpha.0

v0.0.5

21 Jul 06:35
73b4dce

Choose a tag to compare

What's Changed

  • build(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot[bot] in #217
  • build(deps): Bump github.com/antgroup/hugescm from 0.18.0 to 0.18.2 by @dependabot[bot] in #218
  • build(deps): Bump d7y.io/api/v2 from 2.1.39 to 2.1.40 by @dependabot[bot] in #219
  • feat: support the upload command and optimize the log by @chlins in #215
  • refactor: increase the retry timeout and wrap the error for retry by @chlins in #221
  • docs: add the docs for upload command by @chlins in #220
  • fix: errgroup context cancled after Wait by @chlins in #222
  • build(deps): Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot[bot] in #223
  • feat: support inspect the config by @chlins in #224
  • feat: support attach the config to existed model artifact by @chlins in #225
  • feat: add the MediaType of layer to inspected result by @chlins in #226
  • build(deps): Bump d7y.io/api/v2 from 2.1.40 to 2.1.41 by @dependabot[bot] in #230
  • build(deps): Bump golang.org/x/crypto from 0.39.0 to 0.40.0 by @dependabot[bot] in #229
  • feat: support using --authfile to login image repository by @bcfre in #231
  • Add CNCF copyright footer text by @krook in #232

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.5-rc.2

21 Jul 04:31
e698c62

Choose a tag to compare

What's Changed

  • build(deps): Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #223
  • feat: support inspect the config by @chlins in #224
  • feat: support attach the config to existed model artifact by @chlins in #225

Full Changelog: v0.0.5-rc.1...v0.0.5-rc.2

v0.0.5-rc.1

03 Jul 03:34
8a44ae4

Choose a tag to compare

What's Changed

  • docs: add the docs for upload command by @chlins in #220
  • fix: errgroup context cancled after Wait by @chlins in #222

Full Changelog: v0.0.5-rc.0...v0.0.5-rc.1

v0.0.5-rc.0

02 Jul 08:15
2b92adf

Choose a tag to compare

What's Changed

  • build(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot in #217
  • build(deps): Bump github.com/antgroup/hugescm from 0.18.0 to 0.18.2 by @dependabot in #218
  • build(deps): Bump d7y.io/api/v2 from 2.1.39 to 2.1.40 by @dependabot in #219
  • feat: support the upload command and optimize the log by @chlins in #215
  • refactor: increase the retry timeout and wrap the error for retry by @chlins in #221

Full Changelog: v0.0.4...v0.0.5-rc.0

v0.0.4-rc.4

24 Jun 07:18
b908218

Choose a tag to compare

What's Changed

  • feat: output the runtime log to the log file by @chlins in #214

Full Changelog: v0.0.4-rc.3...v0.0.4-rc.4

v0.0.4

30 Jun 03:14
b908218

Choose a tag to compare

What's Changed

  • fix: skip the owner validation during parse the git source info by @chlins in #191
  • feat: add more file type by @aftersnow in #192
  • feat: support build the model artifact by raw file format by @chlins in #188
  • build(deps): Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #194
  • build(deps): Bump github.com/vbauerster/mpb/v8 from 8.10.1 to 8.10.2 by @dependabot in #195
  • build(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #197
  • build(deps): Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 by @dependabot in #198
  • build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot in #196
  • feat(nydusify): support convert raw format of modctl artifact by @BraveY in #199
  • build(deps): Bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 by @dependabot in #202
  • build(deps): Bump github.com/CloudNativeAI/model-spec from 0.0.5 to 0.0.6 by @dependabot in #201
  • build(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #200
  • feat: support pull the blob from dragonfly unix socket by @chlins in #193
  • refactor: move the PullByDragonfly as private method by @chlins in #204
  • build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.73.0 by @dependabot in #206
  • feat: support raw format for attach command by @chlins in #209
  • Support build unknown type by @aftersnow in #210
  • fix: cancel context when using errgroup for error return earlier by @chlins in #213
  • feat: enhance modelfile handling for paths with spaces and improve co… by @aftersnow in #211
  • feat: enhance file path handling in Process method by @aftersnow in #212
  • feat: output the runtime log to the log file by @chlins in #214

Full Changelog: v0.0.3...v0.0.4

v0.0.4-rc.3

23 Jun 02:57
b1e3dbf

Choose a tag to compare

What's Changed

  • Support build unknown type by @aftersnow in #210
  • fix: cancel context when using errgroup for error return earlier by @chlins in #213
  • feat: enhance modelfile handling for paths with spaces and improve co… by @aftersnow in #211
  • feat: enhance file path handling in Process method by @aftersnow in #212

Full Changelog: v0.0.4-rc.2...v0.0.4-rc.3

v0.0.4-rc.2

20 Jun 02:48
1bd9957

Choose a tag to compare

v0.0.4-rc.2 Pre-release
Pre-release

What's Changed

  • build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.73.0 by @dependabot in #206
  • feat: support raw format for attach command by @chlins in #209

Full Changelog: v0.0.4-rc.1...v0.0.4-rc.2