Skip to content

Commit

Permalink
[pinpoint-apm#8243] release when published
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Nov 11, 2021
1 parent 89c23e1 commit 399b3fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
repository-dispatch-event:
runs-on: ubuntu-20.04
steps:
- run: 'echo "payload: ${{ toJson(github.sha) }}"'
- name: Checkout
uses: actions/checkout@v2
- run: 'echo "payload github: ${{ toJson(github) }}"'
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Pinpoint Version | Agent | Collector | Web
2.3.x | 7-17 | 8 | 8
<!-- </compatibilityJava.md> -->
HBase compatibility table:

<!-- <compatibilityHbase.md> -->
Pinpoint Version | HBase 1.0.x | HBase 1.2.x | HBase 1.4.x | HBase 2.0.x
---------------- | ----------- | ----------- | ----------- | -----------
1.7.x | not tested | yes | yes | no
Expand All @@ -94,9 +94,9 @@ Pinpoint Version | HBase 1.0.x | HBase 1.2.x | HBase 1.4.x | HBase 2.0.x
2.1.x | not tested | yes | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint)
2.2.x | not tested | yes | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint)
2.3.x | not tested | yes | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/master/hbase2-module)

<!-- </compatibilityHbase.md> -->
Agent - Collector compatibility table:

<!-- <compatibilityPinpoint.md> -->
Agent Version | Collector 1.7.x | Collector 1.8.x | Collector 2.0.x | Collector 2.1.x | Collector 2.2.x | Collector 2.3.x |
------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- |
1.7.x | yes | yes | yes | yes | yes | yes
Expand All @@ -105,7 +105,7 @@ Agent Version | Collector 1.7.x | Collector 1.8.x | Collector 2.0.x | Collector
2.1.x | no | no | no | yes | yes | yes
2.2.x | no | no | no | no | yes | yes
2.3.x | no | no | no | no | no | yes

<!-- </compatibilityPinpoint.md> -->
Flink compatibility table:

Pinpoint Version | flink 1.3.X | flink 1.4.X | flink 1.5.X | flink 1.6.X | flink 1.7.X
Expand Down

0 comments on commit 399b3fd

Please sign in to comment.