Releases: panubo/bash-container
Releases · panubo/bash-container
v0.8.0
Changes since last release:
- Add wait_kubeapi function
- Update ShellCheck to 0.9.0
- Update testing dockerfiles to latest debian and update bats to v1.10
- Update GitHub workflows
- Documentation and example updates
SHA256: 0ddc93b11fd8d6ac67f6aefbe4ba790550fc98444e051e461330f10371a877f1 rendered/panubo-functions.tar.gz
v0.7.2
Changes since last release:
- Add status output to render_templates function
- Update development Dockerfile to install newer gomplate, adjust readme to match example
- Documentation updates
SHA256: 87c4b804f0323d8f0856cb4fbf2f7859174765eccc8b0ac2d99b767cecdcf5c6 rendered/panubo-functions.tar.gz
v0.7.1
Changes since last release:
- Test improvements
- run_mountfile, echo errors correctly
- aliases: allow default port argument to be overridden
- update Readme and comments
- Add Dockerfile examples for alpine and debian install. Rename debian dockerfile and targets
SHA256: e13b1930e75aa4c5526820b5c7ec4f3530bdcfda45752bcf8dfef193d4624977 rendered/panubo-functions.tar.gz
v0.7.0
Significant since last release:
- Replace CircleCI with GitHub Actions, Add release workflow (#6)
- Refactor command names, unify procfile/deployfile. (#5)
- Merge pull request #3 from panubo/fix/mountfile-support
- allow Mountfile safety checks to be disabled, ie mount outside of project
- Fix bug with skel/template copying. Fix bug with remounting
SHA256: 45065b105614543b7775131728dbdf680586f553163240e4dd7226f03a35d4fa rendered/panubo-functions.tar.gz
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.0
Change any exit in a function to a return As these are all functions exit is inappropriate. Control should be passed back to the calling script to decide what action to take on failure. Using `set -e` in scripts is generally recommended anyway which will exit the script on a non-zero return.