Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/.repos/kuma
Submodule kuma updated 60 files
+4 −4 .github/workflows/ci.yml
+1 −1 .github/workflows/lifecycle.yml
+1 −1 .github/workflows/test-plugins.yml
+1 −1 .github/workflows/test-tools.yml
+1 −1 .ruby-version
+5 −1 Gemfile.lock
+2 −2 app/_assets/javascripts/form.js
+6 −6 app/_data/versions.yml
+7 −0 app/assets/2.13.x/raw/helm-values.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_circuitbreakers.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_containerpatches.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_dataplaneinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_dataplanes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_externalservices.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_faultinjections.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_healthchecks.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshaccesslogs.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshcircuitbreakers.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshfaultinjections.yaml
+7 −3 app/assets/2.7.x/raw/crds/kuma.io_meshgatewayconfigs.yaml
+14 −22 app/assets/2.7.x/raw/crds/kuma.io_meshgatewayinstances.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshgatewayroutes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshgateways.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshhealthchecks.yaml
+3 −3 app/assets/2.7.x/raw/crds/kuma.io_meshhttproutes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshloadbalancingstrategies.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshmetrics.yaml
+1 −11 app/assets/2.7.x/raw/crds/kuma.io_meshproxypatches.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshratelimits.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshretries.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshservices.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshtcproutes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshtimeouts.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshtraces.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_meshtrafficpermissions.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_proxytemplates.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_ratelimits.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_retries.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_serviceinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_timeouts.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_trafficlogs.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_trafficpermissions.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_trafficroutes.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_traffictraces.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_virtualoutbounds.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zoneegresses.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zoneegressinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zoneingresses.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zoneingressinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zoneinsights.yaml
+1 −1 app/assets/2.7.x/raw/crds/kuma.io_zones.yaml
+7 −0 app/assets/dev/raw/helm-values.yaml
+81 −0 app/assets/raw/CHANGELOG.md
+1 −1 jekyll-kuma-plugins/Gemfile
+6 −6 jekyll-kuma-plugins/Gemfile.lock
+3 −3 mise.toml
+1 −1 package.json
+4 −4 yarn.lock
Loading