Releases: redhat-et/MCU
Releases · redhat-et/MCU
Release mcm-v0.1.2
What's Changed
- mcv: make sure we don't do accelerator checks with no gpu by @maryamtahhan in #112
- mcm : fix pylint by @fulvius31 in #116
- chore(deps): Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in /mcv by @dependabot[bot] in #95
- chore(deps): Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 in the github-actions group by @dependabot[bot] in #109
- chore: update to the latest docker api by @maryamtahhan in #117
- feat: disable accelerator cache timeout by @maryamtahhan in #118
- mcv: chore update examples image build by @maryamtahhan in #120
- chore(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 in the github-actions group by @dependabot[bot] in #119
- Auto-update pre-commit hooks by @github-actions[bot] in #121
- chore(deps): Bump github.com/opencontainers/runc from 1.3.0 to 1.3.3 in /mcv by @dependabot[bot] in #122
- update vendor dependencies by @Billy99 in #124
- chore: move mcv example build to use podman by @maryamtahhan in #125
- chore(deps): Bump docker/metadata-action from 5.8.0 to 5.9.0 in the github-actions group by @dependabot[bot] in #123
- chore: fixup mcv example image signing by @maryamtahhan in #126
- chore: fixup mcv example image signing to use digest by @maryamtahhan in #127
- chore: fixup mcv cosign by @maryamtahhan in #128
- chore: mcv use files for digests in image workflow by @maryamtahhan in #129
- chore: sync podman auth for cosign in MCV example images workflow by @maryamtahhan in #130
- Hotfix img build by @maryamtahhan in #131
- fix: add Docker login for cosign authentication by @maryamtahhan in #132
- refactor: mcv separate image signing into dedicated job by @maryamtahhan in #133
- Hotfix img build by @maryamtahhan in #134
- refactor:mcv examples align signing step with cosign reference example by @maryamtahhan in #135
- fix: mcv exmaples add explicit permissions to sign job for OIDC token by @maryamtahhan in #136
- debug: add Go setup and verbose cosign output for troubleshooting by @maryamtahhan in #137
- fix: use legacy signature storage mode for Quay compatibility by @maryamtahhan in #138
- fix: mcv sign images by tag instead of digest for legacy mode by @maryamtahhan in #139
- fix: mcv downgrade cosign to v2.6.1 for legacy signature compatibility by @maryamtahhan in #140
- chore: fix table alignment in mcv docs by @maryamtahhan in #153
- fix: upgrade Go version to 1.25.0 for mcv by @maryamtahhan in #154
- Auto-update pre-commit hooks by @github-actions[bot] in #144
- chore(deps): Bump github.com/sigstore/fulcio from 1.7.1 to 1.8.3 in /mcv by @dependabot[bot] in #146
- chore(deps): Bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #152
- chore(deps): Bump github.com/containernetworking/plugins from 1.8.0 to 1.9.0 in /mcv by @dependabot[bot] in #155
- mcm : Remove cluster_dims on kernel validation by @fulvius31 in #156
- MCM : add support for new vllm {binary,unpacked} cache by @fulvius31 in #158
Full Changelog: mcm-v0.1.1...mcm-v0.1.2
Release mcm-v0.1.1
What's Changed
- mcv: build and push docker image by @maryamtahhan in #90
- mcv: set image build name by @maryamtahhan in #91
- mcv: build mcv examples images by @maryamtahhan in #93
- mcv: add builder option by @maryamtahhan in #98
- Update cuda image for warmservice by @fulvius31 in #100
- mcm : Add consistency on cache_dir between strategies. by @fulvius31 in #101
- mcv: enable buildah in docker by @maryamtahhan in #99
- Mcv docker build examples by @maryamtahhan in #97
- mcv: disable preflight check if no gpu by @maryamtahhan in #102
- mcv: wait up to 1 minute for GPU init by @maryamtahhan in #103
- mcm : fix estimated storage for full prune by @fulvius31 in #104
- mcm : Make index faster by @fulvius31 in #105
- mcv: update readme on container usage with podman by @maryamtahhan in #106
- mcm : Add instructions on how to use MCM_ by @fulvius31 in #110
- mcv: update mcv to match latest rocm json by @maryamtahhan in #111
- New vLLM cache (standalone torch.compile) + legacy format compatibility by @fulvius31 in #113
- mcm : Add non-best kernel pruning by @fulvius31 in #114
- mcm : Fix hits and last access when re-index by @fulvius31 in #115
Full Changelog: mcv/v1.1.2...mcm-v0.1.1
mcv/v1.1.2: mcv: fix linting issue
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
Release mcm-v0.1.0
What's Changed
- chore: final pre-commit fixup by @maryamtahhan in #1
- Update repo path by @maryamtahhan in #2
- chore: cargohold initial commit by @maryamtahhan in #3
- chore: cargohold tidy readme by @maryamtahhan in #4
- chore: don't use json stanzas in cargohold by @maryamtahhan in #5
- chore: fixup preflight checks after metadata label by @maryamtahhan in #6
- chore(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in /cargohold by @dependabot[bot] in #8
- chore(deps): Bump actions/checkout from 3 to 4 in the github-actions group by @dependabot[bot] in #7
- Fixup paths by @maryamtahhan in #9
- chore(deps): Bump golang.org/x/net from 0.35.0 to 0.36.0 in /cargohold by @dependabot[bot] in #10
- chore(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in /cargohold by @dependabot[bot] in #11
- chore: add pylint workflow by @maryamtahhan in #13
- feats: adding TCM index and search by @fulvius31 in #12
- chore: use GITHUB_TOKEN for precommit by @maryamtahhan in #16
- Fix pre cmt by @maryamtahhan in #17
- chore: update module path by @maryamtahhan in #19
- feats: Index service and search improvements by @fulvius31 in #18
- chore(deps): Bump golang.org/x/net from 0.36.0 to 0.38.0 in /cargohold by @dependabot[bot] in #21
- feats: Migrate from sqlite to Sqlalchemy by @fulvius31 in #20
- chore: rename cargohold to tcv by @maryamtahhan in #22
- doc: add tcm logo by @maryamtahhan in #24
- feats: Pruneservice and fixes by @fulvius31 in #23
- Fix rocm indexservice by @fulvius31 in #25
- feats: Add PruneService tests and github action workflow by @fulvius31 in #26
- feat: manifest by @maryamtahhan in #27
- docs: add tcv design doc by @maryamtahhan in #28
- chore: add make install to tcv by @maryamtahhan in #29
- Tcv create with custom tag by @maryamtahhan in #31
- feats: add cache dir arg on search and prune by @fulvius31 in #32
- Tcv no gpu flag + client api by @maryamtahhan in #30
- Contributing triton_util by @UmerHA in #33
- Fix precommit 33 by @maryamtahhan in #34
- Update Readme.md by @maryamtahhan in #35
- chore: tidy up readme by @maryamtahhan in #36
- feats : Switch primarykey from only hash to hash and cache_dir by @fulvius31 in #38
- Fix: Fix search on index service by @fulvius31 in #39
- Add cache dir on pruneservice by @fulvius31 in #40
- docs: update readme with cosign info by @maryamtahhan in #41
- Cosign by @maryamtahhan in #42
- docs: update image name in tcv readme by @maryamtahhan in #43
- Auto-update pre-commit hooks by @github-actions[bot] in #37
- chore: add tcv image build by @maryamtahhan in #44
- chore: disable tcv-image-build by @maryamtahhan in #45
- chore: tcv add preflight check client api by @maryamtahhan in #46
- WarmService V0 by @fulvius31 in #47
- Update readme for TCM by @fulvius31 in #49
- Add image to tcm readme.md by @fulvius31 in #50
- Add screenshot to TCM readme by @fulvius31 in #51
- Fix: Get metadata using the cache dir as first method by @fulvius31 in #52
- minor updates to readme files by @Billy99 in #48
- tcv: fix golint issue by @maryamtahhan in #54
- feats: add triton cache tracker by @fulvius31 in #55
- tcm: Add basic tests for the tracker and collector by @fulvius31 in #57
- chore(deps): Bump github.com/containers/podman/v5 from 5.3.2 to 5.5.2 in /tcv by @dependabot[bot] in #53
- tcm : add cache hit on criteria by @fulvius31 in #59
- tcm : Fix last access by @fulvius31 in #60
- tcm : remove cache miss on tracker by @fulvius31 in #61
- tcm : Remove runtime_miss from db model by @fulvius31 in #62
- chore: rename tcv by @maryamtahhan in #58
- chore: pylint ignore cache examples by @maryamtahhan in #63
- chore: mcv cleanup tmp extract dir by @maryamtahhan in #64
- chore: Rename TCM to MCM by @fulvius31 in #65
- tcm to mcm : Fix pylint workflow by @fulvius31 in #66
- mcv: extend client api by @maryamtahhan in #69
- chore: mcv client api return generic gpu fleet info by @maryamtahhan in #70
- mcv: chore update mcv image by @maryamtahhan in #72
- fix: pylint workflow including paths-ignore as a negated pattern by @fulvius31 in #67
- chore(deps): Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #71
- pylint fix : exclude mcv by @fulvius31 in #75
- feats : Add vLLM support for index, prune and search by @fulvius31 in #68
- chore: rename TKDK to MCU by @maryamtahhan in #73
- Update mcm readme by @fulvius31 in #76
- Add mcm release workflow based on tag mcm-v by @fulvius31 in #77
New Contributors
- @maryamtahhan made their first contribution in #1
- @dependabot[bot] made their first contribution in #8
- @fulvius31 made their first contribution in #12
- @UmerHA made their first contribution in #33
- @github-actions[bot] made their first contribution in #37
- @Billy99 made their first contribution in #48
Full Changelog: https://github.com/redhat-et/MCU/commits/mcm-v0.1.0