File tree Expand file tree Collapse file tree 4 files changed +27
-10
lines changed
Expand file tree Collapse file tree 4 files changed +27
-10
lines changed Original file line number Diff line number Diff line change 1+ # development
2+ .idea
3+
14# generated helm charts folder
25charts
36
Original file line number Diff line number Diff 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.9.1
16+ version : 0.10.0
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.14.1
21+ appVersion : 1.15.0
2222
2323# List of people that maintain this helm chart.
2424maintainers :
@@ -34,9 +34,13 @@ annotations:
3434 - name: Helm Chart
3535 url: https://github.com/clowder-framework/clowder-helm
3636 artifacthub.io/changes : |
37- - Forgot to increate clowder version tag.
38- - Now using appVersion for clowder version tag by default.
39- - Using `networking.k8s.io/v1` for ingress rules
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
4044
4145# Dependencies for clowder. Some of the dependencies are only installed if they
4246# are enabled.
Original file line number Diff line number Diff line change @@ -110,6 +110,16 @@ $ helm install --set persistence.existingClaim=PVC_NAME rabbitmq
110110
111111## ChangeLog
112112
113+ ### 0.10.0
114+
115+ - Complete rewrite of the messagebus code
116+ - Added new previewers (Vega and FBX)
117+ - Can filter search by upload/creation dates
118+ - Disabled download if file is not processed yet
119+ - Fixed bug when creating spaces through the api.
120+ - Return headers when calling /api/me
121+ - Updated core extractor versions
122+
113123### 0.9.1
114124
115125- Forgot to increate clowder version tag.
Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ extractors:
129129 # - name: foo
130130 # value: "bar"
131131 image-preview :
132- image : clowder/extractors-image-preview:2.1.5
132+ image : clowder/extractors-image-preview:2.2.1
133133 image-metadata :
134- image : clowder/extractors-image-metadata:2.1.5
134+ image : clowder/extractors-image-metadata:2.1.6
135135 audio-preview :
136- image : clowder/extractors-audio-preview:2.1.5
136+ image : clowder/extractors-audio-preview:2.1.6
137137 pdf-preview :
138- image : clowder/extractors-pdf-preview:2.1.5
138+ image : clowder/extractors-pdf-preview:2.1.6
139139 video-preview :
140- image : clowder/extractors-video-preview:2.1.5
140+ image : clowder/extractors-video-preview:2.2.0
141141 clamav :
142142 image : clowder/extractors-clamav:1.0.3
143143
You can’t perform that action at this time.
0 commit comments