Skip to content

Releases: RedHatInsights/clowder

v0.29.0

04 Mar 10:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.29.0

Installing

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-v0.29.0.yaml --validate=false

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

v0.28.0

24 Jan 09:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.3...v0.28.0

Installing

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-v0.28.0.yaml --validate=false

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

v0.27.3

20 Dec 09:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.2...v0.27.3

Installing

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-v0.27.3.yaml --validate=false

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

v0.27.2

15 Dec 20:10
8943194
Compare
Choose a tag to compare

What's Changed

  • FIX: Added version.txt

Full Changelog: v0.27.1...v0.27.2

Installing

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-v0.27.2.yaml --validate=false

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

v0.27.1

15 Dec 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.27.1

Installing

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-v0.27.1.yaml --validate=false

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

v0.27.0

14 Dec 16:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

Installing

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-v0.27.0.yaml --validate=false

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

v0.26.0

09 Dec 10:21
Compare
Choose a tag to compare

What's Changed

  • DEBT: Simplified predicates
  • FEAT: Dashboard updates

Full Changelog: v0.25.0...v0.26.0

Installing

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-v0.26.0.yaml --validate=false

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

v0.25.0

03 Dec 09:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

Installing

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-v0.25.0.yaml --validate=false

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

v0.24.0

29 Nov 12:41
Compare
Choose a tag to compare

What's Changed

FEAT: Added per provider metrics
FIX: Added port 10000 to service mesh
DEBT: Updated to operatorSDK 1.14.0
DEBT: Fixed some non standard golang

Full Changelog: v0.23.0...v0.24.0

Installing

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-v0.24.0.yaml --validate=false

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

Notes

You may be required to delete old deployments as labels have changed for databases.

v0.23.0

22 Nov 18:32
Compare
Choose a tag to compare

What's Changed

FIX: Random fails in strimzi tests
FIX: Keda assertions causing tests to fail
FIX: Added missing CRDs to tests
FIX: Unit tests
FIX: Duplicate ACG_CONFIG definition in init containers
FIX: Speed up container build pr check process by correctly referencing copied binaries
FIX: CJI Status errors
FIX: Replicas when not using autoscalar
FIX: Added Version descriptor back in
FIX: Better write now support for the resource cache

Full Changelog: v0.22.0...v0.23.0

Installing

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-v0.23.0.yaml --validate=false

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

Notes

You may be required to delete old deployments as labels have changed for databases.