This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Releases: rancher/kim
Releases · rancher/kim
v0.1.0-beta.7
v0.1.0-beta.6
- fix for edge-case panic with
kim builder login
#78
v0.1.0-beta.5
v0.1.0-beta.4
builder: include endpoint-addr in server cert (#66) Include the endpoint address override as domain/ip when creating the server cert. Signed-off-by: Jacob Blain Christen <[email protected]>
v0.1.0-beta.3
builder: add endpoint-addr flag to install (#65) Implement (hopefully, temporary) `endpoint-addr` flag when installing the builder to allow for rancher desktop to configure the endpoint to accomodate host-level port-forwarding to the guest vm. Signed-off-by: Jacob Blain Christen <[email protected]>
v0.1.0-beta.2
- support for all buildkit architectures #57
➕linux/ppc64le
➕linux/s390x
- support for running on kind (and generic containerd) #55
- accept but ignore
--squash
forkim build
#52
v0.1.0-beta.2
is a repeat of v0.1.0-beta.1
with updated automation
v0.1.0-beta.1
v0.1.0-alpha.12
v0.1.0-alpha.11
rmi: correct removal of image by id (#43) Also fix for tagging by image id. Signed-off-by: Jacob Blain Christen <[email protected]>
v0.1.0-alpha.10
- can run in k3s container with proper mounts, aka:
docker run -it --name k3s --privileged \
--tmpfs /run \
--tmpfs /tmp \
--volume /var/lib/buildkit \
--volume /var/lib/rancher \
rancher/k3s:v1.20.5-k3s1 server --token=k3s