Releases: CloudNativeAI/modctl
Releases · CloudNativeAI/modctl
v0.0.1-rc.4
Changelog
- 828ad24 build(deps): Bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 (#115)
- 57f62f7 build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 (#112)
- 60e5dee build(deps): Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#114)
- 0a21d51 build(deps): Bump golang.org/x/sync from 0.11.0 to 0.12.0 (#113)
- 484d8c8 feat: optimize modelfile command (#117)
- 0a39207 feat: update modelfile commands to uppercase format (#118)
- a87c190 fix: check tag or digest before remove the manifest (#116)
v0.0.1-rc.3
Changelog
- 2bbe0e9 build(deps): Bump github.com/vbauerster/mpb/v8 from 8.9.2 to 8.9.3 (#97)
- 9347ed1 build(deps): Bump golang.org/x/crypto from 0.34.0 to 0.35.0 (#96)
- 91df4e6 build(deps): Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#95)
- b639231 feat: expand file patterns for modelfile ignore and docs (#111)
- 6d49d3d feat: introduce the DOC instruction (#92)
- e8325d6 feat: support build with push and pull with extract from remote (#108)
- fcb3247 feat: support concurrent for build operation(5 concurrency by default) (#98)
- c4ea1c7 feat: support tag sub command (#90)
- 01271e4 fix: add cancel context for the parallel build flow (#110)
- 85b3c2f fix: add retry client for pull and push operation (#102)
- db16e4c fix: add the directory info to the tar header (#91)
- eb49946 fix: fix the mismatch cmd paramter name of modelfile generate (#109)
- 65f9c5e fix: print the ls output to stdout (#105)
- 69047de fix: push tag if the tag not bound to the existed manifest (#107)
- bf0c4a4 optimize: improve pull process and switch the sha256 library to simd (#103)
v0.0.1-rc.2
Changelog
- 315dec6 feat: add bufferedReader for extract (#86)
- c6d639f feat: add modelfile auto generator (#82)
- 82d5fb5 feat: add version command for modctl (#81)
- eb9f4b2 feat: add xxx.model file and enhance file pattern definitions with detailed comments (#88)
- 3775fa8 feat: align with the model-spec v0.0.2 (#87)
- 9772029 fix: check tag existence during build (#85)
v0.0.1-rc.1
Changelog
- 06ac522 feat: add version command for modctl
v0.0.1-rc.0
Changelog
- b497516 Initial commit
- 7e44118 Merge branch 'main' into feature/docs
- ad0ddd0 Merge pull request #10 from CloudNativeAI/feature/golangcilint
- dc0e3ed Merge pull request #13 from CloudNativeAI/feature/golang
- 16a5ea0 Merge pull request #25 from CloudNativeAI/fix/progress-bar
- 913fb2c Merge pull request #27 from CloudNativeAI/feature/docs
- 25cc1de Merge pull request #29 from CloudNativeAI/feature/readme
- fb0db44 Merge pull request #5 from CloudNativeAI/feature/modelfile
- 428806a build(deps): Bump actions/checkout from 4.2.0 to 4.2.1 (#4)
- 9abae10 build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#6)
- fb725a5 build(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 (#8)
- 90b0e00 build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 (#43)
- 91c3137 build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 (#58)
- b9bc3bc build(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-rc.1 to 3.0.0-rc.2 (#49)
- b0c7fa1 build(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3 (#72)
- cab9428 build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#70)
- 0a93d7e build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#32)
- 0c09b9f build(deps): Bump github.com/vbauerster/mpb/v8 from 8.8.3 to 8.9.1 (#54)
- 4a51a1c build(deps): Bump github.com/vbauerster/mpb/v8 from 8.9.1 to 8.9.2 (#64)
- b4c48fa build(deps): Bump github/codeql-action from 3.26.12 to 3.26.13 (#2)
- 8efd170 build(deps): Bump github/codeql-action from 3.26.13 to 3.27.0 (#7)
- b469f83 build(deps): Bump github/codeql-action from 3.27.0 to 3.27.4 (#26)
- bb46909 build(deps): Bump github/codeql-action from 3.27.4 to 3.27.5 (#31)
- 8bfe432 build(deps): Bump github/codeql-action from 3.27.5 to 3.27.9 (#44)
- afc1eef build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (#48)
- 7400e79 build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (#52)
- d7287ca build(deps): Bump github/codeql-action from 3.28.1 to 3.28.8 (#59)
- 94a4ab6 build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 (#61)
- 78e13ab build(deps): Bump github/codeql-action from 3.28.9 to 3.28.10 (#77)
- e4a0110 build(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#21)
- 84b897f build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#42)
- ca91651 build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.33.0 (#63)
- a3bbd40 build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.34.0 (#78)
- a00ce54 build(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#62)
- a0d46bc build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#1)
- 8c2f434 build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#56)
- f107380 build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 (#60)
- 7eb19ba build(deps): Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 (#69)
- bf1161b chore: add .golangci.yml for lint
- 55442ba chore: add ci badge and godoc badge for README.md
- 8c2702b chore: add maintainers for nfpms in .goreleaser.yml (#80)
- fd8393a chore: add releaser actions (#79)
- 0b7b342 chore: remove setup-go actions (#11)
- 509b0ba chore: update golang version to v1.23.0
- cd465f1 feat(pkg/modelfile): add support for CODE and DATASET in modelfile (#66)
- f2ef4e8 feat: Implement password encryption and HTTP registration for login functionality (#17)
- 7eac79a feat: add basic commands implementation (#9)
- b357fd6 feat: add concurrency support for pull and push operations (#45)
- 7dbde87 feat: add config pkg for commands (#12)
- 44c0c19 feat: add default storage dir for modctl (#39)
- b4769c9 feat: add http proxy option for pull command (#34)
- b67c850 feat: add insecure options for pull (#37)
- 8eb6a1f feat: add storage dir for modctl (#38)
- 3aeaf24 feat: add the ast for parsing modelfile
- a5bdde0 feat: add the filepath to the annotation (#23)
- 6b95da4 feat: add the inspect command (#24)
- b607fde feat: add unit tests (#15)
- f8dabcd feat: align with the latest model spec (#67)
- 1893ee9 feat: change defaultPullConcurrency and defaultPushConcurrency to 5 (#55)
- 0637c2a feat: change the cmd layout for go install (#16)
- 5435bae feat: import model spec repo for building (#30)
- 178b832 feat: initialize project
- 2026bea feat: support export to output path for pull command (#36)
- 405543f feat: support package code to the artifact (#74)
- a8d279a fix: add plain-http option for login cmd (#28)
- 9fd48f9 fix: build failed when registry address with port (#47)
- db1763c fix: fix progress bar stuck when error occurred during pull/push (#65)
- f95d3e8 fix: generate unique config when build model artifact (#20)
- 82f1273 fix: resolve the push error occurred in some cases (#75)
- 1e14ffe fix: update progress bar
- 17ca99a fix: update the typo command for prune in readme (#19)
- dd95023 refactor: change regex match to the glob path pattern (#73)
- 668fcf2 refactor: move out the storage initialize from function internal (#14)
- 8c0cf95 refactor: refactor the backend storage from zot to distribution (#35)