Skip to content

Releases: homeport/havener

havener release v2.0.5

05 Jul 15:29
Compare
Choose a tag to compare

Changelog

6f11c25 Fix Dockerfile builds

havener release v2.0.4

01 Jul 12:30
Compare
Choose a tag to compare

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

16 Jun 08:53
d231c47
Compare
Choose a tag to compare

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

25 May 15:06
Compare
Choose a tag to compare

Changelog

dae02c8 Move go tool install into separate step
08fe5a5 Use image pull policy IfNotPresent as default
462db3a Upgrade to GitHub-native Dependabot

havener release v2.0.1

06 Apr 08:48
Compare
Choose a tag to compare

Changelog

32f3ad1 Bump dependencies to latest available
9898eb6 Ensure error message output in node-exec
f6419ed Bump dependencies ginkgo/gomega/bunt
8d14d4a Use Go built-in homedir
0359189 Recreate Go sum file

havener release v2.0.0

18 Feb 20:45
Compare
Choose a tag to compare

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

30 Oct 10:34
Compare
Choose a tag to compare

Changes

Refresher release with a small modification to the top command to use a shorter ellipsis in the output.

havener release v1.5.1

25 Feb 08:49
Compare
Choose a tag to compare

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

07 Feb 12:13
Compare
Choose a tag to compare

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

22 Nov 20:27
Compare
Choose a tag to compare

Fixes

Fixed issue #215 where an unnecessary error was created when the table row limit exceeded the actual table size.