Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: upgrades Envoy Gateway to v1.3.0 #259

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
style:
if: github.event_name == 'pull_request' || github.event_name == 'push'
name: Check
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: v1.33.0
envoy_version: envoyproxy/envoy:v1.33.0
- name: v1.33
envoy_version: envoyproxy/envoy:v1.33-latest
- name: latest
envoy_version: envoyproxy/envoy-dev:latest
runs-on: ubuntu-latest
Expand Down Expand Up @@ -145,8 +145,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: v1.3.0-rc.1
envoy_gateway_version: v1.3.0-rc.1
- name: v1.3.0
envoy_gateway_version: v1.3.0
- name: latest
envoy_gateway_version: v0.0.0-latest
steps:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
needs: [unittest, test_cel_validation, test_controller, test_extproc, test_e2e]
uses: ./.github/workflows/docker_builds_template.yaml

push_helm:
helm_push:
name: Push Helm chart
# Only push the Helm chart to the GHR when merged into the main branch.
if: github.event_name == 'push'
Expand Down