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 mymesherybranch
- Loading branch information
Showing
1,032 changed files
with
5,100 additions
and
2,615 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,9 @@ jobs: | |
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
# restore-keys: | | ||
# ${{ runner.os }}-go- | ||
|
||
|
||
- name: Pull changes from remote | ||
run: git pull origin master | ||
- name: Run component generation | ||
env: | ||
CRED: ${{ secrets.INTEGRATION_SPREADSHEET_CRED }} | ||
|
@@ -61,6 +63,7 @@ jobs: | |
update-components: | ||
name: Update Components | ||
needs: generate-components | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check out code | ||
|
@@ -73,14 +76,16 @@ jobs: | |
uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.21" | ||
|
||
- name: Pull changes from remote | ||
run: git pull origin master | ||
- name: Run component Updater | ||
env: | ||
CRED: ${{ secrets.INTEGRATION_SPREADSHEET_CRED }} | ||
run: | | ||
cd scripts/component_updater | ||
go build main.go | ||
./main https://docs.google.com/spreadsheets/d/e/2PACX-1vSgOXuiqbhUgtC9oNbJlz9PYpOEaFVoGNUFMIk4NZciFfQv1ewZg8ahdrWHKI79GkKK9TbmnZx8CqIe/pub\?gid\=0\&single\=true\&output\=csv --system meshery ../../server/meshmodel | ||
- name: Commit changes | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
|
@@ -104,4 +109,4 @@ jobs: | |
to: [email protected] | ||
body: | | ||
The GitHub Actions workflow in ${{ github.repository }} has failed. | ||
You can find more details in the GitHub Actions log ${{ github.workflow }}. | ||
You can find more details in the GitHub Actions log ${{ github.workflow }}. |
13 changes: 13 additions & 0 deletions
13
docs/_compatibility/meshery-kuma/11-07-2023-00-57-11_8d44031e.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,13 @@ | ||
--- | ||
timestamp: "2023-11-07 00:57:15 UTC Tue" | ||
meshery-component: meshery-kuma | ||
meshery-component-version: edge | ||
meshery-server-version: "*name" | ||
k8s-distro: minikube | ||
k8s-version: "v1.22.2" | ||
service-mesh: Kuma | ||
service-mesh-version: "2.4.4" | ||
tests: | ||
pod/kuma-control-plane: "Not Running" | ||
overall-status: "failing" | ||
--- |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,36 @@ | ||
--- | ||
layout: release | ||
date: 2023-11-06 | ||
tag: v0.6.172 | ||
--- | ||
|
||
## What's New | ||
## 🔤 General | ||
## 🖥 Meshery UI | ||
|
||
- [Server] K8s connection management @MUzairS15 (#9170) | ||
- Meshmodel new UI @ptdatta (#9184) | ||
- Bump billboard.js from 3.9.0 to 3.10.2 in /ui @dependabot (#9269) | ||
- Bump eslint-config-next from 13.5.3 to 14.0.1 in /provider-ui @dependabot (#9277) | ||
- Bump cypress from 13.3.0 to 13.4.0 in /provider-ui @dependabot (#9279) | ||
- Add sidecar icon @ShatilKhan (#9291) | ||
- [UI] Expose generic RJSF modal to meshery extension @Yashsharma1911 (#9304) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Bump billboard.js from 3.9.0 to 3.10.2 in /ui @dependabot (#9269) | ||
- Bump fortio.org/fortio from 1.57.5 to 1.60.3 @dependabot (#9272) | ||
- Bump eslint-config-next from 13.5.3 to 14.0.1 in /provider-ui @dependabot (#9277) | ||
- Bump cypress from 13.3.0 to 13.4.0 in /provider-ui @dependabot (#9279) | ||
|
||
## 📖 Documentation | ||
|
||
- added some svgs in docs @iArchitSharma (#9312) | ||
- [Docs] Exclude old versions from rendering in local builds @leecalcote (#9310) | ||
- Added description of Docs capability for "alerts" @Debaditya-Som (#9226) | ||
- [docs] Add docs for notification center @aabidsofi19 (#9303) | ||
|
||
## 👨🏽💻 Contributors | ||
|
||
Thank you to our contributors for making this release possible: | ||
@Aisuko, @Debaditya-Som, @MUzairS15, @ShatilKhan, @Yashsharma1911, @aabidsofi19, @dependabot, @dependabot[bot], @iArchitSharma, @l5io, @leecalcote, @ptdatta, @theBeginner86 and l5io |
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,27 @@ | ||
--- | ||
layout: release | ||
date: 2023-11-07 | ||
tag: v0.6.173 | ||
--- | ||
|
||
## What's New | ||
## 🔤 General | ||
## 🖥 Meshery UI | ||
|
||
- Fix Dark mode @ptdatta (#9318) | ||
- Enable status col in connection and add ping check @sudhanshutech (#9317) | ||
- [bug] Fix broken UI @sudhanshutech (#9315) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- [bug] Fix broken UI @sudhanshutech (#9315) | ||
|
||
## 📖 Documentation | ||
|
||
- [docs] Fix Redirection /platforms/page -> /page @theBeginner86 (#9316) | ||
- [bug/docs] Fix redirect from /platforms @theBeginner86 (#9314) | ||
|
||
## 👨🏽💻 Contributors | ||
|
||
Thank you to our contributors for making this release possible: | ||
@MUzairS15, @l5io, @leecalcote, @ptdatta, @sudhanshutech and @theBeginner86 |
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
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
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
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
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
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.