diff --git a/CHANGELOG.md b/CHANGELOG.md index 4595661486..36f9f854d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,35 @@ 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.0.1 + +_June 11, 2025_ + +Bug Fixes: + +- Set proper IP family policy on NGINX LB Service. [3475](https://github.com/nginx/nginx-gateway-fabric/pull/3475). + +HELM CHART: + +- The version of the Helm chart is now 2.0.1. +- Add support to configure `cert-generator` job pod placement. [3493](https://github.com/nginx/nginx-gateway-fabric/pull/3493). Thanks to [Baburciu](https://github.com/baburciu). +- Add support for configuring the `ttlSecondsAfterFinished` field for the cert-generator job. The default is set to 30s. [3487](https://github.com/nginx/nginx-gateway-fabric/pull/3487). Thanks to [Ab-andresc](https://github.com/ab-andresc). +- Adds support for all additional labels for the control plane service. [3499](https://github.com/nginx/nginx-gateway-fabric/pull/3499). Thanks to [MichasHL](https://github.com/michasHL). + +COMPATIBILITY: + +- Gateway API version: `1.3.0` +- NGINX version: `1.28.0` +- NGINX Plus version: `R34` +- NGINX Agent version: `v3.0.1` +- Kubernetes version: `1.25+` + +CONTAINER IMAGES: + +- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.0.1` +- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.0.1` +- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.0.1` + ## Release 2.0.0 _June 5, 2025_ diff --git a/Makefile b/Makefile index d37eb44800..db800293ff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # variables that should not be overridden by the user -VERSION = 2.0.0 +VERSION = 2.0.1 SELF_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) CHART_DIR = $(SELF_DIR)charts/nginx-gateway-fabric NGINX_CONF_DIR = internal/controller/nginx/conf diff --git a/README.md b/README.md index fa19afecd4..2e96602218 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.0.0](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.0.0). +The latest release is [2.0.1](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.0.1). 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.0.0/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.0.0/examples). | +| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.0.1/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.0.1/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 @@ -68,7 +68,8 @@ 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.28.0 | R34 | v3.0.0 | +| Edge | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | +| 2.0.1 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | | 2.0.0 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.0 | | 1.6.2 | 1.2.1 | 1.25+ | 1.27.4 | R33 | --- | | 1.6.1 | 1.2.1 | 1.25+ | 1.27.4 | R33 | --- | diff --git a/charts/nginx-gateway-fabric/Chart.yaml b/charts/nginx-gateway-fabric/Chart.yaml index 6feaca50b3..9189e16583 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.0.0 -appVersion: "2.0.0" +version: 2.0.1 +appVersion: "2.0.1" 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 e99378252f..b5f4c5012f 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.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-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 | `{"config":{},"container":{},"debug":false,"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"2.0.0"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","loadBalancerClass":"","loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePorts":[],"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 | `{"config":{},"container":{},"debug":false,"image":{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"2.0.1"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","loadBalancerClass":"","loadBalancerIP":"","loadBalancerSourceRanges":[],"nodePorts":[],"type":"LoadBalancer"},"usage":{"caSecretName":"","clientSSLSecretName":"","endpoint":"","resolver":"","secretName":"nplus-license","skipVerify":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 | `{}` | | `nginx.container` | The container configuration for the NGINX container. This is applied globally to all Gateways managed by this instance of NGINX Gateway Fabric. | object | `{}` | | `nginx.debug` | Enable debugging for NGINX. Uses the nginx-debug binary. The NGINX error log level should be set to debug in the NginxProxy resource. | bool | `false` | @@ -288,7 +288,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":{},"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.0.0"},"kind":"deployment","labels":{},"leaderElection":{"enable":true,"lockName":""},"lifecycle":{},"metrics":{"enable":true,"port":9113,"secure":false},"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":{},"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.0.1"},"kind":"deployment","labels":{},"leaderElection":{"enable":true,"lockName":""},"lifecycle":{},"metrics":{"enable":true,"port":9113,"secure":false},"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.config.logging.level` | Log level. | string | `"info"` | | `nginxGateway.configAnnotations` | Set of custom annotations for NginxGateway objects. | object | `{}` | @@ -298,7 +298,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.0.0"}` | +| `nginxGateway.image` | The image configuration for the NGINX Gateway Fabric control plane. | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/nginx/nginx-gateway-fabric","tag":"2.0.1"}` | | `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 9ec896f5ae..65a75c912c 100644 --- a/charts/nginx-gateway-fabric/values.schema.json +++ b/charts/nginx-gateway-fabric/values.schema.json @@ -344,7 +344,7 @@ "type": "string" }, "tag": { - "default": "2.0.0", + "default": "2.0.1", "required": [], "title": "tag", "type": "string" @@ -645,7 +645,7 @@ "type": "string" }, "tag": { - "default": "2.0.0", + "default": "2.0.1", "required": [], "title": "tag", "type": "string" diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index 46be6645a7..3351ed272e 100644 --- a/charts/nginx-gateway-fabric/values.yaml +++ b/charts/nginx-gateway-fabric/values.yaml @@ -115,7 +115,7 @@ nginxGateway: image: # -- The NGINX Gateway Fabric image to use repository: ghcr.io/nginx/nginx-gateway-fabric - tag: 2.0.0 + tag: 2.0.1 # @schema # enum: # - Always @@ -199,7 +199,7 @@ nginx: image: # -- The NGINX image to use. repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 # @schema # enum: # - Always diff --git a/deploy/azure/deploy.yaml b/deploy/azure/deploy.yaml index 23c55309ac..12da280c47 100644 --- a/deploy/azure/deploy.yaml +++ b/deploy/azure/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -179,7 +179,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -197,7 +197,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -214,7 +214,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -234,7 +234,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -281,8 +281,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -329,7 +329,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -349,7 +349,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -375,7 +375,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -391,7 +391,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -404,7 +404,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -414,7 +414,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 pod: nodeSelector: kubernetes.io/os: linux diff --git a/deploy/default/deploy.yaml b/deploy/default/deploy.yaml index f6fffb8e80..2985129c26 100644 --- a/deploy/default/deploy.yaml +++ b/deploy/default/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -179,7 +179,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -197,7 +197,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -214,7 +214,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -234,7 +234,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -281,8 +281,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -327,7 +327,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -347,7 +347,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -373,7 +373,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -389,7 +389,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -402,7 +402,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -412,7 +412,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental-nginx-plus/deploy.yaml b/deploy/experimental-nginx-plus/deploy.yaml index 64ab70d886..05127501f3 100644 --- a/deploy/experimental-nginx-plus/deploy.yaml +++ b/deploy/experimental-nginx-plus/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -420,7 +420,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/experimental/deploy.yaml b/deploy/experimental/deploy.yaml index 6ec8742878..551fda3be0 100644 --- a/deploy/experimental/deploy.yaml +++ b/deploy/experimental/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -352,7 +352,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -378,7 +378,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -394,7 +394,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -407,7 +407,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -417,7 +417,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nginx-plus/deploy.yaml b/deploy/nginx-plus/deploy.yaml index 2acbe49dac..d30663c197 100644 --- a/deploy/nginx-plus/deploy.yaml +++ b/deploy/nginx-plus/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -179,7 +179,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -197,7 +197,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -214,7 +214,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -234,7 +234,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -284,8 +284,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -330,7 +330,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -350,7 +350,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -376,7 +376,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -392,7 +392,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -405,7 +405,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -415,7 +415,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/nodeport/deploy.yaml b/deploy/nodeport/deploy.yaml index d764393556..c77a0c6c97 100644 --- a/deploy/nodeport/deploy.yaml +++ b/deploy/nodeport/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -179,7 +179,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -197,7 +197,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -214,7 +214,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -234,7 +234,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -281,8 +281,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -327,7 +327,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -347,7 +347,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -373,7 +373,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -389,7 +389,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -402,7 +402,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -412,7 +412,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/openshift/deploy.yaml b/deploy/openshift/deploy.yaml index e2ae831df9..8e9267e172 100644 --- a/deploy/openshift/deploy.yaml +++ b/deploy/openshift/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -200,7 +200,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -218,7 +218,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -235,7 +235,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -255,7 +255,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -303,8 +303,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -349,7 +349,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -369,7 +369,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -395,7 +395,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -411,7 +411,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -424,7 +424,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -434,7 +434,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local @@ -458,7 +458,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-scc readOnlyRootFilesystem: true requiredDropCapabilities: @@ -499,7 +499,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-scc-cert-generator readOnlyRootFilesystem: true requiredDropCapabilities: @@ -541,7 +541,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 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 2c8b907641..cbc332bc5c 100644 --- a/deploy/snippets-filters-nginx-plus/deploy.yaml +++ b/deploy/snippets-filters-nginx-plus/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -181,7 +181,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -199,7 +199,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -216,7 +216,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -236,7 +236,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -287,8 +287,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -333,7 +333,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 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.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -418,7 +418,7 @@ spec: image: pullPolicy: IfNotPresent repository: private-registry.nginx.com/nginx-gateway-fabric/nginx-plus - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local diff --git a/deploy/snippets-filters/deploy.yaml b/deploy/snippets-filters/deploy.yaml index d01ed150bd..cc780d5d4c 100644 --- a/deploy/snippets-filters/deploy.yaml +++ b/deploy/snippets-filters/deploy.yaml @@ -9,7 +9,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway --- @@ -19,7 +19,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway --- @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway rules: @@ -48,7 +48,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway rules: - apiGroups: @@ -181,7 +181,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway roleRef: @@ -199,7 +199,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway roleRef: apiGroup: rbac.authorization.k8s.io @@ -216,7 +216,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -236,7 +236,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway namespace: nginx-gateway spec: @@ -284,8 +284,8 @@ spec: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/instance'] - name: IMAGE_NAME - value: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + value: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: nginx-gateway ports: @@ -330,7 +330,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-cert-generator namespace: nginx-gateway spec: @@ -350,7 +350,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/nginx/nginx-gateway-fabric:2.0.0 + image: ghcr.io/nginx/nginx-gateway-fabric:2.0.1 imagePullPolicy: IfNotPresent name: cert-generator securityContext: @@ -376,7 +376,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx spec: controllerName: gateway.nginx.org/nginx-gateway-controller @@ -392,7 +392,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-config namespace: nginx-gateway spec: @@ -405,7 +405,7 @@ metadata: labels: app.kubernetes.io/instance: nginx-gateway app.kubernetes.io/name: nginx-gateway - app.kubernetes.io/version: 2.0.0 + app.kubernetes.io/version: 2.0.1 name: nginx-gateway-proxy-config namespace: nginx-gateway spec: @@ -415,7 +415,7 @@ spec: image: pullPolicy: IfNotPresent repository: ghcr.io/nginx/nginx-gateway-fabric/nginx - tag: 2.0.0 + tag: 2.0.1 replicas: 1 service: externalTrafficPolicy: Local