Skip to content

Commit

Permalink
Merge branch 'master' into status/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshutech authored Jan 2, 2025
2 parents 49c3643 + 3a71dc6 commit 7638ffe
Show file tree
Hide file tree
Showing 12,640 changed files with 2,212,313 additions and 1,985 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
paths-ignore:
- docs/v0.*
- docs/assets/js/main.js
- docs/assets/js/search.js
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 5
reviewers:
- nebula-aac
labels:
- kind/chore
- pr/dependencies
2 changes: 1 addition & 1 deletion .github/workflows/build-and-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2 # Not needed with a .ruby-version file
ruby-version: 3.2.6 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install and Build 🔧
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: steps.filter.outputs.modified == 'true'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.6
bundler-cache: true
- name: graphql-docs
if: steps.filter.outputs.modified == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: steps.filter.outputs.modified == 'true'
uses: ruby/setup-ruby@v1.162.0
with:
ruby-version: 3.2.2
ruby-version: 3.2.6
bundler-cache: true
- name: graphql-docs
if: steps.filter.outputs.modified == 'true'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: "1.21"
go-version: "1.23"
- name: goreleaser with tag
uses: goreleaser/goreleaser-action@v6
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ui-and-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: "1.21"
go-version: "1.23"
- name: Run meshery-istio
run: |
mkdir -p /home/runner/.meshery/bin
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
if: steps.filter.outputs.modified == 'true'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.6
bundler-cache: true
- name: graphql-docs
if: steps.filter.outputs.modified == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ui-server-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- run: |
GOPROXY=https://proxy.golang.org,direct GOSUMDB=off GO111MODULE=on go build -tags draft ./server/cmd/main.go ./server/cmd/error.go
- name: Upload artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cncf-playground-deploy-meshery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cd meshery
git restore .
git pull
docker system prune --force
docker compose -f install/playground/docker/docker-compose.yaml pull
docker compose -f install/playground/docker/docker-compose.yaml down
docker compose -f install/playground/docker/docker-compose.yaml up -d --remove-orphans
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name: "CodeQL"

on:
workflow_dispatch:
# push:
# tags:
# - 'v*'
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-codes-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: "1.21"
go-version: "1.23"

- name: Build Error Utility
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: "1.21"
go-version: "1.23"
- name: Go mod sync utility
run: cd meshery-extensions;make graphql-sync;

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
golangci:
strategy:
matrix:
go: [1.21]
go: [1.23]
os: [ubuntu-22.04]
name: golangci-lint
if: github.repository == 'meshery/meshery'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Run coverage
run: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integrations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

# This workflow uses the service account: meshery-integrations-sheet@meshery-237716.iam.gserviceaccount.com
# See these instructions for setup - https://theoephraim.github.io/node-google-spreadsheet/#/getting-started/authentication
# See these instructions for setup - https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication

jobs:
integrations:
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
to: developers@meshery.io
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 }}.
6 changes: 3 additions & 3 deletions .github/workflows/mesheryctl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Setup Cache
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
check-latest: "true"
- name: Run script 📜
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Pull changes from remote
run: git pull origin master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_adapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
config='{"contexts":{"local":{"endpoint":'$svcip',"token":"default","platform":"kubernetes","adapters":[],"channel":"stable","version":"latest"}},"current-context":"local","tokens":[{"location":"auth.json","name":"default"}]}'
echo $config > ~/.meshery/config.yaml
- name: Download patternfile
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: patternfile
- name: Wait for Meshery pods to come up
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ default.profraw

wasm/policies/temp-bundle-extract-dir/**
.nvim.lua

**/.envrc
2 changes: 1 addition & 1 deletion docs/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.6
23 changes: 23 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
FROM jekyll/jekyll:4.0

RUN apk update && apk add --no-cache \
build-base \
libffi-dev \
readline-dev \
zlib-dev \
openssl-dev \
bash \
wget \
curl

ENV RUBY_BASE_VERSION=3.2
ENV RUBY_VERSION=3.2.6

RUN wget https://cache.ruby-lang.org/pub/ruby/${RUBY_BASE_VERSION}/ruby-${RUBY_VERSION}.tar.gz && \
tar -xzf ruby-${RUBY_VERSION}.tar.gz && \
cd ruby-${RUBY_VERSION} && \
./configure && \
make && \
make install && \
cd .. && \
rm -rf ruby-${RUBY_VERSION} ruby-${RUBY_VERSION}.tar.gz
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby '3.2.2'
ruby '3.2.6'

#gem 'bundler', '= 2.4.14'

Expand Down
Loading

0 comments on commit 7638ffe

Please sign in to comment.