Skip to content

Commit 31e4584

Browse files
authored
Release 2.1.1 (#231)
1 parent 071bec8 commit 31e4584

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 2.1.0
6+
VERSION ?= 2.1.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table shows the relation between the versions of the two projects:
1717

1818
| NGINX Ingress Controller | NGINX Ingress Operator |
1919
| ------------------------ | ---------------------- |
20-
| 3.4.x | 2.1.0 |
20+
| 3.4.x | 2.1.1 |
2121
| 3.3.x | 2.0.2 |
2222
| 3.2.x | 1.5.2 |
2323
| 3.1.x | 1.4.2 |
@@ -73,7 +73,7 @@ See [upgrade docs](./docs/upgrades.md)
7373

7474
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).
7575

76-
The latest stable release is [2.1.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.1.0). For production use, we recommend that you choose the latest stable release.
76+
The latest stable release is [2.1.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.1.1). For production use, we recommend that you choose the latest stable release.
7777

7878
## Development
7979

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ metadata:
220220
capabilities: Basic Install
221221
categories: Monitoring, Networking
222222
certified: "true"
223-
containerImage: quay.io/nginx/nginx-ingress-operator:2.1.0
224-
createdAt: "2023-12-20T11:49:38Z"
223+
containerImage: quay.io/nginx/nginx-ingress-operator:2.1.1
224+
createdAt: "2024-01-18T10:33:22Z"
225225
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
226226
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
227227
operatorframework.io/suggested-namespace: nginx-ingress
@@ -234,7 +234,7 @@ metadata:
234234
operatorframework.io/arch.arm64: supported
235235
operatorframework.io/arch.ppc64le: supported
236236
operatorframework.io/arch.s390x: supported
237-
name: nginx-ingress-operator.v2.1.0
237+
name: nginx-ingress-operator.v2.1.1
238238
namespace: placeholder
239239
spec:
240240
apiservicedefinitions: {}
@@ -438,7 +438,7 @@ spec:
438438
- --metrics-bind-address=127.0.0.1:8080
439439
- --leader-elect
440440
- --leader-election-id=nginx-ingress-operator
441-
image: quay.io/nginx/nginx-ingress-operator:2.1.0
441+
image: quay.io/nginx/nginx-ingress-operator:2.1.1
442442
livenessProbe:
443443
httpGet:
444444
path: /healthz
@@ -529,4 +529,4 @@ spec:
529529
minKubeVersion: 1.22.0
530530
provider:
531531
name: NGINX Inc
532-
version: 2.1.0
532+
version: 2.1.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/nginx/nginx-ingress-operator
8-
newTag: 2.1.0
8+
newTag: 2.1.1

0 commit comments

Comments
 (0)