Skip to content

Commit

Permalink
envoy: upgrade to v1.28.2 (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga authored Apr 5, 2024
1 parent 70b9265 commit d1117bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/pomerium/deployment/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
- name: pomerium
image: pomerium/ingress-controller:v0.25.1
image: pomerium/ingress-controller:v0.25.2
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:v0.25.1
image: pomerium/ingress-controller:v0.25.2
imagePullPolicy: IfNotPresent
name: pomerium
ports:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/martinlindhe/base36 v1.1.1
github.com/open-policy-agent/opa v0.60.0
github.com/pomerium/csrf v1.7.0
github.com/pomerium/pomerium v0.25.1
github.com/pomerium/pomerium v0.25.2
github.com/rs/zerolog v1.31.0
github.com/sergi/go-diff v1.3.1
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
github.com/pomerium/pomerium v0.25.1 h1:phnolWJdNfS5JDH54HvtDfpIdR2gXISexfvtM69wJDE=
github.com/pomerium/pomerium v0.25.1/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM=
github.com/pomerium/pomerium v0.25.2 h1:qvSgwEMMRJ9iC6AtvAZY71kdlRMcTE0ezvLLWmEHiRg=
github.com/pomerium/pomerium v0.25.2/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM=
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b h1:oll/aOfJudnqFAwCvoXK9+WN2zVjTzHVPLXCggHQmHk=
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b/go.mod h1:KswTenBBh4y1pmhU2dpm8VgJQCgSErCg7OOFTeebrNc=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-envoy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin"
export PATH

_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
_envoy_version=1.28.0
_envoy_version=1.28.2
_dir="$_project_root/pomerium/envoy/bin"
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"

Expand Down

0 comments on commit d1117bf

Please sign in to comment.