Releases: inference-gateway/coder
Releases · inference-gateway/coder
🚀 Version 0.1.4-rc.37
0.1.4-rc.37 (2025-02-26)
📦 Miscellaneous
- Add workflow step to sign container images with GitHub OIDC (a8f6296)
- Import CommandFactory for optional completions feature (05ce42a)
- Increase timeout for B&P Containers job in release workflow (bbee100)
- Remove unnecessary image creation label from release workflow - it revalidating the cache on each run (3abdba0)
- Simplify Dockerfile by removing cache mounts from cargo commands (72a5c91)
- Update release workflow and Taskfile for improved cached container build process (c78b91c)
- Use consistent style (f0aa8e8)
🚀 Version 0.1.4-rc.36
0.1.4-rc.36 (2025-02-26)
📦 Miscellaneous
🚀 Version 0.1.4-rc.35
0.1.4-rc.35 (2025-02-26)
⚡️ Improvements
- Add release task for local Docker container execution so I can test the release (8a00250)
🔧 Miscellaneous
- Update dependencies to latest versions and optimize release profile settings (97b7009)
📦 Miscellaneous
- Add missing flags, not sure yet why kaniko is not saving into the local cache (cca01e2)
- Attempt to fix caching (572d0f9)
- Create /app directory in Dockerfile for application workspace (82d6449)
- Enhance caching strategy in release workflow and Taskfile with compressed caching and snapshot mode (59857fd)
- Import TARGET_ARCH argument to the chef layer in the Dockerfile (24463ec)
- Increase verbosity of cargo build command in Dockerfile (dcd030c)
- Install Dive to better analyse caching layers (a19249c)
- Optimize cargo build command to utilize all available jobs for improved performance, I think it's default behaviour but I'm not entirely sure (fd4f9f4)
- Optimize Dockerfile by adding cache mounts for improved build performance (22d8196)
- Remove redundant cache cleanup commands from Dockerfile because --no-cache is already in use (f05cd51)
- Remove unnecessary target-specific rustflags for aarch64 (dd3bc44)
- Update Kaniko context to local directory for improved build process (e447ca3)
- Update Zsh configuration to include additional right prompt elements like execution time etc (bceb4b4)
🚀 Version 0.1.4-rc.34
🚀 Version 0.1.4-rc.33
0.1.4-rc.33 (2025-02-23)
👷 CI
- Update codegen units in Cargo.toml for improved optimization (9c5a5d0)
🚀 Version 0.1.4-rc.32
0.1.4-rc.32 (2025-02-23)
👷 CI
- Update cache repository path and TTL in release workflow and reduce build jobs to 3 cores (393aa75)
🚀 Version 0.1.4-rc.31
0.1.4-rc.31 (2025-02-23)
👷 CI
🚀 Version 0.1.4-rc.30
0.1.4-rc.30 (2025-02-23)
👷 CI
- Remove commented out old workflow (6dd043f)
- Remove metadata fetching step and add image labels manually (7a3aeea)
🔧 Miscellaneous
- update dependencies to latest versions (13a56b8)
🚀 Version 0.1.4-rc.29
🚀 Version 0.1.4-rc.28
0.1.4-rc.28 (2025-02-20)
👷 CI
- Interesting, so I guess it was the debug tag that I need, it contains the tail utility and some other basic ones, will keep it like that then (7eb50ad)