Releases: hashmap-kz/kubectl-envsubst
Releases · hashmap-kz/kubectl-envsubst
v1.0.1
Changelog
- 4c9b0d0 Merge branch 'dev'
- 824fc9c add .krew.yaml
- ac2aa86 Merge branch 'dev'
- 83e8080 add LICENSE and .goreleaser
- 566e288 handle help message
- 8b5bb6d add usage
- bb5f224 handle stderr message on exec fails
- 82e016d add examples with substitution
- 8eabbbe Merge branch 'dev'
- a548060 Merge branch 'flags' into dev
- c14c3a1 flags - substitute file stream before apply
- 352d016 Merge branch 'dev'
- 04074bf Merge branch 'flags' into dev
- b3f095c flags - clean project
- e4b2138 flags - rewrite flags logic. separate args handling (raw args, tested; real args, tested)
- 92bb319 flags - prepare args parser
- 2cf510a Merge branch 'dev'
- e8839d1 Merge branch 'subst' into dev
- 7d5c1c6 subst - add more tests
- af71bad subst - add generic simple stack, for parsing cmd args
- 5cb5c3a subst - update README.md
- 9662363 subst - update README.md
- e4d5892 Merge branch 'dev'
- 408431c Merge branch 'subst' into dev
- a3affd3 subst - subst-v2. rewritten, added more tests, struct with options
- 944da52 Merge branch 'dev'
- a0819dd add tests for --filename= and -f= options
- f383a83 simplify flags parsing
- 2d8c5fd Merge branch 'dev'
- a9cbcf7 update README.md
- 0e4731e clean code
- aa65f92 Merge branch 'dev'
- 0a1a135 clean project structure
- 373ec48 Merge branch 'dev'
- f2e544a first stable version (without subst by now, just proxying kubectl args properly)
- daf3d52 resolve-filenames, actually working
- 30a7454 url handling in -f
- 78fc7f2 add notes on paths
- ab97b4a add tests
- 1cdfae7 working with paths
- 94a73fe working on paths
- 95250ab working on paths
- c169963 test with go-client for k8s
- ef23a85 testing with exec, cmd
- 179f3ea cmdflags.go
- 897e569 clean code
- cedf413 two pods in one file -> tests
- 45ce9ca go mod tidy
- 723f4ea simplify. using unstructures resources for apply.
- d9b5ff6 working with cli-runtime api
- a8006ed add usage
- b10bc1c working with input parameters
- 9db1ca4 working on main func
- dfb7355 add more tests
- 87d3f31 complex manifest test
- afa86eb more tests, makefile, readme
- 540c463 init