diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6ce2df46..5bead1cecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,39 @@ 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.2 + +_September 25, 2025_ + +BUG FIXES: + +- Fixes a bug where the subscribe method was incorrectly intercepting initial configuration operations after a ServiceAccountToken rotation and signaling broadcast completion. [3905](https://github.com/nginx/nginx-gateway-fabric/pull/3905) +- Fixes an issue where a failed configuration reload caused all HTTPRoutes to be marked as invalid (Accepted: false). This led to external-dns removing DNS records even though the configuration had been rolled back. Routes now retain their valid state during reload failures, preventing unnecessary DNS disruptions. [3936](https://github.com/nginx/nginx-gateway-fabric/pull/3936) +- Adds NGINX image version validation during agent connections to prevent newer config being sent to pods running previous image versions during upgrades. [3928](https://github.com/nginx/nginx-gateway-fabric/pull/3928) + +NGINX AGENT BUG FIXES: + +- The NGINX Agent v3.3.1 update fixes connection reset issues during config apply by reusing existing connections, adds rollback on failures, and improves logging for more reliable configuration updates. [1261](https://github.com/nginx/agent/pull/1261) + +HELM CHART: + +- The version of the Helm chart is now 2.1.2 + +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.2` +- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.1.2` +- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.1.2` + + ## Release 2.1.1 _September 3, 2025_ diff --git a/README.md b/README.md index d0930082e1..79a61399a5 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.1](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.1.1). +The latest release is [2.1.2](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.1.2). 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.1/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.1/examples). | +| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.2/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.1.2/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.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 | | 2.1.0 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.2.1 | | 2.0.2 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | diff --git a/charts/nginx-gateway-fabric/Chart.yaml b/charts/nginx-gateway-fabric/Chart.yaml index 6cbb1ec75c..cc5b0e8965 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.1 -appVersion: "2.1.1" +version: 2.1.2 +appVersion: "2.1.2" 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 fe848777de..0d957e6404 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.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square) +![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-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.1"},"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.2"},"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.1"},"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.2"},"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.1"}` | +| `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.2"}` | | `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 7d2a2b28dc..20a9439b56 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.1", + "default": "2.1.2", "required": [], "title": "tag", "type": "string" @@ -796,7 +796,7 @@ "type": "string" }, "tag": { - "default": "2.1.1", + "default": "2.1.2", "required": [], "title": "tag", "type": "string" diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index a0e45000c3..1cfb831ce2 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.1 + tag: 2.1.2 # @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.1 + tag: 2.1.2 # @schema # enum: # - Always diff --git a/deploy/azure/deploy.yaml b/deploy/azure/deploy.yaml index c49a79b6fb..54b79bb8d3 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 pod: nodeSelector: kubernetes.io/os: linux diff --git a/deploy/default/deploy.yaml b/deploy/default/deploy.yaml index 53e89f16cb..de83720c72 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental-nginx-plus/deploy.yaml b/deploy/experimental-nginx-plus/deploy.yaml index 8a0887f3f4..cb5e6c9fc8 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental/deploy.yaml b/deploy/experimental/deploy.yaml index 9ebaaaf80b..f766bd77b5 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nginx-plus/deploy.yaml b/deploy/nginx-plus/deploy.yaml index 0f12692d95..dcb52a552c 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nodeport/deploy.yaml b/deploy/nodeport/deploy.yaml index 4e15e86cbc..41c7cce90c 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/openshift/deploy.yaml b/deploy/openshift/deploy.yaml index aba1bdcc8b..11ca77f551 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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 fa3487cc3a..890b397b56 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/snippets-filters/deploy.yaml b/deploy/snippets-filters/deploy.yaml index c1d7b98ae6..1e161dfb70 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 - image: ghcr.io/nginx/nginx-gateway-fabric:2.1.1 + value: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + app.kubernetes.io/version: 2.1.2 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.1 + tag: 2.1.2 replicas: 1 service: externalTrafficPolicy: Local