Skip to content

Commit

Permalink
set version to v0.27.1 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins authored Sep 30, 2024
1 parent 9a75ad2 commit 8b0728b
Show file tree
Hide file tree
Showing 4 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.27.0
image: pomerium/ingress-controller:v0.27.1
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:v0.27.0
image: pomerium/ingress-controller:v0.27.1
imagePullPolicy: IfNotPresent
name: pomerium
ports:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ require (
github.com/iancoleman/strcase v0.3.0
github.com/martinlindhe/base36 v1.1.1
github.com/open-policy-agent/opa v0.68.0
github.com/pomerium/csrf v1.7.0
github.com/pomerium/pomerium v0.27.0
github.com/pomerium/pomerium v0.27.1
github.com/rs/zerolog v1.33.0
github.com/sergi/go-diff v1.3.1
github.com/spf13/cobra v1.8.1
Expand Down Expand Up @@ -159,6 +158,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pomerium/csrf v1.7.0 // indirect
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,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.27.0 h1:NFNIxNIlBXmOoquoMuSTrtipZwuXDiN2FX5Jei26/Jg=
github.com/pomerium/pomerium v0.27.0/go.mod h1:aEpbWIJL0LPCK7TdJD5C1/LQ05JwvWsEG//GmS5EV3I=
github.com/pomerium/pomerium v0.27.1 h1:e2p5mbsIqDno2AX1VQ1z+357TaiZw+JidtukAi9zTCU=
github.com/pomerium/pomerium v0.27.1/go.mod h1:aEpbWIJL0LPCK7TdJD5C1/LQ05JwvWsEG//GmS5EV3I=
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172/go.mod h1:kBQ45E9LluzW7FP1Scn3esaiS2WVbvNRLMOTHareZNQ=
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU=
Expand Down

0 comments on commit 8b0728b

Please sign in to comment.