Skip to content

Commit 2fec5fb

Browse files
committed
version 0.10.1 of chart, clowder 1.15.1
- Update clowder to 0.15.1 - Several views were throwing errors trying to access a None value in EventSinkService when a user was not logged in. - Changed EventSinkService logging to debug to minimize chatter. - Don't automatically create eventsink queue and bind it to eventsink exchange. Let clients do that so that we don't have a queue for the eventsink filling up if there are no consumers. - Update digest extractor to 2.2.0
1 parent bd147e0 commit 2fec5fb

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

Chart.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ description: >
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.10.0
16+
version: 0.10.1
1717

1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
21-
appVersion: 1.15.0
21+
appVersion: 1.15.1
2222

2323
# List of people that maintain this helm chart.
2424
maintainers:
@@ -29,19 +29,6 @@ maintainers:
2929
sources:
3030
- https://github.com/clowder-framework/clowder
3131

32-
annotations:
33-
artifacthub.io/links: |
34-
- name: Helm Chart
35-
url: https://github.com/clowder-framework/clowder-helm
36-
artifacthub.io/changes: |
37-
- Complete rewrite of the messagebus code
38-
- Added new previewers (Vega and FBX)
39-
- Can filter search by upload/creation dates
40-
- Disabled download if file is not processed yet
41-
- Fixed bug when creating spaces through the api.
42-
- Return headers when calling /api/me
43-
- Updated core extractor versions
44-
4532
# Dependencies for clowder. Some of the dependencies are only installed if they
4633
# are enabled.
4734
dependencies:
@@ -62,3 +49,14 @@ dependencies:
6249
version: ~0.2
6350
repository: https://opensource.ncsa.illinois.edu/charts/
6451
condition: elasticsearch.enabled
52+
53+
annotations:
54+
artifacthub.io/links: |
55+
- name: Helm Chart
56+
url: https://github.com/clowder-framework/clowder-helm
57+
artifacthub.io/changes: |
58+
- Update clowder to 0.15.1
59+
- Several views were throwing errors trying to access a None value in EventSinkService when a user was not logged in.
60+
- Changed EventSinkService logging to debug to minimize chatter.
61+
- Don't automatically create eventsink queue and bind it to eventsink exchange. Let clients do that so that we don't have a queue for the eventsink filling up if there are no consumers.
62+
- Update digest extractor to 2.2.0

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ $ helm install --set persistence.existingClaim=PVC_NAME rabbitmq
110110

111111
## ChangeLog
112112

113+
### 0.10.1
114+
115+
- Update clowder to 0.15.1
116+
- Several views were throwing errors trying to access a None value in EventSinkService when a user was not logged in.
117+
- Changed EventSinkService logging to debug to minimize chatter.
118+
- Don't automatically create eventsink queue and bind it to eventsink exchange. Let clients do that so that we don't have a queue for the eventsink filling up if there are no consumers.
119+
- Update digest extractor to 2.2.0
120+
113121
### 0.10.0
114122

115123
- Complete rewrite of the messagebus code

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ smtp:
121121
## env : additional environment variables to pass to extractor.
122122
extractors:
123123
file-digest:
124-
image: clowder/extractors-digest:2.1.6
124+
image: clowder/extractors-digest:2.2.0
125125
#enabled: true
126126
#replicaCount: 1
127127
#pullPolicy: Always

0 commit comments

Comments
 (0)