Skip to content

Commit d6c782b

Browse files
authored
upgrade to core 0.30.2 (#1196)
1 parent 40fe140 commit d6c782b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/pomerium/deployment/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
- name: pomerium
11-
image: pomerium/ingress-controller:v0.30.1
11+
image: pomerium/ingress-controller:v0.30.2
1212
imagePullPolicy: Always

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ spec:
933933
valueFrom:
934934
fieldRef:
935935
fieldPath: status.podIP
936-
image: pomerium/ingress-controller:v0.30.1
936+
image: pomerium/ingress-controller:v0.30.2
937937
imagePullPolicy: Always
938938
name: pomerium
939939
ports:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/martinlindhe/base36 v1.1.1
1818
github.com/open-policy-agent/opa v1.6.0
1919
github.com/pomerium/csrf v1.7.0
20-
github.com/pomerium/pomerium v0.30.1
20+
github.com/pomerium/pomerium v0.30.2
2121
github.com/rs/zerolog v1.34.0
2222
github.com/sergi/go-diff v1.4.0
2323
github.com/spf13/cobra v1.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb5
632632
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
633633
github.com/pomerium/envoy-custom v1.34.1-rc2.0.20250625214310-c029d58dae62 h1:H0UYd/lI+U/+TZC3vZ+6jeSCuaNiAc67GBhZuXbfEVw=
634634
github.com/pomerium/envoy-custom v1.34.1-rc2.0.20250625214310-c029d58dae62/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
635-
github.com/pomerium/pomerium v0.30.1 h1:SbUFhFf3+mpKdELwI4ESwhfxQwPLkIZzOAOFrkgV2rw=
636-
github.com/pomerium/pomerium v0.30.1/go.mod h1:ByyYIMKnlZEh2StXmTNVXstjqGezqbrqIn8w4jOkVr4=
635+
github.com/pomerium/pomerium v0.30.2 h1:6wcjotNfbzZh5465df2/hxLQMwPImDn/krIPiyinrkM=
636+
github.com/pomerium/pomerium v0.30.2/go.mod h1:ByyYIMKnlZEh2StXmTNVXstjqGezqbrqIn8w4jOkVr4=
637637
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 h1:NRTg8JOXCxcIA1lAgD74iYud0rbshbWOB3Ou4+Huil8=
638638
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46/go.mod h1:QqZmx6ZgPxz18va7kqoT4t/0yJtP7YFIDiT/W2n2fZ4=
639639
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=

0 commit comments

Comments
 (0)