Releases: boz/kail
Releases · boz/kail
v0.17.4
v0.17.3
v0.17.2
What's Changed
- fix windows krew release by @Slach in #146
- build(deps): bump k8s.io/client-go from 0.28.3 to 0.29.0 by @dependabot in #151
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- setup-go@v3 wrong detect go.mod version 1.20 as 1.2 - by @Slach in #142
- ci: add the permission
packages: write
to push images to ghcr.io by @suzuki-shunsuke in #144 - ci: fix deprecation warnings by @suzuki-shunsuke in #143
- build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #145
New Contributors
- @suzuki-shunsuke made their first contribution in #144
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Bump github.com/rs/zerolog from 1.15.0 to 1.28.0 by @dependabot in #85
- Bump k8s.io/apimachinery from 0.26.0 to 0.26.1 by @dependabot in #91
- Bump github.com/fatih/color from 1.13.0 to 1.14.0 by @dependabot in #90
- Bump k8s.io/client-go from 0.26.0 to 0.26.1 by @dependabot in #89
- Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in #92
- Bump github.com/fatih/color from 1.14.0 to 1.14.1 by @dependabot in #93
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #95
- Bump k8s.io/api from 0.26.1 to 0.26.2 by @dependabot in #96
- Bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in #97
- Bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #102
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 by @dependabot in #99
- Fix for Dockerfile smell DL3007 by @grosa1 in #103
- drop "with:" for removed instructions by @p-wall in #118
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #113
- Bump k8s.io/client-go from 0.27.1 to 0.27.3 by @dependabot in #115
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #112
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #123
- Bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #121
- Bump github.com/boz/go-lifecycle from 0.1.0 to 0.1.1 by @dependabot in #122
- Bump k8s.io/client-go from 0.27.4 to 0.28.1 by @dependabot in #130
- Bump k8s.io/client-go from 0.28.1 to 0.28.3 by @dependabot in #137
- Fix duration formatting in README.md tabe by @chmouel in #139
- chore: use bytes.Equal(canaryLog, log) instead by @testwill in #141
- add windows support, compile successful, make test also passed, replace travis-badge to GitHub actions badge by @Slach in #140
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #134
New Contributors
- @grosa1 made their first contribution in #103
- @p-wall made their first contribution in #118
- @chmouel made their first contribution in #139
- @testwill made their first contribution in #141
- @Slach made their first contribution in #140
Full Changelog: v0.16.1...v0.17.0
v0.16.1
v0.16.0
Changelog
- 7124ece Add json and zerolog writers
- 41f34f9 Bump k8s.io/client-go from 0.25.4 to 0.26.0
- 3e8c9e7 Merge pull request #82 from boz/dependabot/go_modules/k8s.io/client-go-0.26.0
- 9910043 add output flag details to flags table
- 4295e89 add output mode flag
- 9862b17 removed deprecated godownloader setup
- b98724e update krew index manifest update added to ci
- fe142b1 use json encoder, add "pretty" mode
v0.15.1
Changelog
- f11fa28 Add dependabot
- af02fb4 Add support for Golang 1.18
- efd503d Adding binary release for arm and arm64 (#63)
- 47245e2 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
- 20f4e8f Bump k8s.io/client-go from 0.24.3 to 0.25.4
- 7714782 Merge pull request #72 from mnaser/go/1.18
- 4b7432a Merge pull request #77 from boz/dependabot/go_modules/k8s.io/client-go-0.25.4
- 8f4e739 Merge pull request #79 from boz/dependabot/go_modules/github.com/stretchr/testify-1.8.1
- 7b1aa99 Remove unused variable BINARY (#57)
- 1cd6d8f Switch to GitHub Actions
- e1e6369 added github workflow for CI, added krew, updated homebrew (#83)
- cf6203b chore: flip to upstream koz/kcache
- 6b8665a fix: update goreleaser yaml
- a29ca9b support statefulset (#58)