File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create an HTTP source connector configuration file called `github.yaml` :
30
30
``` yaml
31
31
apiVersion : 0.1.0
32
32
meta :
33
- version : 0.2.1
33
+ version : 0.2.3
34
34
name : github-stars-in
35
35
type : http-source
36
36
topic : stars-forks
@@ -67,7 +67,7 @@ Create an HTTP source connector configuration file called `discord.yaml` :
67
67
```yaml
68
68
apiVersion: 0.1.0
69
69
meta:
70
- version: 0.2.1
70
+ version: 0.2.3
71
71
name: discord-stars-out
72
72
type: http-sink
73
73
topic: stars-forks
78
78
headers:
79
79
- "Content-Type: application/json"
80
80
transforms:
81
- - uses: infinyon-labs/stars-forks-changes@0.1.1
81
+ - uses: infinyon-labs/stars-forks-changes@0.1.2
82
+ lookback:
83
+ last: 1
82
84
- uses: infinyon/jolt@0.3.0
83
85
with:
84
86
spec:
@@ -101,7 +103,7 @@ Download the smartmodules used by the connectors to your cluster:
101
103
102
104
``` bash
103
105
fluvio hub download infinyon/jolt@0.3.0
104
- fluvio hub download infinyon-labs/stars-forks-changes@0.1.1
106
+ fluvio hub download infinyon-labs/stars-forks-changes@0.1.2
105
107
```
106
108
107
109
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create an HTTP source connector configuration file called `github.yaml` :
30
30
``` yaml
31
31
apiVersion : 0.1.0
32
32
meta :
33
- version : 0.2.1
33
+ version : 0.2.3
34
34
name : github-stars-in
35
35
type : http-source
36
36
topic : stars-forks
78
78
headers:
79
79
- "Content-Type: application/json"
80
80
transforms:
81
- - uses: infinyon-labs/stars-forks-changes@0.1.1
81
+ - uses: infinyon-labs/stars-forks-changes@0.1.2
82
+ lookback:
83
+ last: 1
82
84
- uses: infinyon/jolt@0.3.0
83
85
with:
84
86
spec:
@@ -101,7 +103,7 @@ Download the smartmodules used by the connectors to your cluster:
101
103
102
104
``` bash
103
105
fluvio hub download infinyon/jolt@0.3.0
104
- fluvio hub download infinyon-labs/stars-forks-changes@0.1.1
106
+ fluvio hub download infinyon-labs/stars-forks-changes@0.1.2
105
107
```
106
108
107
109
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Create an HTTP source connector configuration file called `hackernews.yaml` :
25
25
``` yaml
26
26
apiVersion : 0.1.0
27
27
meta :
28
- version : 0.2.1
28
+ version : 0.2.3
29
29
name : hackernews
30
30
type : http-source
31
31
topic : hackernews
You can’t perform that action at this time.
0 commit comments