diff --git a/CHANGELOG.md b/CHANGELOG.md index 56112e1bc8..e90fa8a5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ This document includes a curated changelog for each release. We also publish a c a [GitHub release](https://github.com/nginx/nginx-gateway-fabric/releases), which, by contrast, is auto-generated and includes links to all PRs that went into the release. +## Release 2.1.4 + +_October 1, 2025_ + +BUG FIXES: + +- Update Alpine packages libcrpyto3 and libssl3 to fix cves. [3993](https://github.com/nginx/nginx-gateway-fabric/pull/3993) + +HELM CHART: + +- The version of the Helm chart is now 2.1.4 + +COMPATIBILITY: + +- Gateway API version: `1.3.0` +- NGINX version: `1.29.1` +- NGINX Plus version: `R35` +- NGINX Agent version: `v3.3.1` +- Kubernetes version: `1.25+` + +CONTAINER IMAGES: + +- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.1.4` +- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.1.4` +- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.1.4` + ## Release 2.1.3 _October 1, 2025_ diff --git a/README.md b/README.md index 70f0644858..9f28d50814 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can find the comprehensive NGINX Gateway Fabric user documentation on the [N We publish NGINX Gateway Fabric releases on GitHub. See our [releases page](https://github.com/nginx/nginx-gateway-fabric/releases). -The latest release is [2.1.3](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.1.3). +The latest release is [2.1.4](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.1.4). The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose the _edge_ version built from the [latest commit](https://github.com/nginx/nginx-gateway-fabric/commits/main) @@ -47,7 +47,7 @@ to the correct versions: | Version | Description | Installation Manifests | Documentation and Examples | |----------------|------------------------------------------|--------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.3/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.3/examples). | +| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.4/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.4/examples). | | Edge | For experimental use and latest features | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/main/deploy). | [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/main/examples). | ### Versioning @@ -69,6 +69,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent | |----------------------|-------------|------------|-----------|------------|-------------| | Edge | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.2 | +| 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 | | 2.1.3 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 | | 2.1.2 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 | | 2.1.1 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.2.1 | diff --git a/charts/nginx-gateway-fabric/Chart.yaml b/charts/nginx-gateway-fabric/Chart.yaml index 1cddec584a..a4695b3509 100644 --- a/charts/nginx-gateway-fabric/Chart.yaml +++ b/charts/nginx-gateway-fabric/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nginx-gateway-fabric description: NGINX Gateway Fabric type: application -version: 2.1.3 -appVersion: "2.1.3" +version: 2.1.4 +appVersion: "2.1.4" kubeVersion: ">= 1.25.0-0" home: https://github.com/nginx/nginx-gateway-fabric icon: https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png diff --git a/charts/nginx-gateway-fabric/README.md b/charts/nginx-gateway-fabric/README.md index a4a321de82..157e3333d6 100644 --- a/charts/nginx-gateway-fabric/README.md +++ b/charts/nginx-gateway-fabric/README.md @@ -1,7 +1,7 @@ # NGINX Gateway Fabric Helm Chart -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-informational?style=flat-square) - [NGINX Gateway Fabric Helm Chart](#nginx-gateway-fabric-helm-chart) - [Introduction](#introduction) @@ -264,7 +264,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri | `certGenerator.ttlSecondsAfterFinished` | How long to wait after the cert generator job has finished before it is removed by the job controller. | int | `30` | | `clusterDomain` | The DNS cluster domain of your Kubernetes cluster. | string | `"cluster.local"` | | `gateways` | A list of Gateway objects. View https://gateway-api.sigs.k8s.io/reference/spec/#gateway for full Gateway reference. | list | `[]` | -| `nginx` | The nginx section contains the configuration for all NGINX data plane deployments installed by the NGINX Gateway Fabric control plane. | object | `{"autoscaling":{"enable":false},"config":{},"container":{"hostPorts":[],"lifecycle":{},"readinessProbe":{},"resources":{},"volumeMounts":[]},"debug":false,"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"2.1.3"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","nginxOneConsole":{"dataplaneKeySecretName":"","endpointHost":"agent.connect.nginx.com","endpointPort":443,"skipVerify":false},"patches":[],"plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","loadBalancerClass":"","loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePorts":[],"patches":[],"type":"LoadBalancer"},"usage":{"caSecretName":"","clientSSLSecretName":"","endpoint":"","resolver":"","secretName":"nplus-license","skipVerify":false}}` | +| `nginx` | The nginx section contains the configuration for all NGINX data plane deployments installed by the NGINX Gateway Fabric control plane. | object | `{"autoscaling":{"enable":false},"config":{},"container":{"hostPorts":[],"lifecycle":{},"readinessProbe":{},"resources":{},"volumeMounts":[]},"debug":false,"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"2.1.4"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","nginxOneConsole":{"dataplaneKeySecretName":"","endpointHost":"agent.connect.nginx.com","endpointPort":443,"skipVerify":false},"patches":[],"plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","loadBalancerClass":"","loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePorts":[],"patches":[],"type":"LoadBalancer"},"usage":{"caSecretName":"","clientSSLSecretName":"","endpoint":"","resolver":"","secretName":"nplus-license","skipVerify":false}}` | | `nginx.autoscaling` | Autoscaling configuration for the NGINX data plane. | object | `{"enable":false}` | | `nginx.autoscaling.enable` | Enable or disable Horizontal Pod Autoscaler for the NGINX data plane. | bool | `false` | | `nginx.config` | The configuration for the data plane that is contained in the NginxProxy resource. This is applied globally to all Gateways managed by this instance of NGINX Gateway Fabric. | object | `{}` | @@ -301,7 +301,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri | `nginx.usage.resolver` | The nameserver used to resolve the NGINX Plus usage reporting endpoint. Used with NGINX Instance Manager. | string | `""` | | `nginx.usage.secretName` | The name of the Secret containing the JWT for NGINX Plus usage reporting. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). | string | `"nplus-license"` | | `nginx.usage.skipVerify` | Disable client verification of the NGINX Plus usage reporting server certificate. | bool | `false` | -| `nginxGateway` | The nginxGateway section contains configuration for the NGINX Gateway Fabric control plane deployment. | object | `{"affinity":{},"autoscaling":{"enable":false},"config":{"logging":{"level":"info"}},"configAnnotations":{},"extraVolumeMounts":[],"extraVolumes":[],"gatewayClassAnnotations":{},"gatewayClassName":"nginx","gatewayControllerName":"gateway.nginx.org/nginx-gateway-controller","gwAPIExperimentalFeatures":{"enable":false},"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric","tag":"2.1.3"},"kind":"deployment","labels":{},"leaderElection":{"enable":true,"lockName":""},"lifecycle":{},"metrics":{"enable":true,"port":9113,"secure":false},"name":"","nodeSelector":{},"podAnnotations":{},"productTelemetry":{"enable":true},"readinessProbe":{"enable":true,"initialDelaySeconds":3,"port":8081},"replicas":1,"resources":{},"service":{"annotations":{},"labels":{}},"serviceAccount":{"annotations":{},"imagePullSecret":"","imagePullSecrets":[],"name":""},"snippetsFilters":{"enable":false},"terminationGracePeriodSeconds":30,"tolerations":[],"topologySpreadConstraints":[]}` | +| `nginxGateway` | The nginxGateway section contains configuration for the NGINX Gateway Fabric control plane deployment. | object | `{"affinity":{},"autoscaling":{"enable":false},"config":{"logging":{"level":"info"}},"configAnnotations":{},"extraVolumeMounts":[],"extraVolumes":[],"gatewayClassAnnotations":{},"gatewayClassName":"nginx","gatewayControllerName":"gateway.nginx.org/nginx-gateway-controller","gwAPIExperimentalFeatures":{"enable":false},"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric","tag":"2.1.4"},"kind":"deployment","labels":{},"leaderElection":{"enable":true,"lockName":""},"lifecycle":{},"metrics":{"enable":true,"port":9113,"secure":false},"name":"","nodeSelector":{},"podAnnotations":{},"productTelemetry":{"enable":true},"readinessProbe":{"enable":true,"initialDelaySeconds":3,"port":8081},"replicas":1,"resources":{},"service":{"annotations":{},"labels":{}},"serviceAccount":{"annotations":{},"imagePullSecret":"","imagePullSecrets":[],"name":""},"snippetsFilters":{"enable":false},"terminationGracePeriodSeconds":30,"tolerations":[],"topologySpreadConstraints":[]}` | | `nginxGateway.affinity` | The affinity of the NGINX Gateway Fabric control plane pod. | object | `{}` | | `nginxGateway.autoscaling` | Autoscaling configuration for the NGINX Gateway Fabric control plane. | object | `{"enable":false}` | | `nginxGateway.autoscaling.enable` | Enable or disable Horizontal Pod Autoscaler for the control plane. | bool | `false` | @@ -313,7 +313,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri | `nginxGateway.gatewayClassName` | The name of the GatewayClass that will be created as part of this release. Every NGINX Gateway Fabric must have a unique corresponding GatewayClass resource. NGINX Gateway Fabric only processes resources that belong to its class - i.e. have the "gatewayClassName" field resource equal to the class. | string | `"nginx"` | | `nginxGateway.gatewayControllerName` | The name of the Gateway controller. The controller name must be of the form: DOMAIN/PATH. The controller's domain is gateway.nginx.org. | string | `"gateway.nginx.org/nginx-gateway-controller"` | | `nginxGateway.gwAPIExperimentalFeatures.enable` | Enable the experimental features of Gateway API which are supported by NGINX Gateway Fabric. Requires the Gateway APIs installed from the experimental channel. | bool | `false` | -| `nginxGateway.image` | The image configuration for the NGINX Gateway Fabric control plane. | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric","tag":"2.1.3"}` | +| `nginxGateway.image` | The image configuration for the NGINX Gateway Fabric control plane. | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric","tag":"2.1.4"}` | | `nginxGateway.image.repository` | The NGINX Gateway Fabric image to use | string | `"ghcr.io/nginx/nginx-gateway-fabric"` | | `nginxGateway.kind` | The kind of the NGINX Gateway Fabric installation - currently, only deployment is supported. | string | `"deployment"` | | `nginxGateway.labels` | Set of labels to be added for NGINX Gateway Fabric deployment. | object | `{}` | diff --git a/charts/nginx-gateway-fabric/values.schema.json b/charts/nginx-gateway-fabric/values.schema.json index 68962ca747..1e4faf2b9c 100644 --- a/charts/nginx-gateway-fabric/values.schema.json +++ b/charts/nginx-gateway-fabric/values.schema.json @@ -424,7 +424,7 @@ "type": "string" }, "tag": { - "default": "2.1.3", + "default": "2.1.4", "required": [], "title": "tag", "type": "string" @@ -796,7 +796,7 @@ "type": "string" }, "tag": { - "default": "2.1.3", + "default": "2.1.4", "required": [], "title": "tag", "type": "string" diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index ea0e6f57a1..3f5d0c9720 100644 --- a/charts/nginx-gateway-fabric/values.yaml +++ b/charts/nginx-gateway-fabric/values.yaml @@ -116,7 +116,7 @@ nginxGateway: image: # -- The NGINX Gateway Fabric image to use repository: ghcr.io/nginx/nginx-gateway-fabric - tag: 2.1.3 + tag: 2.1.4 # @schema # enum: # - Always @@ -271,7 +271,7 @@ nginx: image: # -- The NGINX image to use. repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 # @schema # enum: # - Always diff --git a/deploy/azure/deploy.yaml b/deploy/azure/deploy.yaml index c850efff90..d546d3d3eb 100644 --- a/deploy/azure/deploy.yaml +++ b/deploy/azure/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -183,7 +183,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -201,7 +201,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -218,7 +218,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -238,7 +238,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -286,8 +286,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -334,7 +334,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -355,7 +355,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -381,7 +381,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -397,7 +397,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -410,7 +410,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -420,7 +420,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 pod: nodeSelector: kubernetes.io/os: linux diff --git a/deploy/default/deploy.yaml b/deploy/default/deploy.yaml index 6d19c30a32..26162193bb 100644 --- a/deploy/default/deploy.yaml +++ b/deploy/default/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -183,7 +183,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -201,7 +201,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -218,7 +218,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -238,7 +238,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -286,8 +286,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -332,7 +332,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -353,7 +353,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -379,7 +379,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -395,7 +395,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -408,7 +408,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -418,7 +418,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental-nginx-plus/deploy.yaml b/deploy/experimental-nginx-plus/deploy.yaml index 87c006caab..1d04007fcb 100644 --- a/deploy/experimental-nginx-plus/deploy.yaml +++ b/deploy/experimental-nginx-plus/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -187,7 +187,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -205,7 +205,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -222,7 +222,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -242,7 +242,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -294,8 +294,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -340,7 +340,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -361,7 +361,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -387,7 +387,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -403,7 +403,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -416,7 +416,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -426,7 +426,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental/deploy.yaml b/deploy/experimental/deploy.yaml index b1c735d433..c04ea641be 100644 --- a/deploy/experimental/deploy.yaml +++ b/deploy/experimental/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -187,7 +187,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -205,7 +205,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -222,7 +222,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -242,7 +242,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -291,8 +291,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -337,7 +337,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -358,7 +358,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -384,7 +384,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -400,7 +400,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -413,7 +413,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -423,7 +423,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nginx-plus/deploy.yaml b/deploy/nginx-plus/deploy.yaml index b1ee4f93e9..bfb58b3b2f 100644 --- a/deploy/nginx-plus/deploy.yaml +++ b/deploy/nginx-plus/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -183,7 +183,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -201,7 +201,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -218,7 +218,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -238,7 +238,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -289,8 +289,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -335,7 +335,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -356,7 +356,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -382,7 +382,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -398,7 +398,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -411,7 +411,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -421,7 +421,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nodeport/deploy.yaml b/deploy/nodeport/deploy.yaml index 99f51dbe08..e343b149ff 100644 --- a/deploy/nodeport/deploy.yaml +++ b/deploy/nodeport/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -183,7 +183,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -201,7 +201,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -218,7 +218,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -238,7 +238,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -286,8 +286,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -332,7 +332,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -353,7 +353,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -379,7 +379,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -395,7 +395,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -408,7 +408,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -418,7 +418,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/openshift/deploy.yaml b/deploy/openshift/deploy.yaml index d2bb926720..b70e108bb2 100644 --- a/deploy/openshift/deploy.yaml +++ b/deploy/openshift/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -204,7 +204,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -222,7 +222,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -239,7 +239,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -259,7 +259,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -308,8 +308,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -354,7 +354,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -375,7 +375,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -401,7 +401,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -417,7 +417,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -430,7 +430,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -440,7 +440,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local @@ -464,7 +464,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-scc readOnlyRootFilesystem: true requiredDropCapabilities: @@ -505,7 +505,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-scc-cert-generator readOnlyRootFilesystem: true requiredDropCapabilities: @@ -546,7 +546,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-scc-nginx readOnlyRootFilesystem: true requiredDropCapabilities: diff --git a/deploy/snippets-filters-nginx-plus/deploy.yaml b/deploy/snippets-filters-nginx-plus/deploy.yaml index f25b8dd6ee..d8463f4ae2 100644 --- a/deploy/snippets-filters-nginx-plus/deploy.yaml +++ b/deploy/snippets-filters-nginx-plus/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -185,7 +185,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -203,7 +203,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -220,7 +220,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -240,7 +240,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -292,8 +292,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -338,7 +338,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -359,7 +359,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -385,7 +385,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -401,7 +401,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -414,7 +414,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -424,7 +424,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/snippets-filters/deploy.yaml b/deploy/snippets-filters/deploy.yaml index 5eecbd9df5..8956eec9f0 100644 --- a/deploy/snippets-filters/deploy.yaml +++ b/deploy/snippets-filters/deploy.yaml @@ -10,7 +10,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway --- @@ -21,7 +21,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -31,7 +31,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -50,7 +50,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway rules: - apiGroups: @@ -185,7 +185,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -203,7 +203,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -220,7 +220,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -240,7 +240,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway namespace: nginx-gateway spec: @@ -289,8 +289,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -335,7 +335,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -356,7 +356,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.3 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.4 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -382,7 +382,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -398,7 +398,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -411,7 +411,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.1.3 + app.kubernetes.io/version: 2.1.4 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -421,7 +421,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.1.3 + tag: 2.1.4 replicas: 1 service: externalTrafficPolicy: Local