Skip to content

Commit 9657672

Browse files
authored
Update F5 WAF to 5.13.4 (#10479)
* WAF update update F5 WAF to 5.13.4 * update snaps
1 parent 73ff1bc commit 9657672

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
355355
- name: Generate WAF v5 tgz from JSON
356356
run: |
357-
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.13.3 -p /data/wafv5.json -o /data/wafv5.tgz
357+
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.13.4 -p /data/wafv5.json -o /data/wafv5.tgz
358358
if: ${{ contains(matrix.images.image, 'nap-v5')}}
359359

360360
- name: Generate secrets for tests

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224

225225
- name: Generate WAF v5 tgz from JSON
226226
run: |
227-
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.13.3 -p /data/wafv5.json -o /data/wafv5.tgz
227+
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.13.4 -p /data/wafv5.json -o /data/wafv5.tgz
228228
if: ${{ contains(inputs.image, 'nap-v5')}}
229229

230230
- name: Run Smoke Tests

charts/nginx-ingress/values.schema.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@
350350
},
351351
"tag": {
352352
"type": "string",
353-
"default": "5.13.3",
353+
"default": "5.13.4",
354354
"title": "The tag of the App Protect WAF v5 Enforcer image",
355355
"examples": [
356-
"5.13.3"
356+
"5.13.4"
357357
]
358358
},
359359
"digest": {
@@ -389,7 +389,7 @@
389389
"examples": [
390390
{
391391
"repository": "private-registry.nginx.com/nap/waf-enforcer",
392-
"tag": "5.13.3",
392+
"tag": "5.13.4",
393393
"pullPolicy": "IfNotPresent"
394394
}
395395
]
@@ -427,10 +427,10 @@
427427
},
428428
"tag": {
429429
"type": "string",
430-
"default": "5.13.3",
430+
"default": "5.13.4",
431431
"title": "The tag of the App Protect WAF v5 Config Manager image",
432432
"examples": [
433-
"5.13.3"
433+
"5.13.4"
434434
]
435435
},
436436
"digest": {
@@ -466,7 +466,7 @@
466466
"examples": [
467467
{
468468
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
469-
"tag": "5.13.3",
469+
"tag": "5.13.4",
470470
"pullPolicy": "IfNotPresent"
471471
}
472472
]
@@ -523,10 +523,10 @@
523523
},
524524
"tag": {
525525
"type": "string",
526-
"default": "5.13.3",
526+
"default": "5.13.4",
527527
"title": "The tag of the App Protect WAF v5 IP Intelligence image",
528528
"examples": [
529-
"5.13.3"
529+
"5.13.4"
530530
]
531531
},
532532
"digest": {
@@ -562,7 +562,7 @@
562562
"examples": [
563563
{
564564
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
565-
"tag": "5.13.3",
565+
"tag": "5.13.4",
566566
"pullPolicy": "IfNotPresent"
567567
}
568568
]
@@ -2134,15 +2134,15 @@
21342134
"port": 50000,
21352135
"image": {
21362136
"repository": "private-registry.nginx.com/nap/waf-enforcer",
2137-
"tag": "5.13.3",
2137+
"tag": "5.13.4",
21382138
"pullPolicy": "IfNotPresent"
21392139
},
21402140
"securityContext": {}
21412141
},
21422142
"configManager": {
21432143
"image": {
21442144
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
2145-
"tag": "5.13.3",
2145+
"tag": "5.13.4",
21462146
"pullPolicy": "IfNotPresent"
21472147
},
21482148
"securityContext": {
@@ -2160,7 +2160,7 @@
21602160
"enable": false,
21612161
"image": {
21622162
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
2163-
"tag": "5.13.3",
2163+
"tag": "5.13.4",
21642164
"pullPolicy": "IfNotPresent"
21652165
},
21662166
"securityContext": {
@@ -2793,15 +2793,15 @@
27932793
"port": 50000,
27942794
"image": {
27952795
"repository": "private-registry.nginx.com/nap/waf-enforcer",
2796-
"tag": "5.13.3",
2796+
"tag": "5.13.4",
27972797
"pullPolicy": "IfNotPresent"
27982798
},
27992799
"securityContext": {}
28002800
},
28012801
"configManager": {
28022802
"image": {
28032803
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
2804-
"tag": "5.13.3",
2804+
"tag": "5.13.4",
28052805
"pullPolicy": "IfNotPresent"
28062806
},
28072807
"securityContext": {
@@ -2819,7 +2819,7 @@
28192819
"enable": false,
28202820
"image": {
28212821
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
2822-
"tag": "5.13.3",
2822+
"tag": "5.13.4",
28232823
"pullPolicy": "IfNotPresent"
28242824
},
28252825
"securityContext": {

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# Nginx registry address to pull waf components from
3434
NGX_REG = "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr"
3535
# WAF component version to pull from above registry
36-
WAF_V5_VERSION = "5.13.3"
36+
WAF_V5_VERSION = "5.13.4"

0 commit comments

Comments
 (0)