Skip to content

Commit bd147e0

Browse files
committed
clowder version 1.15.0, chart version 0.10.0
1 parent 14cb622 commit bd147e0

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# development
2+
.idea
3+
14
# generated helm charts folder
25
charts
36

Chart.yaml

Lines changed: 9 additions & 5 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.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.
2424
maintainers:
@@ -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.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)