Skip to content

Releases: sealerio/sealer

sealer 0.5.1

22 Oct 10:03
Compare
Choose a tag to compare

release note

v0.5.1

Bugfix:

  • fix null point error caused by using label plugin.
  • fix imageList containing spaces causing panic.

Optimize:

  • lite build support add 'yml' file and skip to run cmd when its layer value contains "kubectl".
  • local build support cache image from imageList,manifests/*.yaml,charts.
  • support overwrite kubeadm config.

sealer 0.5.0

28 Sep 02:48
Compare
Choose a tag to compare

release note

v0.5.0

image: kubernetes:v1.19.8 ID: bfb2810f9ad176cb9bc39e4a98d6319ea8599fa22a0911a98ae0b3e86e96b0a4

Bugfix:

  • Layer Not found appears when apply is executed on machines other than master0.
  • Lite build cache sectional images due to registry not start.
  • sealer login x509 err. (Set env SKIP_TLS_VERIFY=true to skip )

Optimize:

  • Optimize the delete command.

    delete to cluster by baremetal provider:
        sealer delete --masters x.x.x.x --nodes x.x.x.x
        sealer delete --masters x.x.x.x-x.x.x.y --nodes x.x.x.x-x.x.x.y
    delete to cluster by cloud provider, just set the number of masters or nodes:
        sealer delete --masters 2 --nodes 3
    specify the cluster name(If there is only one cluster in the $HOME/.sealer directory, it should be applied. ):
        sealer delete --masters 2 --nodes 3 -f /root/.sealer/specify-cluster/Clusterfile
    delete all:
        sealer delete --all [--force]
        sealer delete -f /root/.sealer/mycluster/Clusterfile [--force]
  • Optimize the lite build step.

  • Shell plugin support on field.

  • Show more image details (creation time and size).

sealer 0.4.0

31 Aug 10:48
Compare
Choose a tag to compare

release note

v0.4.0

  • Fixed lite Build not cache images in manifest/*.yaml
  • Add etcd, shell, label, hostname plugin config feature

sealer 0.3.4

26 Aug 05:02
Compare
Choose a tag to compare

release note

v0.3.4

  • fix failed to umount $rootfs/registry cause the sealer delete failure

sealer 0.3.3

20 Aug 03:50
Compare
Choose a tag to compare

release note

v0.3.3

image: kubernetes:v1.19.9 ID: ccfa8d4024731fe5c38976c83727cf021245c4e6e215d7ace11ef8105d32ef93

sealer 0.3.2

04 Aug 07:36
ba1bf8a
Compare
Choose a tag to compare

release note

image: kubernetes:v1.19.9 ID: d292c87b6ec264811a264a821a64fd8489c1545056328f4525c288d706a07e5b

v0.3.2

  • Fixed build to support submitting private registry account passwords

sealer 0.3.1

29 Jul 02:44
Compare
Choose a tag to compare

release note

image: kubernetes:v1.19.9 ID: d292c87b6ec264811a264a821a64fd8489c1545056328f4525c288d706a07e5b

v0.3.1

  • Fixed exceptions when executing kubectl or helm commands during lite builds

sealer 0.3.0

26 Jul 01:32
4b5994e
Compare
Choose a tag to compare

release note

v0.3.0

  • Calico out of box, use an image containing calico instead
  • Sealer lite build without kubernetes cluster instance
  • Support docker container apply and build
  • Support command auto-completion
  • Support build cache
  • Cloud rootfs support alios
  • Fix incorrectly copying dir path during build
  • Fix proxy ipvs model

sealer 0.2.1

01 Jul 08:06
Compare
Choose a tag to compare

release note

v0.2.1

  • fix run can't init cluster
  • add calico ipip config
  • support tag and rmi sealer image with id
  • support sealer join masters and nodes
  • add pre post check
  • add Global config
  • auto detect network interface
  • optimize copy registy data
  • fix Client.Timeout
  • fix delete after master0 execution
  • fix apply retry umount image
  • optimize image structure

sealer 0.2.0

29 Jun 10:01
Compare
Choose a tag to compare

release note

v0.2.0

  • support tag and rmi sealer image with id
  • support sealer join masters and nodes
  • add pre post check
  • add Global config
  • auto detect network interface
  • optimize copy registy data
  • fix Client.Timeout
  • fix delete after master0 execution
  • fix apply retry umount image
  • optimize image structure