Skip to content

Commit 11d80c7

Browse files
committed
update clowder to 1.22.0
1 parent 7a81577 commit 11d80c7

File tree

2 files changed

+74
-4
lines changed

2 files changed

+74
-4
lines changed

CHANGELOG.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Change Log
22

3+
## 0.17.0
4+
5+
**Release date:** 2023-09-26
6+
7+
![AppVersion: 1.22.0](https://img.shields.io/static/v1?label=AppVersion&message=1.22.0&color=success&logo=)
8+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
9+
10+
11+
* update clowder to 1.22.0
12+
* cleanup files
13+
* update extractors
14+
* release version
15+
16+
### Default value changes
17+
18+
```diff
19+
diff --git a/values.yaml b/values.yaml
20+
index 9b9a274..de90680 100644
21+
--- a/values.yaml
22+
+++ b/values.yaml
23+
@@ -145,11 +145,11 @@ extractors:
24+
# mountPath: /input
25+
# readOnly: true
26+
image-preview:
27+
- image: clowder/extractors-image-preview:2.4.2
28+
+ image: clowder/extractors-image-preview:2.5.0
29+
image-metadata:
30+
- image: clowder/extractors-image-metadata:2.1.9
31+
+ image: clowder/extractors-image-metadata:2.2.0
32+
audio-preview:
33+
- image: clowder/extractors-audio-preview:2.1.9
34+
+ image: clowder/extractors-audio-preview:2.2.0
35+
pdf-preview:
36+
image: clowder/extractors-pdf-preview:2.1.9
37+
video-preview:
38+
```
39+
340
## 0.16.7
441

542
**Release date:** 2023-08-16
@@ -8,7 +45,37 @@
845
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
946

1047

11-
* add volume mounts to clowder extractors
48+
* bumped clowder version
49+
* added array and renamed data to input
50+
* removed extra spaces
51+
* updated changelog
52+
* removed values keyword
53+
* added extravolumes in values
54+
* added volume mounts to extractors
55+
56+
### Default value changes
57+
58+
```diff
59+
diff --git a/values.yaml b/values.yaml
60+
index 82f1c41..9b9a274 100644
61+
--- a/values.yaml
62+
+++ b/values.yaml
63+
@@ -136,6 +136,14 @@ extractors:
64+
# env:
65+
# - name: extractor.bump.sh
66+
# value: "bar"
67+
+ extraVolumes: []
68+
+ # - name: input
69+
+ # persistentVolumeClaim:
70+
+ # claimName: input
71+
+ extraVolumeMounts: []
72+
+ # - name: input
73+
+ # mountPath: /input
74+
+ # readOnly: true
75+
image-preview:
76+
image: clowder/extractors-image-preview:2.4.2
77+
image-metadata:
78+
```
1279

1380
## 0.16.6
1481

Chart.yaml

Lines changed: 6 additions & 3 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.16.7
16+
version: 0.17.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.21.0
21+
appVersion: 1.22.0
2222

2323
# List of people that maintain this helm chart.
2424
maintainers:
@@ -55,4 +55,7 @@ annotations:
5555
- name: Helm Chart
5656
url: https://github.com/clowder-framework/clowder-helm
5757
artifacthub.io/changes: |
58-
- "add volume mounts to clowder extractors"
58+
- "update clowder to 1.22.0"
59+
- "cleanup files"
60+
- "update extractors"
61+
- "release version"

0 commit comments

Comments
 (0)