Skip to content

Releases: bashtools/mok

New mok release 0.8.13

19 Oct 16:35
36d5449
Compare
Choose a tag to compare

Main features of this release:

  • Load balancer works

What's Changed

Full Changelog: 0.8.12...0.8.13

New mok release 0.8.12

18 Oct 19:11
Compare
Choose a tag to compare

Main features of this release:

  • Kubernetes 1.31.x
  • DNS now works in a single node cluster
  • Lots of fixes and tweaks
  • Load balancer still doesn't work

What's Changed

Full Changelog: 0.8.11...0.8.12

Kubernetes 1.30.0

14 Oct 21:25
1ab7a98
Compare
Choose a tag to compare
  • Kubernetes version 1.30.0

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.