Skip to content

Tags: modelpack/modctl

Tags

v0.2.2

Toggle v0.2.2's commit message
v0.2.2: re-release of v0.2.1-cnai under a clean version number

Identical build to v0.2.1-cnai (commit 441e848) -- the compatibility
build that emits the legacy vnd.cnai.* / org.cnai.* wire-format
identifiers. No source changes.

Reason: the "-cnai" suffix makes 0.2.1-cnai a SemVer pre-release, which
sorts BELOW 0.2.1. rpm/deb packaging and downstream yum/apt repos will
therefore not upgrade from 0.2.1 to 0.2.1-cnai. v0.2.2 sorts above 0.2.1
and can be installed/upgraded through normal package channels while
keeping the legacy-identifier compatibility behavior.

v0.2.1-cnai

Toggle v0.2.1-cnai's commit message
Compatibility release: legacy vnd.cnai.* / org.cnai.* wire-format ide…

…ntifiers

Identical to v0.2.1 in every read path; the only difference is that the
build/push path emits the pre-CNCF identifier family (vnd.cnai.* /
org.cnai.*) instead of the modelpack identifiers introduced by PR #415.

Use this build to push model artifacts to registries whose MODEL
artifact processor is still keyed on the legacy identifiers and not
yet on application/vnd.cncf.model.manifest.v1+json. Switch back to a
standard v0.2.x release once your downstream registry registers
processors for the modelpack identifiers.

See commit 441e848 fix(build): emit legacy vnd.cnai.* identifiers for
registry compat.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(backend): add skip support to pull/fetch layer hooks (#536)

Signed-off-by: chlins <chlins.zhang@gmail.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(ci): bump Go version to 1.25 in release workflow (#496)

Signed-off-by: chlins <chlins.zhang@gmail.com>

v0.2.0-alpha.1

Toggle v0.2.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(release): add write permissions to create-release job (#459)

Signed-off-by: chlins <chlins.zhang@gmail.com>

v0.2.0-alpha.0

Toggle v0.2.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager fro…

…m 1.22.0 to 1.22.8 (#457)

build(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.22.0 to 1.22.8.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.22.0...service/mq/v1.22.8)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support recursive pattern matching in file fetching (#405)

* feat: support recursive pattern matching in file fetching

- Introduced the github.com/bmatcuk/doublestar/v4 dependency to support recursive pattern matching in file fetching.
- Updated fetch_test.go to include tests for new pattern matching capabilities, including subdirectory and wildcard patterns.
- Adjusted file paths in tests to reflect new structure.

Signed-off-by: Zhao Chen <zhaochen.zju@gmail.com>

* refactor: updated the dragonfly function to utilize doublestar.Match

- Updated the fetchByDragonfly function to utilize doublestar.Match, allowing for both simple and recursive pattern matching in file fetching.

Signed-off-by: Zhao Chen <zhaochen.zju@gmail.com>

* refactor: replace doublestar.Match with doublestar.PathMatch for improved pattern matching

- Updated the fetchByDragonfly and Fetch functions to use doublestar.PathMatch, enhancing pattern matching capabilities to support system-native path separators and recursive patterns.

Signed-off-by: Zhao Chen <zhaochen.zju@gmail.com>

---------

Signed-off-by: Zhao Chen <zhaochen.zju@gmail.com>

v0.1.2-alpha.1

Toggle v0.1.2-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump github/codeql-action from 4.31.10 to 4.31.11 (#394)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.31.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@cdefb33...19b2f06)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.2-alpha.0

Toggle v0.1.2-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(fetch): add Dragonfly integration for accelerated blob downloads (

…#392)

Signed-off-by: chlins <chlins.zhang@gmail.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): Bump d7y.io/api/v2 from 2.2.1 to 2.2.8 (#374)