Releases: homeport/havener
havener release v2.0.5
Changelog
6f11c25 Fix Dockerfile
builds
havener release v2.0.4
Changelog
cd7465d Bump k8s.io/kubectl from 0.21.1 to 0.21.2
23f72d3 Bump k8s.io/apimachinery from 0.21.1 to 0.21.2
534b68b Fix KUBECONFIG
default behaviour
6b6e2fe Bump github.com/spf13/viper from 1.8.0 to 1.8.1
d291352 Merge pull request #398 from homeport/add/max-parallel
6f6cbc8 Add --max-parallel
to node-exec
ab70eb0 Bump github.com/spf13/viper from 1.7.1 to 1.8.0
d279d61 Remove unused golang.org/x/crypto
4349782 Add golang.org/x/term
321eef5 Bump Kube dependencies to v0.21.1
havener release v2.0.3
Changelog
d231c47 Merge pull request #394 from homeport/fix/issue-386
3e178c2 Fix node-exec for nodes with taints
9d5916c Bump github.com/onsi/gomega from 1.11.0 to 1.13.0
20393a9 Bump to Go 1.16 and enable ARM64
2923d90 Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.4
d0eb399 Remove develop branch references
81491a8 Remove dependabot ignores
978b916 Update Go version in GitHub Action config
havener release v2.0.2
havener release v2.0.1
havener release v2.0.0
The Slim Havener release is using the existing code base with updated dependencies, but without commands that were either rarely used or were not helpful anymore.
Please note: This is also the first release where the release binaries are tarballs. The download script was updated accordingly.
Changelog
e569f7b Remove obsolete code
dca18ab Update README to move badges into headline
eb8fe0f Switch to GitHub Action and GoReleaser setup
1b3210d Add GitHub Action for build and test
aa1f4b1 Simplify cluster name logic
f9131ec Slim down havener
9579add Bump kube dependencies
havener release v1.5.2
Changes
Refresher release with a small modification to the top
command to use a shorter ellipsis in the output.
havener release v1.5.1
Changes
Added the number of ready init containers and the total number of init containers when a pod is starting.
Fixes
When the node-exec
command fails to get a pod ready in time, it fails with an error message that does not give too much details on why the pod could not come up. Added more details to the error message.
The wait
command stopped waiting when there was no pod in the namespace. Changed logic to never return when there are no pods in the namespace that match the configured condition.
havener release v1.5.0
Changes
Enable pod-exec
sub-command to allow the execution of commands in all pods by specifying the "all"
argument.
Add new sub-command wait
, which wait for specific pods to be on a Ready
state.
havener release v1.4.4
Fixes
Fixed issue #215 where an unnecessary error was created when the table row limit exceeded the actual table size.