Skip to content

Commit cd256da

Browse files
authored
pre-release v0.2.1 (#42)
Signed-off-by: laminar <[email protected]>
1 parent 315b545 commit cd256da

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Main CI
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
75
branches: [ main ]
6+
paths:
7+
- '.github/workflows/**'
8+
- 'context/**'
9+
- 'plugin/**'
10+
- 'framework/**'
11+
- 'runtime/**'
12+
- 'test/**'
13+
- 'go.mod'
814

915
jobs:
1016

.github/workflows/plugin_test.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ name: PluginsTest
22

33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- main
5+
branches: [ main ]
6+
paths:
7+
- '.github/workflows/**'
8+
- 'context/**'
9+
- 'plugin/**'
10+
- 'framework/**'
11+
- 'runtime/**'
12+
- 'test/**'
13+
- 'go.mod'
814

915
jobs:
1016
Plugin-SkyWalking:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ To learn how to use **function-framework-go** and how it works, refer to the [fu
2525

2626
## Compatibility
2727

28-
| Version | OpenFunction | Context | Builder (Go) |
28+
| Version | OpenFunction | Context | Builder tag (Go) |
2929
| ---------------------------------- | ------------ | ------- | -------------------------------------------- |
3030
| v0.0.0-20210628081257-4137e46a99a6 | v0.3.* | v0.1.0 | v0.2.2 (openfunction/builder-go:v0.2.2-1.15) |
31-
| v0.0.0-20210922063920-81a7b2951b8a | v0.4.* | v0.2.0 | v0.3.0 (openfunction/builder-go:v0.3.0-1.15) |
32-
| v0.1.1 | v0.5.* | v0.2.0 | v0.4.0 (openfunction/builder-go:v0.4.0-1.15) |
33-
| v0.2.0 | v0.6.* | v0.3.0 | v2-1.16+ |
31+
| v0.0.0-20210922063920-81a7b2951b8a | v0.4.* | v0.2.0 | v0.3.0 |
32+
| v0.1.* | v0.5.* | v0.2.0 | v0.4.0 |
33+
| v0.2.* | v0.6.* | v0.3.0 | v2-1.16+ |

0 commit comments

Comments
 (0)