Skip to content

Releases: panubo/bash-container

v0.8.0

05 Oct 03:50
Compare
Choose a tag to compare

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

30 Mar 03:02
Compare
Choose a tag to compare

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

23 Aug 04:46
Compare
Choose a tag to compare

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

06 Dec 23:15
36ba0e0
Compare
Choose a tag to compare

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

04 Jul 01:49
v0.6.0
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
Release v0.6.0

v0.5.0

28 Sep 06:29
v0.5.0
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Release v0.5.0

v0.4.1

10 Aug 00:00
v0.4.1
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
Release v0.4.1

v0.4.0

12 Jun 01:10
ff5bffc
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Merge pull request #1 from panubo/feature/multi-checks

And feature multi tcp checks, and misc fixes and enhancements

v0.3.0

08 Apr 11:05
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
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.

v0.2.1

08 Apr 10:00
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
Add Alpine Dockerfile and minor documentation updates