forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add/meshery-cillium
- Loading branch information
Showing
36 changed files
with
424 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3.0.0 | ||
with: | ||
fetch-depth: 1 | ||
- name: Docker login | ||
|
@@ -43,13 +43,13 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3.0.0 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: ${{ secrets.GO_VERSION }} | ||
go-version: 1.17 | ||
- name: goreleaser with tag | ||
uses: goreleaser/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.16.7' | ||
go-version: '1.17' | ||
- name: Setup Cache | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ jobs: | |
name: Unit tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3.0.0 | ||
with: | ||
fetch-depth: 2 | ||
- name: Install lynx for xdg-open support | ||
run: sudo apt-get install lynx | ||
- name: Setup Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.16.7" | ||
go-version: "1.17" | ||
- name: Run coverage | ||
run: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic | ||
- name: Upload coverage to Codecov | ||
|
@@ -53,9 +53,9 @@ jobs: | |
- name: Install lynx for xdg-open support | ||
run: sudo apt-get install lynx | ||
- name: Setup Go | ||
uses: actions/setup-go@v2 | ||
uses: actions/setup-go@v3.0.0 | ||
with: | ||
go-version: "1.16.7" | ||
go-version: "1.17" | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package main | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
func TestMain(t *testing.T) { | ||
if testing.Short() { | ||
t.Skip("Skipping test in short mode.") | ||
} | ||
|
||
t.Log("Need to run main() skipping") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
docs/_compatibility/meshery-istio/03-22-2022-07-48-03_21a7ae54.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
timestamp: "2022-03-22 07:47:48 UTC Tue" | ||
meshery-component: meshery-istio | ||
meshery-component-version: edge | ||
meshery-server-version: "v0.6.0-rc-5f" | ||
k8s-distro: minikube | ||
k8s-version: "v1.20.1" | ||
service-mesh: istio | ||
service-mesh-version: "1.13.2" | ||
tests: | ||
istiod: "Running" | ||
istio-egressgateway: "Running" | ||
istio-ingressgateway: "Running" | ||
grafana-addon: null | ||
prometheus-addon: null | ||
overall-status: "passing" | ||
--- |
17 changes: 17 additions & 0 deletions
17
docs/_compatibility/meshery-istio/03-22-2022-14-03-03_1f49c36a.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
timestamp: "2022-03-22 14:03:12 UTC Tue" | ||
meshery-component: meshery-istio | ||
meshery-component-version: edge | ||
meshery-server-version: "v0.6.0-rc-5f" | ||
k8s-distro: minikube | ||
k8s-version: "v1.20.1" | ||
service-mesh: istio | ||
service-mesh-version: "1.13.2" | ||
tests: | ||
istiod: "Running" | ||
istio-egressgateway: "Running" | ||
istio-ingressgateway: "Running" | ||
grafana-addon: "Running" | ||
prometheus-addon: "Running" | ||
overall-status: "passing" | ||
--- |
17 changes: 17 additions & 0 deletions
17
docs/_compatibility/meshery-traefik-mesh/03-22-2022-07-58-03_26d264be.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
timestamp: "2022-03-22 07:58:11 UTC Tue" | ||
meshery-component: meshery-traefik-mesh | ||
meshery-component-version: edge | ||
meshery-server-version: "v0.6.0-rc-5f" | ||
k8s-distro: minikube | ||
k8s-version: "v1.20.1" | ||
service-mesh: traefik-mesh | ||
service-mesh-version: "" | ||
tests: | ||
traefik-mesh-controller: "Running" | ||
traefik-mesh-proxy: "Running" | ||
grafana-core: "Running" | ||
jaeger: "Running" | ||
prometheus-core: "Running" | ||
overall-status: "passing" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.