Skip to content

Releases: bashtools/mokctl

Kubernetes 1.19.1

16 Sep 21:10
Compare
Choose a tag to compare
  • Kubernetes version 1.19.1

Kubernetes 1.18.5

27 Jun 18:29
Compare
Choose a tag to compare
  • Kubernetes version 1.18.5
  • Code tidying around versioning
    • Only build the latest version using 'mokctl build image'
    • Old, and current, versions can be installed using 'mokctl build image --get-prebuilt-image'

Kubernetes 1.18.4

26 Jun 13:10
Compare
Choose a tag to compare
  • Upgraded to kubernetes 1.18.4
  • Upgraded CRI-O to 1.18.1
  • Bug Fix: A kill error is output when using --tailf
  • Cleanup: Removed an unneeded curl from Dockerfile
  • Updated mokctl, docker-mokctl, mokbox and uploaded mok-centos-7-v1.18.4

Bug Fixes

24 Jun 23:35
93cbc41
Compare
Choose a tag to compare
  • Bug fix: Fails to build 7 node cluster with --skipmastersetup
  • Feature: Allow plural for get cluster
  • Admin:
    • Split kthw, docs, cmdline-player and mokctl apart into their own repos
    • Edited history to remove all the gifs from history in mokctl repo.
    • Created an organistation, 'my-own-kind', for the repos to live in.

Ubuntu 18.04.4 LTS Release

08 Jun 23:22
Compare
Choose a tag to compare
Pre-release
  • Fixes for Ubuntu 18.04 LTS. Mokctl and mokbox pass e2e tests.

Wait

07 Jun 18:06
Compare
Choose a tag to compare
Wait Pre-release
Pre-release
  • Wait for the cluster to become ready at each stage.
    When the create cluster command finishes the system will be fully up and ready.
    It will take longer to create the cluster but there is less system load and it's more reliable.
    This allowed a 10 worker and 1 master cluster to succeed successfully.
  • Bug fix: Fixed cluster create always sets node name in kubeadm config to myk8s-master-1.

Exec Fix

05 Jun 17:23
Compare
Choose a tag to compare
Exec Fix Pre-release
Pre-release
  • Belt and braces fixes for exec.
  • Fix exec usage not showing.

Plain Output

04 Jun 17:57
Compare
Choose a tag to compare
Plain Output Pre-release
Pre-release
  • Added '-p', '--plain', global option to disable colours and animations.
  • Started e2e testing with AI/Machine Learning.

Minor Bug Fix

04 Jun 13:17
Compare
Choose a tag to compare
Minor Bug Fix Pre-release
Pre-release
  • Fix running with --skipmastersetup tries to copy non-existent kubectl config.

Docker/Moby Release

03 Jun 12:56
Compare
Choose a tag to compare
Docker/Moby Release Pre-release
Pre-release
  • CHANGE: If docker and podman are both installed then docker is chosen.
  • Bug fixes for docker code.
  • Code and documentation tidying.