Morlay
Morlay
1.33 released, which Endpoints not supported. https://kubernetes.io/blog/2025/04/24/endpoints-deprecation/
Here is a simple implement without publish hooks (just work) https://github.com/innoai-tech/nodekit/tree/main/nodedevpkg/bunpublish (published https://github.com/orgs/innoai-tech/packages/npm/package/bunpublish) reuse `install.registry.token`, but may `publish.registry.token` in future
split as single package https://github.com/morlay/bunpublish
@vveisard may consider to use export condition instead. ```json "exports": { "bun": "./src/index.ts", "import": "./out/index.js" } ``` Realword example: https://github.com/innoai-tech/nodekit/blob/main/nodepkg/config/package.json#L21-L43 which support nodejs too.
Known Issue: `lib/mlu/*` is x86-64 only. but now could make vgpu multi-arch supported first. ```shell $ file lib/mlu/* lib/mlu/cntopo: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter...
/auto-cc
> Thanks for the contribution. Can you upload the test results you ran after building the new version? It works well with my [custom image build](https://github.com/innoai-tech/hami) (as [multi arch image](https://github.com/Project-HAMi/HAMi/pull/297))....
@archlitchi done.
@danwinship I couldn't run whole `make verify` Once run `hack/verify-codegen.sh`, nothing changes. ``` ❯ hack/verify-codegen.sh +++ [0629 12:53:57] Generating protobufs for 69 targets +++ [0629 12:53:58] protoc 23.4 not found...