Releases: peterbom/kubectl-ai
Releases · peterbom/kubectl-ai
v0.0.9
Changelog
- 50f4004 Merge pull request #1 from peterbom/feature/win-release
- 2db7f65 enable workflow dispatch for release pipeline
- 77259ab change github owner
- d7679ca comment out homebrew and krew builds
- 750202b add windows entry to goreleaser
- 1437680 Enabling raw flag. (sozercan#34)
- f3539b7 build(deps): bump k8s.io/cli-runtime from 0.26.3 to 0.27.1 (sozercan#33)
- 7a700c4 fix: fix gha paths ignore (sozercan#35)
- 238f7ea docs: add demo (sozercan#30)
- c8960a0 docs: update readme (sozercan#29)
- 3bf47b2 docs: add krew and brew to readme (sozercan#28)
- 42fba98 Updated kubectl-ai to 0.0.9 (sozercan#27)
- ec9af71 release: publish krew and brew (sozercan#25)
- 685b67d fix: handle kubeconfig (sozercan#24)
- 9dadc9f fix: double errors (sozercan#23)
- 4df7767 feat: reprompt support (sozercan#22)
- a117045 Bump golang.org/x/net from 0.8.0 to 0.9.0 (sozercan#21)
- 5d439cc Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (sozercan#20)
- e9ede3a add gpt-4 support (sozercan#19)
- 1c11180 Bump github.com/PullRequestInc/go-gpt3 from 1.1.14 to 1.1.15 (sozercan#17)
- 6cd22fd add max token specify flag (sozercan#14)
- 5efdcf3 add chatgpt model support (sozercan#13)
- 2de181b use completionWithEngine (sozercan#10)
- 3df2727 fix readme (sozercan#6)
- 4830f7c confirmation ux changes (sozercan#5)
- 6d2f949 use env (sozercan#4)
- ceffff5 use client-go instead of kubectl (sozercan#3)
- e1ae98c initial commit