Fix small issue in python base image dockerruns
Avantol13
released this
11 Nov 18:14
·
646 commits
to master
since this release
Release Notes
For: uc-cdis/cloud-automation
Notes since tag: pybase3-3.0.1
Notes to tag/commit: b692c0a
Generated: 2021-11-11
New Features
- Added healthcheck script/cronjob for squid autohealing (#1770)
- Using new manifest values for aws gateway (#1781)
Bug Fixes
[[ -z $THING ]]
syntax not available in defaultsh
, change to[ -z $THING ]
(#1787)
Improvements
- More documentation around Arborist nginx configuration for access to its
API (#1782)