Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Releases: rancher/kim

v0.1.0-alpha.9

23 Mar 23:38
2778cc9
Compare
Choose a tag to compare
v0.1.0-alpha.9 Pre-release
Pre-release

Matryoshka Doll - Don't Ask

Now Supporting Multiple Architectures on the Front-end and the Back-end!

Frontend/Client

  • linux/amd64
  • linux/arm64
  • linux/arm/v7 (new!)
  • darwin/amd64
  • darwin/arm64
  • windows/amd64

Backend/Server

  • linux/amd64
  • linux/arm64 (new!)
  • linux/arm/v7 (new!)

See docker://rancher/kim:v0.1.0-alpha.9

v0.1.0-alpha.8

23 Mar 23:01
6dd289a
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release
golang: default to 1.16 on alpine 3.12 (#32)

Side-step a number of issues specific to the way we build with docker in drone.

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

v0.1.0-alpha.7

23 Mar 22:44
b23c05d
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release
drone: armhf will work now? (#31)

One can hope.

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

v0.1.0-alpha.6

23 Mar 22:24
37ec57a
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release
drone: correct architecture for arm image publish (#30)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

v0.1.0-alpha.5

23 Mar 22:18
fa7a087
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release
drone: mount docker socket when publishing ... (#29)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

v0.1.0-alpha.4

23 Mar 22:12
b2580ce
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release
drone: build images for linux/{amd64,arm64,arm} (#28)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

v0.1.0-alpha.3

18 Feb 17:18
46cfbfb
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

kubectl Drop-In

  • support for invoking kim as kubectl-image (for managing images) and kubectl-builder (for managing the builder) #23

v0.1.0-alpha.2

12 Feb 22:40
8515c6f
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Build Extras

Support for:

v0.1.0-alpha.1

10 Feb 22:14
21fae46
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Familiar Image Resolution And Naming

  • fix for pulling with local credentials #18
  • fix for rmi removing all tags when one was specified #17
  • present and consume familiar image names #15

v0.1.0-alpha.0

04 Feb 22:52
d969507
Compare
Choose a tag to compare
v0.1.0-alpha.0 Pre-release
Pre-release

Secure-By-Default Backend and Automatic Installation

  • secure exposed host network node ports with mTLS #13
  • support automatic installation on single-node clusters #14