Skip to content

Commit

Permalink
Merge pull request #576 from kartverket/istio-1.24
Browse files Browse the repository at this point in the history
Bump Istio to v1.24.2
  • Loading branch information
evenh authored Jan 3, 2025
2 parents 80be252 + a44d335 commit d0545c8
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 50 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
google.golang.org/protobuf v1.36.1
istio.io/api v1.22.3
istio.io/client-go v1.22.3
istio.io/api v1.24.2
istio.io/client-go v1.24.2
k8s.io/api v0.32.0
k8s.io/apiextensions-apiserver v0.32.0
k8s.io/apimachinery v0.32.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1399,10 +1399,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
istio.io/api v1.22.3 h1:V59wgcCm2fK2r137QBsddCDHNg0efg/DauIWEB9DFz8=
istio.io/api v1.22.3/go.mod h1:S3l8LWqNYS9yT+d4bH+jqzH2lMencPkW7SKM1Cu9EyM=
istio.io/client-go v1.22.3 h1:4WocGQYVTASpfn7tj1yGE8f0sgxzbxOkg56HX1LJQ5U=
istio.io/client-go v1.22.3/go.mod h1:D/vNne1n5586423NgGXMnPgshE/99mQgnjnxK/Vw2yM=
istio.io/api v1.24.2 h1:jYjcN6Iq0RPtQj/3KMFsybxmfqmjGN/dxhL7FGJEdIM=
istio.io/api v1.24.2/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/client-go v1.24.2 h1:JTTfBV6dv+AAW+AfccyrdX4T1f9CpsXd1Yzo1s/IYAI=
istio.io/client-go v1.24.2/go.mod h1:dgZ9EmJzh1EECzf6nQhwNL4R6RvlyeH/RXeNeNp/MRg=
k8s.io/api v0.32.0 h1:OL9JpbvAU5ny9ga2fb24X8H6xQlVp+aJMFlgtQjR9CE=
k8s.io/api v0.32.0/go.mod h1:4LEwHZEf6Q/cG96F3dqR965sYOfmPM7rq81BLgsE0p0=
k8s.io/apiextensions-apiserver v0.32.0 h1:S0Xlqt51qzzqjKPxfgX1xh4HBZE+p8KKBq+k2SWNOE0=
Expand Down
7 changes: 0 additions & 7 deletions pkg/resourcegenerator/istio/virtualservice/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ func generateForApplication(r reconciliation.Reconciliation) error {
Name: "redirect-to-https",
Match: []*networkingv1api.HTTPMatchRequest{
{
WithoutHeaders: map[string]*networkingv1api.StringMatch{
":path": {
MatchType: &networkingv1api.StringMatch_Prefix{
Prefix: "/.well-known/acme-challenge/",
},
},
},
Port: 80,
},
},
Expand Down
7 changes: 0 additions & 7 deletions pkg/resourcegenerator/istio/virtualservice/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ func generateForRouting(r reconciliation.Reconciliation) error {
Name: "redirect-to-https",
Match: []*networkingv1api.HTTPMatchRequest{
{
WithoutHeaders: map[string]*networkingv1api.StringMatch{
":path": {
MatchType: &networkingv1api.StringMatch_Prefix{
Prefix: "/.well-known/acme-challenge/",
},
},
},
Port: 80,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
':path':
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
':path':
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
3 changes: 0 additions & 3 deletions tests/application/ingress/application-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
redirect:
redirectCode: 308
scheme: https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
redirect:
redirectCode: 308
scheme: https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
redirect:
redirectCode: 308
scheme: https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
3 changes: 0 additions & 3 deletions tests/routing/routes/patch-routing-change-path-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
3 changes: 0 additions & 3 deletions tests/routing/routes/patch-routing-remove-path-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down
3 changes: 0 additions & 3 deletions tests/routing/routes/routing-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ spec:
http:
- match:
- port: 80
withoutHeaders:
:path:
prefix: /.well-known/acme-challenge/
name: redirect-to-https
redirect:
redirectCode: 308
Expand Down

0 comments on commit d0545c8

Please sign in to comment.