Skip to content

Releases: saltstack-formulas/kubernetes-formula

v1.3.1

12 Nov 09:58
Compare
Choose a tag to compare

1.3.1 (2020-11-12)

Bug Fixes

  • typo: brew not grew ()

v1.3.0

27 Oct 18:20
Compare
Choose a tag to compare

1.3.0 (2020-10-27)

Features

  • windows: add path to bashrc ()

v1.2.0

18 Oct 20:46
Compare
Choose a tag to compare

1.2.0 (2020-10-18)

Bug Fixes

  • windows: kubernetes-client fixed ()
  • windows: kubernetes.node fix (overwrite=true) ()

Documentation

  • readme: update os support ()

Features

  • windows: store binaries in c:\kubernetes\bin ()

v1.1.0

18 Oct 09:49
Compare
Choose a tag to compare

1.1.0 (2020-10-18)

Bug Fixes

  • windows: various corrections ()
  • windows: various corrections ()

Continuous Integration

  • arch/suse: get travis ci passing ()

Features

  • windows: windows support and various fixes ()

v1.0.0

11 Oct 20:17
Compare
Choose a tag to compare

1.0.0 (2020-10-11)

Bug Fixes

  • arch: ensure tar gets installed ()
  • centos: selinux-policy-minimum provides base ()
  • issues: second commit ()
  • jinja: corrected jinja variables and logic ()
  • jinja: fixup various things ()
  • jinja: need else condition ()
  • jinja: rename conflicting stuff ()
  • k3s: update map.jinja for k3s.script state ()
  • linux: corrected alternatives states ()
  • macos: add fullpath to brew ()
  • macos: fix group ()
  • macos: resolve #31 ()
  • state: package repo fix ()
  • state: wrong requires - fixed ()
  • syntax: get travis ci passing ()
  • typo: rename grain to grains ()

Code Refactoring

  • config: simplify & fix config states ()
  • devtools: consoldiate states ()
  • formula: more simplified design ()
  • formula: simplify; add devspace, k3s; expand tests ()
  • kubernetes: add server, client, node states ()
  • tools: rename to devtools ()

Continuous Integration

  • alternatives: test for kubebuilder linux alternatives ()
  • redhat: enable linux alternatives ()
  • redhat: standalone centos/fedora tests ()
  • tests: fix failures ()
  • travis: install conntracker; setup k8s env ()
  • travis: update kitchen platforms ()
  • travis: update travis tests ()
  • travis: update travis tests ()

Documentation

  • readme: expand clientlibs section ()
  • readme: expanded documentation ()
  • readme: fix readme ()
  • readme: fix something ()

Features

  • aliases: basic kubectl-aliases support ()
  • clientlibs: kubernetes api client libs ()
  • develop: krew & skaffold support ()
  • devspace: add devspace support ()
  • devtools: add kubectx, kubens ()
  • docker: dive tool support ()
  • formula: first commit ()
  • istio: support istio archive ()
  • kind: add kind support ()
  • kubecli: add kubeadm/kubelet support ()
  • kubectl: shell completion support ()
  • kudo: add kubectl-kudo support ()
  • linkerd: add linkerd2 support ()
  • octant: add vmware-tanzur/octant support ()
  • operator-sdk: add sdk operator support ()
  • operators: support for kubernetes operators ()
  • semantic-release: standardise for this formula ()
  • stern: add stern container viewer ()
  • suse: add suse os support ()
  • suse: corrected url for source code ()
  • utils: kubebuilder support ()
  • win: do not apply user/group to windows filesystem ()
  • windows: basic kubectl package support ()
  • windows: kubernetes node support ()

Tests

  • devtools: more tests ()
  • kitchen: add ci support; align to template-formula ()

BREAKING CHANGES

  • formula: consolidation of states under few headings
  • kitchen: Major refactor of formula to bring it in alignment with the
    template-formula. As with all substantial changes, please ensure your
    existing configurations work in the ways you expect from this formula.

refactor(symlink): ensure symlink is managed good