Releases: joyrex2001/kubedock
Releases · joyrex2001/kubedock
kubedock-0.19.0
Changes
- fix: Align Docker and Libpod ContainerCreate with official APIs @kjanosz (#161)
- deps: Updates to Go 1.25 @appiepollo14 (#149)
🚀 Features
- feat: Add support for stdin attach libpod #165 @joyrex2001 (#168)
- feat: Docker attach stdin @appiepollo14 (#164)
🐛 Bug Fixes
- fix: Respond with empty body upon success #144 @joyrex2001 (#171)
- fix: Labels for feature request template @appiepollo14 (#163)
🧰 Maintenance
- chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 @dependabot[bot] (#177)
- chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 @dependabot[bot] (#176)
- chore(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 @dependabot[bot] (#173)
- chore(deps): bump k8s.io/api from 0.34.1 to 0.34.2 @dependabot[bot] (#172)
- Remove feat/bug prefix from issue title @joyrex2001 (#170)
- chore: Update dependencies @joyrex2001 (#169)
- ci: Image build optimizations @appiepollo14 (#162)
- fix: Labels for feature request template @appiepollo14 (#163)
- ci: Updates git checkout @appiepollo14 (#157)
- chore: Adds issue templates @appiepollo14 (#156)
- docs: Document the release process @appiepollo14 (#155)
- ci: Fix release drafter config path @appiepollo14 (#154)
- ci: Implements ReleaseDrafter @appiepollo14 (#153)
- ci: Adds PR title check @appiepollo14 (#152)
- ci: Use shas for GH actions @appiepollo14 (#151)
- ci: Adds dependabot.yml @appiepollo14 (#150)
- chore: Adds pullrequest template @appiepollo14 (#148)
kubedock-0.18.3
- support for compressed file copy fixes
- support for IPv6
kubedock-0.18.2
- allow network assignment by name or id
kubedock-0.18.1
- ensure kubedock.hostalias annotations contain a value
- preserve original pre-archive permissions
- set request limits for init container
- fix runAs root:root to user id 0
kubedock-0.18.0
- improve logging stability
- prevent clobbering explicitly bound ports with random ports
- support compressed tar copy
- kubedock.hostalias/0 and kubedock.network/0 annotations
- add disable-services argument
- add ignore-container-memory to ignore docker memory constraints
- fix runAs root to user id 0
kubedock-0.17.1
- honor hostname setting in containers
- add node-selector support
kubedock-0.17.0
- support pre-archiving copied files
- return exit code based on received signal
- fix concurrency bug with events interface
kubedock-0.16.0
- fix tailing logs with negative limits
- add disable-dind flag
- add support for configuring global pod-name prefix
kubedock-0.15.5
- fix exposed ports in config mapping
kubedock-0.15.4
- fix environment variabe handling podman
- return container id as container name if no name is provided
- add exposed ports to config section in docker inspect api