Releases: gardener/ops-toolbelt
Releases · gardener/ops-toolbelt
0.16.0
[ops-toolbelt]
🐛 Bug Fixes
- [OPERATOR] Fixed
ghelp
to no longer return errors when some tools that are installed viaapt
orpip
are pinned to a specific version. (gardener/ops-toolbelt#74, @plkokanov)
0.15.0
[ops-toolbelt]
⚠️ Breaking Changes
- [OPERATOR] Dependency towards gardener/gardenctl was removed. This means that the
ops-toolbelt-gardenctl
image will not be built anymore. (gardener/ops-toolbelt#70, @petersutter)
🐛 Bug Fixes
- [OPERATOR] Fixed missing installations of gcloud and azure clients inside IaaS ops-toolbelt images. (gardener/ops-toolbelt#71, @plkokanov)
0.14.0
[ops-toolbelt]
🐛 Bug Fixes
- [USER] Fixed completion for
k
alias (kubectl) (gardener/ops-toolbelt#67, @petersutter)
🏃 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
[ops-toolbelt]
🐛 Bug Fixes
- [OPERATOR] Fixed
vi
alias (gardener/ops-toolbelt#62, @petersutter)
🏃 Others
- [OPERATOR]
ops-toolbelt
images are now built withkubectl
versions1.22.2
,1.21.5
,1.20.11
and1.19.15
(gardener/ops-toolbelt#63, @petersutter) - [OPERATOR] Fixes an issue where ops-pods cannot be created due to invalid hostname. (gardener/ops-toolbelt#59, @serialoverflow)
0.12.0
[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 usesiptables-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 theCriticalAddonsOnly
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
[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
[ops-toolbelt]
Improvements
- [OPERATOR] Ping utility is now available in image (#25, @neo-liang-sap)
- [OPERATOR] Add
kubetail
to aggregate logs from multiple pods (#23, @tedteng)kubetail kube-apiserver -c kube-apiserver
kubetail infra.tf
- more information from https://github.com/johanhaleby/kubetail
0.9.0
[ops-toolbelt]
Improvements
- [USER] Upgrade
gardenctl
to latest versionv0.16.0
(#18, @neo-liang-sap) - [USER]
krew
is now available so that you can easily add additionalkubectl
plugins withkubectl krew install {plugin_name}
(#17, @neo-liang-sap) - [USER]
kubectl
pluginketall
is now available. Runkubectl get-all
to show really all kubernetes resources (#17, @neo-liang-sap) - [OPERATOR]
install_k9s
script will now fetch the latest released version ofk9s
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 executekubectl
(#14, @plkokanov)
0.8.1
no release notes available
0.8.0
[ops-toolbelt]
Improvements
- [OPERATOR]
ghelp
reports information about tools downloaded with git. (#13, @plkokanov) - [OPERATOR] Added
ghelp
command and improvedwelcome
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)