Skip to content

Releases: dhenkel92/pod-helper

v0.1.9

23 Oct 05:40
135d64a
Compare
Choose a tag to compare

Changelog

135d64a fix goreleaser configuration and bunlde kubectl plugin with pod-helper executable
a4509cc rename src folder to pkg

v0.1.8

23 Oct 04:43
bb8ee00
Compare
Choose a tag to compare

Changelog

bb8ee00 split archives in goreleaser and create second homebrew tap

v0.1.7

21 Oct 07:07
Compare
Choose a tag to compare

Changelog

52c29bf implement POC for having a second executable 'kubectl-dsh'
d720eda rename example gif
d2192a4 update README with new example gif
5758416 update README with new example gif and batch size documentation
945b7b3 update ci build in order to build both executables

v0.1.6

21 Oct 05:34
e6c1eb6
Compare
Choose a tag to compare

Changelog

1c8f3c8 Merge branch 'main' of github.com:dhenkel92/pod-helper into main
38acc62 Merge pull request #4 from dhenkel92/implement_unit_tests
e6c1eb6 Merge pull request #5 from dhenkel92/bug/fix_codecov
5685cd7 add unit tests & codecov to ci
9ee0b95 implement unit tests for batch_results and filter_containers
5050a20 improove output appearance
4d9f2d6 only combine test results if they include something:
0fa7437 replace 'with' with 'env' in main ci
0e52bae restructure files & unify commands
2bb631e use codecov github action instead of bash version

v0.1.5

19 Oct 06:27
Compare
Choose a tag to compare

Changelog

4006863 if no namespace is given use all of them

v0.1.4

18 Oct 18:06
7840d88
Compare
Choose a tag to compare

Changelog

7840d88 fix readme
9ad8cea implement the possibility to select multiple namespaces

v0.1.3

18 Oct 15:57
903a9c2
Compare
Choose a tag to compare

Changelog

d84b958 Create readme (#3)
3065ade create some examples in the README
903a9c2 improove readme & --help descriptions
8688996 run logs / run command on all containers by default

v0.1.2

17 Oct 19:21
9dfac96
Compare
Choose a tag to compare

Changelog

9dfac96 Merge pull request #2 from dhenkel92/update_logging
57d97d3 implement better log structure
b517797 remove debug logs from config parsing

v0.1.1

17 Oct 12:17
a8cc8b4
Compare
Choose a tag to compare

Changelog

a8cc8b4 add homebrew configuration to gorelease tool

v0.1.0

17 Oct 11:01
201cf4b
Compare
Choose a tag to compare

Changelog

201cf4b Fix pipeline (#1)
6ce88fb add gocyclo and golint to go.mod file
956f2fe basic implementation of kube executor
e32d389 create github actions workflows and goreleaser configuration
a98c4ca extract config parsing & list pods into seperate files
426cdf9 implement log subcommand
88f6020 initial commit
c7bd2db install required pre-commit libs in ci
915a033 remove not needed gitignore entries
5b8285e rename project to pod-helper
1f942e7 upgrade go mod version to 1.15