Skip to content

Releases: cubos/cli

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.

v1.2.9-rc

16 Sep 18:42
74d98c2

Choose a tag to compare

We updated the node version in the dockerfile:

  • From 18 to 20

We updated the TypeScript definitions for node:

  • From version 14 to 24

We added the creation of the tsconfig.json file.

v1.2.8-rc

15 Sep 19:02

Choose a tag to compare

v1.2.8-rc Pre-release
Pre-release

Reverted updated Job workload metadata to include generateName property

v1.2.8

30 Aug 12:32
c169d1b

Choose a tag to compare

v1.2.8 Pre-release
Pre-release

We've made an updating the Kube Templates version:

Added Role, Role Binding and Service Account to kube-templates

Full Changelog: v1.2.7...v1.2.8

v1.2.7

14 Jul 14:47
3ce0696

Choose a tag to compare

We've made an updating the Kube Templates version:

  • Updated Job workload metadata to include generateName property

v1.2.6

03 Apr 18:07
8989eb1

Choose a tag to compare

We've made an update to the deploy_site script:

  • Fixed broken deploys using pathType: Prefix now using pathType: ImplementationSpecific, after v1.20.0 Kubernetes Ingress Nginx release

v1.2.5

26 Mar 13:15
1379283

Choose a tag to compare

What's Changed

  • fix: update KubeTemplates StaticSite path type to ImplementationSpecific