Skip to content

0.10.0

Compare
Choose a tag to compare
@psav psav released this 17 Mar 09:59
· 1702 commits to master since this release
0eedf23

This release includes several new features and a few bug fixes

  • BUG: Region was missing from objectStorage buckets, this has been added and clients updated.
  • BUG: Fixed bug where hostname was not populated in ClowdEnv endpoints if service was enabled via newer "public" field.
  • FEAT: Each clowd app will now run its services in a new service account.
  • FEAT: ClowdJobInvocation support added.
  • FEAT: Support for Cyndi Pipeline creation added.
  • FEAT: Added CPU profiling capability for Clowder development
  • CHANGE: Changed labels applied to resources to make them more unique, app->clowdapp app-env-> clowdapp-env

NOTE: with this newer version of clowder, upgrading from 0.9.0, your deployments will likely need to be deleted so that Clowder can recreate them with the correct labels. Please check logs, any mention of labels being immutable usually points to this issue. This is a one time change.


To install Clowder in your local environment, first make sure you've installed Minikube and have it running. Then download the attached manifest YAML and run:

minikube kubectl -- apply -f clowder-manifest-0.10.0.yaml --validate=false

You may also need pull secrets for both quay and rh_registry in order to obtain the correct images.