8000 Update FIPS notes for 3.6.1 (#5972) · nginx/kubernetes-ingress@abfdebf · GitHub
[go: up one dir, main page]

Skip to content

Commit abfdebf

Browse files
authored
Update FIPS notes for 3.6.1 (#5972)
1 parent a31dde2 commit abfdebf

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/content/releases.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ toc: true
88
weight: 2100
99
---
1010
{{< note >}}
11-
[Release 3.6.1](#361) does not include FIPS compliant images due to compatibility issues with a dependent library.
11+
FIPS compliant images are currently impacted by compatibility issues with a dependent library.
12+
1213
We recommend against:
1314
1. Patching older FIPS images, which could re-introduce the incompatible dependency.
1415
2. Building new custom FIPS images.
@@ -18,10 +19,6 @@ We recommend against:
1819

1920
04 Jul 2024
2021

21-
{{< note >}}
22-
This release does not include FIPS compliant images due to compatibility issues with a dependent library.
23-
{{< /note >}}
24-
2522
### <i class="fa-solid fa-bug-slash"></i> Fixes
2623
- [5921](https://github.com/nginxinc/kubernetes-ingress/pull/5921) GRPC healthcheck should not have keepalive time
2724
- [5889](https://github.com/nginxinc/kubernetes-ingress/pull/5889) Add default telemetry endpoint

docs/content/technical-specifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ NGINX Plus images are available through the F5 Container registry `private-regis
8080
|<div style="width:200px">Name</div> | <div style="width:100px">Base image</div> | <div style="width:200px">Third-party modules</div> | F5 Container Registry Image | Architectures |
8181
| ---| ---| --- | --- | --- |
8282
|Alpine-based image | ``alpine:3.19`` | NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog | `nginx-ic/nginx-plus-ingress:3.6.1-alpine` | arm64<br>amd64 |
83-
|Alpine-based image with FIPS inside <br><br>_Not currently available for v3.6.1_ | ``alpine:3.19`` | NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic/nginx-plus-ingress:3.6.0-alpine-fips` | arm64<br>amd64 |
84-
|Alpine-based image with NGINX App Protect WAF & FIPS inside <br><br>_Not currently available for v3.6.1_ | ``alpine:3.17`` | NGINX App Protect WAF<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic-nap/nginx-plus-ingress:3.6.0-alpine-fips` | amd64 |
85-
|Alpine-based image with NGINX App Protect WAF v5 & FIPS inside <br><br>_Not currently available for v3.6.1_ | ``alpine:3.17`` | NGINX App Protect WAF v5<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic-nap-v5/nginx-plus-ingress:3.6.0-alpine-fips` | amd64 |
83+
|Alpine-based image with FIPS inside | ``alpine:3.19`` | NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic/nginx-plus-ingress:3.6.1-alpine-fips` | arm64<br>amd64 |
84+
|Alpine-based image with NGINX App Protect WAF & FIPS inside | ``alpine:3.17`` | NGINX App Protect WAF<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic-nap/nginx-plus-ingress:3.6.1-alpine-fips` | amd64 |
85+
|Alpine-based image with NGINX App Protect WAF v5 & FIPS inside | ``alpine:3.17`` | NGINX App Protect WAF v5<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog<br><br>FIPS module and OpenSSL configuration | `nginx-ic-nap-v5/nginx-plus-ingress:3.6.1-alpine-fips` | amd64 |
8686
|Debian-based image | ``debian:12-slim`` | NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog | `nginx-ic/nginx-plus-ingress:3.6.1` | arm64<br>amd64 |
8787
|Debian-based image with NGINX App Protect WAF | ``debian:12-slim`` | NGINX App Protect WAF<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog | `nginx-ic-nap/nginx-plus-ingress:3.6.1` | amd64 |
8888
|Debian-based image with NGINX App Protect WAF v5 | ``debian:12-slim`` | NGINX App Protect WAF v5<br><br>NGINX Plus JavaScript and OpenTracing modules<br><br>OpenTracing tracers for Jaeger<br><br>Zipkin and Datadog | `nginx-ic-nap-v5/nginx-plus-ingress:3.6.1` | amd64 |

0 commit comments

Comments
 (0)
0