Releases: cubos/cli
Releases · cubos/cli
v1.3.9
We've made an update to the Kube Templates version:
- We've updated StatelessApp to support an opt-in startupProbe.
- We've also added a configurable timeoutSeconds to probes. Set check.timeout (shared) or a per-probe timeout on startup/liveness/readiness, mapped to timeoutSeconds. Omitted when unset, so behavior stays unchanged (k8s default 1s).
v1.3.8
v1.3.7
v1.3.6
We've made an update in the YAML namespace validation:
- We turned the validation into a warning.
v1.3.5
We've made an update in the cluster and namespace validation:
- We turned the validation into a warning.
v1.3.4
We've reverted the cluster existence validation:
- This release removes the validation check added in v1.3.3, which was causing failures in CI environments due the
kubectl cluster-infocommand
v1.3.2
We've made an updating the Kube Templates version:
- Added a new spec option
volumeMountSubPathat MySQL class.
v1.3.1
v1.3.0
We've added namespace validation before deploying to Kubernetes
We've made an update to the Kube Templates package:
- Added the following new spec options to the
MySQLclass:randomRootPasswordmysqlUsermysqlPassword
- Changed the
rootPasswordspec option inMySQLclass to optional. - Added
PgBouncerclass that deploys a pgbouncer instance - Created a new helper function
getRepositoryProvider()that returns an annotation string containing the source repository URL- Used it on
StatelessAppclass to create an annotation for every deployment workload
- Used it on
v1.2.10
We've made an updating the Kube Templates version:
- Added a new spec option
mysqlDatabaseat MySQL class.