File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Create an HTTP source connector configuration file called `github.yaml` :
31
31
``` yaml
32
32
apiVersion : 0.1.0
33
33
meta :
34
- version : 0.3.3
34
+ version : 0.3.6
35
35
name : github-stars-in
36
36
type : http-source
37
37
topic : stars-forks
44
44
- ' Authorization: token ${{ secrets.GITHUB_TOKEN }}'
45
45
interval : 30s
46
46
transforms :
47
- - uses : infinyon/jolt@0.3.0
47
+ - uses : infinyon/jolt@0.4.1
48
48
with :
49
49
spec :
50
50
- operation : shift
@@ -68,7 +68,7 @@ Create an HTTP source connector configuration file called `discord.yaml` :
68
68
```yaml
69
69
apiVersion: 0.1.0
70
70
meta:
71
- version: 0.2.7
71
+ version: 0.2.8
72
72
name: discord-stars-out
73
73
type: http-sink
74
74
topic: stars-forks
@@ -79,10 +79,10 @@ http:
79
79
headers:
80
80
- "Content-Type: application/json"
81
81
transforms:
82
- - uses: infinyon-labs/stars-forks-changes@0.1.2
82
+ - uses: infinyon-labs/stars-forks-changes@0.1.4
83
83
lookback:
84
84
last: 1
85
- - uses: infinyon/jolt@0.3.0
85
+ - uses: infinyon/jolt@0.4.1
86
86
with:
87
87
spec:
88
88
- operation: shift
@@ -103,8 +103,8 @@ fluvio cloud secret set DISCORD_TOKEN <webhook-token>
103
103
Download the smartmodules used by the connectors to your cluster:
104
104
105
105
``` bash
106
- fluvio hub sm download infinyon/jolt@0.3.0
107
- fluvio hub sm download infinyon-labs/stars-forks-changes@0.1.2
106
+ fluvio hub sm download infinyon/jolt@0.4.1
107
+ fluvio hub sm download infinyon-labs/stars-forks-changes@0.1.4
108
108
```
109
109
110
110
Check ` fluvio smartmodule list ` to ensure they've been downloaded.
You can’t perform that action at this time.
0 commit comments