Skip to content

Releases: gardener/ops-toolbelt

0.16.0

11 May 08:36
Compare
Choose a tag to compare

[ops-toolbelt]

🐛 Bug Fixes

  • [OPERATOR] Fixed ghelp to no longer return errors when some tools that are installed via apt or pip are pinned to a specific version. (gardener/ops-toolbelt#74, @plkokanov)

0.15.0

09 May 19:40
Compare
Choose a tag to compare

[ops-toolbelt]

⚠️ Breaking Changes

🐛 Bug Fixes

0.14.0

05 May 10:28
Compare
Choose a tag to compare

[ops-toolbelt]

🐛 Bug Fixes

🏃 Others

  • [OPERATOR] Updated versions of IaaS clients: (gardener/ops-toolbelt#69, @plkokanov)
    • aws client update to 1.23.6
    • aliyun client updated to 3.0.117
    • azure client updated to 2.36.0
    • google cloud sdk updated to 384.0.1
    • python-novaclient updated to 17.7.0
    • python-glanceclient updated to 3.6.0
    • python-cinderclient updated to 8.3.0
    • python-swiftclient updated to 3.13.1
    • python-openstackclient updated to 5.8.0
  • [OPERATOR] Updated base image to Ubuntu:20.04 (gardener/ops-toolbelt#69, @plkokanov)

0.13.0

30 Nov 14:32
Compare
Choose a tag to compare

[ops-toolbelt]

🐛 Bug Fixes

🏃 Others

0.12.0

30 Jun 14:31
Compare
Choose a tag to compare

[ops-toolbelt]

🏃 Others

  • [OPERATOR] Output of ghelp is now formatted according to the width of the terminal so that the resulting table still looks good on terminals with a smaller width. (#54, @plkokanov)
  • [OPERATOR] Added the table command which uses iptables-save to list helpful info about iptable entries. (#53, @plkokanov)
  • [OPERATOR] Added the wg command which can be used when debugging the WireGuard VPN. (#53, @plkokanov)
  • [OPERATOR] The ops-pod can now be scheduled on nodes that have taint entries with the NoExecute effect and entries with the CriticalAddonsOnly key (#52, @plkokanov)
  • [OPERATOR] Added a -t | --tolerations flag to the ops-pod` command that will read the taints of the node where the ops pod should be scheduled and convert them into tolerations of the pod. (#52, @plkokanov)
  • [OPERATOR] Add img matrix infra x kubectl to speed up ops toolbelt load times (#50, @jfortin-sap)
  • [OPERATOR] pinned CLI versions to provide reproducible builds (#45, @jfortin-sap)
  • [OPERATOR] Images per Infrastructure and updated client version for kubectl, gardenctl and aliyun (#43, @jfortin-sap)
  • [OPERATOR] Trim unnecessary components to economize 170MB (#40, @jfortin-sap)
  • [OPERATOR] upgrade gardenctl version v0.23.0 (#36, @neo-liang-sap)
  • [OPERATOR] using traits to auto update gardenctl version (#35, @neo-liang-sap)

0.11.0

07 Sep 15:31
Compare
Choose a tag to compare

[ops-toolbelt]

Improvements

  • [OPERATOR] Upgrade gardenctl version to v0.21.0 (#33, @neo-liang-sap)
  • [OPERATOR] Cleans the python cache files of the azure-cli package. This makes the ClamAV email scan happy. (#26, @plkokanov)

0.10.0

30 Apr 14:11
Compare
Choose a tag to compare

[ops-toolbelt]

Improvements

0.9.0

17 Mar 12:20
Compare
Choose a tag to compare

[ops-toolbelt]

Improvements

  • [USER] Upgrade gardenctl to latest version v0.16.0 (#18, @neo-liang-sap)
  • [USER] krew is now available so that you can easily add additional kubectl plugins with kubectl krew install {plugin_name} (#17, @neo-liang-sap)
  • [USER] kubectl plugin ketall is now available. Run kubectl get-all to show really all kubernetes resources (#17, @neo-liang-sap)
  • [OPERATOR] install_k9s script will now fetch the latest released version of k9s and install it. You can also install an older version with -v or --version argument as usual. (#16, @petersutter)
  • [OPERATOR] Fixes Permission denied error when trying to execute kubectl (#14, @plkokanov)

0.8.1

28 Jan 07:40
Compare
Choose a tag to compare

no release notes available

0.8.0

24 Jan 12:09
Compare
Choose a tag to compare

[ops-toolbelt]

Improvements

  • [OPERATOR] ghelp reports information about tools downloaded with git. (#13, @plkokanov)
  • [OPERATOR] Added ghelp command and improved welcome message with a title (#12, @plkokanov)
  • [OPERATOR] Added python3.6 and pip3 so that python packages can be installed for the python3.6 interpreter. (#12, @plkokanov)
  • [OPERATOR] Vundle is now used as a plugin manager for vim (#10, @plkokanov)