Skip to content

Commit

Permalink
Bump: envoy related components to post 1.33 pre 1.34 (#10681)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden authored Feb 24, 2025
1 parent 064ef21 commit 54ed45c
Show file tree
Hide file tree
Showing 53 changed files with 1,267 additions and 1,701 deletions.
13 changes: 13 additions & 0 deletions .github/actions/kube-gateway-api-conformance-tests/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Conformance Tests
description: run kubernetes gateway api conformance tests
inputs:
api-version:
description: "Override of the sig Gateway API to test against."
required: false
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -30,12 +34,21 @@ runs:
echo "VERSION=${{ matrix.version }}" >> $GITHUB_ENV
echo "SKIP_DOCKER=true" >> $GITHUB_ENV
fi
if [[ -z "${{ inputs.API_VERSION }}" ]]; then
echo "CONFORMANCE_VERSION=$(cat go.mod | grep gateway-api | cut -d" " -f2 | sed 's/^v0\.\([[:digit:]]\{1,\}\)\.[[:digit:]]\{1,\}$$/1.\1.x/')" >> $GITHUB_ENV
else
echo "CONFORMANCE_VERSION=${{ inputs.API_VERSION }}" >> $GITHUB_ENV
fi
- name: Setup test env
shell: bash
env:
CLUSTER_NODE_VERSION: ${{ matrix.kube-version.node }}
IMAGE_VARIANT: ${{ matrix.image-variant }}
CONFORMANCE: "true"
CONFORMANCE_VERSION: ${{ env.CONFORMANCE_VERSION }}

run: ./hack/kind/setup-kind.sh
- name: Install kgateway via helm
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# `make analyze` runs the linter with similar arguments to what we use here.
# If this action fails, try running `make analyze` locally.
with:
version: v1.57.2
version: v1.64.5
args: --verbose --modules-download-mode=readonly --allow-parallel-runners
skip-cache: true
skip-save-cache: true
Expand Down
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ issues:
# Set to 0 to disable.
max-same-issues: 0

# Make issues output unique by line.
uniq-by-line: true

exclude-dirs:
# don't lint ruleguard files
- test/rules
Expand Down Expand Up @@ -100,8 +103,5 @@ output:
# Print linter name in the end of issue text.
print-linter-name: true

# Make issues output unique by line.
uniq-by-line: true

# Sort results by: filepath, line and column.
sort-results: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SOURCES := $(shell find . -name "*.go" | grep -v test.go)
# ATTENTION: when updating to a new major version of Envoy, check if
# universal header validation has been enabled and if so, we expect
# failures in `test/e2e/header_validation_test.go`.
export ENVOY_IMAGE ?= quay.io/solo-io/envoy-gloo:1.31.2-patch3
export ENVOY_IMAGE ?= quay.io/solo-io/envoy-gloo:1.34.0-patch0
export LDFLAGS := -X 'github.com/kgateway-dev/kgateway/v2/internal/version.Version=$(VERSION)'
export GCFLAGS ?=

Expand Down
6 changes: 3 additions & 3 deletions api/applyconfiguration/api/v1alpha1/aiextensionstats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions api/applyconfiguration/api/v1alpha1/directresponse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api/applyconfiguration/api/v1alpha1/durationfilter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54ed45c

Please sign in to comment.