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 model_export
Signed-off-by: Nithish Karthik <[email protected]>
- Loading branch information
Showing
13,671 changed files
with
66,877 additions
and
54,896 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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,32 @@ | ||
--- | ||
layout: integration | ||
title: Akri | ||
subtitle: Collaborative and visual infrastructure as code for Akri | ||
image: /assets/img/integrations/akri/icons/color/akri-color.svg | ||
permalink: extensibility/integrations/akri | ||
docURL: https://docs.meshery.io/extensibility/integrations/akri | ||
description: | ||
integrations-category: Provisioning | ||
integrations-subcategory: Automation & Configuration | ||
registrant: Artifact Hub | ||
components: | ||
- name: configuration | ||
colorIcon: assets/img/integrations/akri/components/configuration/icons/color/configuration-color.svg | ||
whiteIcon: assets/img/integrations/akri/components/configuration/icons/white/configuration-white.svg | ||
description: | ||
- name: instance | ||
colorIcon: assets/img/integrations/akri/components/instance/icons/color/instance-color.svg | ||
whiteIcon: assets/img/integrations/akri/components/instance/icons/white/instance-white.svg | ||
description: | ||
featureList: [ | ||
"Expose heterogeneous leaf devices as resources in a Kubernetes cluster", | ||
"It is made for the edge and handles the dynamic appearance and disappearance of leaf devices.", | ||
"It provides an abstraction layer similar to CNI." | ||
] | ||
howItWorks: "Collaborative Infrastructure as Code" | ||
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs." | ||
language: en | ||
list: include | ||
type: extensibility | ||
category: integrations | ||
--- |
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,70 @@ | ||
--- | ||
layout: integration | ||
title: Kyverno | ||
subtitle: Collaborative and visual infrastructure as code for Kyverno | ||
image: /assets/img/integrations/kyverno/icons/color/kyverno-color.svg | ||
permalink: extensibility/integrations/kyverno | ||
docURL: https://docs.meshery.io/extensibility/integrations/kyverno | ||
description: | ||
integrations-category: Provisioning | ||
integrations-subcategory: Provisioning | ||
registrant: GitHub | ||
components: | ||
- name: admission-report | ||
colorIcon: assets/img/integrations/kyverno/components/admission-report/icons/color/admission-report-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/admission-report/icons/white/admission-report-white.svg | ||
description: | ||
- name: background-scan-report | ||
colorIcon: assets/img/integrations/kyverno/components/background-scan-report/icons/color/background-scan-report-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/background-scan-report/icons/white/background-scan-report-white.svg | ||
description: | ||
- name: cleanup-policy | ||
colorIcon: assets/img/integrations/kyverno/components/cleanup-policy/icons/color/cleanup-policy-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/cleanup-policy/icons/white/cleanup-policy-white.svg | ||
description: | ||
- name: cluster-admission-report | ||
colorIcon: assets/img/integrations/kyverno/components/cluster-admission-report/icons/color/cluster-admission-report-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/cluster-admission-report/icons/white/cluster-admission-report-white.svg | ||
description: | ||
- name: cluster-background-scan-report | ||
colorIcon: assets/img/integrations/kyverno/components/cluster-background-scan-report/icons/color/cluster-background-scan-report-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/cluster-background-scan-report/icons/white/cluster-background-scan-report-white.svg | ||
description: | ||
- name: cluster-cleanup-policy | ||
colorIcon: assets/img/integrations/kyverno/components/cluster-cleanup-policy/icons/color/cluster-cleanup-policy-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/cluster-cleanup-policy/icons/white/cluster-cleanup-policy-white.svg | ||
description: | ||
- name: cluster-policy | ||
colorIcon: assets/img/integrations/kyverno/components/cluster-policy/icons/color/cluster-policy-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/cluster-policy/icons/white/cluster-policy-white.svg | ||
description: | ||
- name: global-context-entry | ||
colorIcon: assets/img/integrations/kyverno/components/global-context-entry/icons/color/global-context-entry-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/global-context-entry/icons/white/global-context-entry-white.svg | ||
description: | ||
- name: policy | ||
colorIcon: assets/img/integrations/kyverno/components/policy/icons/color/policy-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/policy/icons/white/policy-white.svg | ||
description: | ||
- name: policy-exception | ||
colorIcon: assets/img/integrations/kyverno/components/policy-exception/icons/color/policy-exception-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/policy-exception/icons/white/policy-exception-white.svg | ||
description: | ||
- name: update-request | ||
colorIcon: assets/img/integrations/kyverno/components/update-request/icons/color/update-request-color.svg | ||
whiteIcon: assets/img/integrations/kyverno/components/update-request/icons/white/update-request-white.svg | ||
description: | ||
featureList: [ | ||
"Use Meshery&ldquos GitHub Actions to test policies and validate resources without need for the Kyverno CLI.", | ||
"Use Meshery with Kyverno to inspect image metadata and | ||
match resources using label selectors and wildcards.", | ||
"Report Kyverno policy violations alongside your existing Meshery policy reports. | ||
" | ||
] | ||
howItWorks: "Block non-conformant resources" | ||
howItWorksDetails: "Using MeshMap, apply best practice design templates for admission control over non-conformant resources." | ||
language: en | ||
list: include | ||
type: extensibility | ||
category: integrations | ||
--- |
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,38 @@ | ||
--- | ||
layout: release | ||
date: 2024-07-05 | ||
tag: v0.7.79 | ||
--- | ||
|
||
## What's New | ||
## 🔤 General | ||
- [Relationships] Dapr: Add dapr relationships @innocentrda (#11058) | ||
|
||
## ⌨️ Meshery CLI | ||
|
||
- `pattern export` command for mesheryctl @Jougan-0 (#11270) | ||
|
||
## 🖥 Meshery UI | ||
|
||
- remove validation error truncating @aabidsofi19 (#11333) | ||
- Move prompt component to sistent modal @sudhanshutech (#11317) | ||
- Bump relay-compiler from 16.2.0 to 17.0.0 in /ui @dependabot (#11279) | ||
- Fix info modal validation issues @shubham251972 (#11308) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Bump relay-compiler from 16.2.0 to 17.0.0 in /ui @dependabot (#11279) | ||
- Bump google.golang.org/api from 0.169.0 to 0.187.0 @dependabot (#11298) | ||
- Update cncf-staging-playground-deploy-meshery.yaml @MUzairS15 (#11328) | ||
- [CI] Pull Request Labeler: Update labeler to include matching of *.rego files @leecalcote (#11327) | ||
|
||
## 📖 Documentation | ||
|
||
- `pattern export` command for mesheryctl @Jougan-0 (#11270) | ||
- Updated extension points link in FAQ.md @Aviral0702 (#11325) | ||
- Fix docs build failing @shubham251972 (#11326) | ||
|
||
## 👨🏽💻 Contributors | ||
|
||
Thank you to our contributors for making this release possible: | ||
@Aviral0702, @Jougan-0, @MUzairS15, @Yashsharma1911, @aabidsofi19, @dependabot, @dragon-slayer875, @innocentrda, @l5io, @leecalcote, @shubham251972 and @sudhanshutech |
1 change: 1 addition & 0 deletions
1
.../integrations/akri/components/configuration/icons/color/configuration-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
.../integrations/akri/components/configuration/icons/white/configuration-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...assets/img/integrations/akri/components/instance/icons/color/instance-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
...assets/img/integrations/akri/components/instance/icons/white/instance-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.