Skip to content

Releases: cubos/cli

v1.3.9

19 Jun 20:12
b88fdd3

Choose a tag to compare

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

13 May 17:37
b88fdd3

Choose a tag to compare

We've made an update the Kube Templates version:

  • We've updated StatelessApp's behavior to accept null value for replica attribute (ref)

v1.3.7

11 May 15:58
b88fdd3

Choose a tag to compare

We've made an update the Kube Templates version:

  • We've updated PGDATA to set the mount path /var/lib/postgresql/data on postgres versions v18+ (ref)

v1.3.6

25 Mar 19:09
b88fdd3

Choose a tag to compare

We've made an update in the YAML namespace validation:

  • We turned the validation into a warning.

v1.3.5

12 Mar 18:43
f12b530

Choose a tag to compare

We've made an update in the cluster and namespace validation:

  • We turned the validation into a warning.

v1.3.4

13 Jan 19:10
8ff88b5

Choose a tag to compare

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-info command

v1.3.2

06 Jan 18:00
25d66b5

Choose a tag to compare

We've made an updating the Kube Templates version:

  • Added a new spec option volumeMountSubPath at MySQL class.

v1.3.1

06 Jan 13:16
25d66b5

Choose a tag to compare

We've fixed a condition when trying to check environment variables on Kube Templates

v1.3.0

05 Jan 20:10
25d66b5

Choose a tag to compare

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 MySQL class:
    • randomRootPassword
    • mysqlUser
    • mysqlPassword
  • Changed the rootPassword spec option in MySQL class to optional.
  • Added PgBouncer class that deploys a pgbouncer instance
  • Created a new helper function getRepositoryProvider() that returns an annotation string containing the source repository URL
    • Used it on StatelessApp class to create an annotation for every deployment workload

v1.2.10

25 Sep 19:42
74d98c2

Choose a tag to compare

We've made an updating the Kube Templates version:

  • Added a new spec option mysqlDatabase at MySQL class.