|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 0.17.0 |
| 4 | + |
| 5 | +**Release date:** 2023-09-26 |
| 6 | + |
| 7 | + |
| 8 | + |
| 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 | + |
3 | 40 | ## 0.16.7 |
4 | 41 |
|
5 | 42 | **Release date:** 2023-08-16 |
|
8 | 45 |  |
9 | 46 |
|
10 | 47 |
|
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 | +``` |
12 | 79 |
|
13 | 80 | ## 0.16.6 |
14 | 81 |
|
|
0 commit comments