Skip to content

Commit 6139941

Browse files
authored
Release 2.2.1 (#293)
1 parent a8a0f15 commit 6139941

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

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.5.x | 2.2.0 |
20+
| 3.5.x | 2.2.1 |
2121
| 3.4.x | 2.1.2 |
2222
| 3.3.x | 2.0.2 |
2323
| 3.2.x | 1.5.2 |
@@ -74,7 +74,7 @@ See [upgrade docs](./docs/upgrades.md)
7474

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

77-
The latest stable release is [2.2.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.2.0). For production use, we recommend that you choose the latest stable release.
77+
The latest stable release is [2.2.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.2.1). For production use, we recommend that you choose the latest stable release.
7878

7979
## Development
8080

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

Lines changed: 2 additions & 2 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.2.0
224-
createdAt: "2024-03-27T16:13:43Z"
223+
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.1
224+
createdAt: "2024-05-09T08:59:45Z"
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
features.operators.openshift.io/cnf: "false"

bundle/tests/scorecard/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- entrypoint:
99
- scorecard-test
1010
- basic-check-spec
11-
image: quay.io/operator-framework/scorecard-test:v1.33.0
11+
image: quay.io/operator-framework/scorecard-test:v1.34.1
1212
labels:
1313
suite: basic
1414
test: basic-check-spec-test

config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Monitoring, Networking
88
certified: "true"
9-
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.0
9+
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.1
1010
createdAt: placeholder
1111
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
1212
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
@@ -185,7 +185,7 @@ spec:
185185
- --metrics-bind-address=127.0.0.1:8080
186186
- --leader-elect
187187
- --leader-election-id=nginx-ingress-operator
188-
image: quay.io/nginx/nginx-ingress-operator:2.2.0
188+
image: quay.io/nginx/nginx-ingress-operator:2.2.1
189189
livenessProbe:
190190
httpGet:
191191
path: /healthz
@@ -291,4 +291,4 @@ spec:
291291
minKubeVersion: 1.23.0
292292
provider:
293293
name: NGINX Inc
294-
version: 2.2.0
294+
version: 2.2.1

docs/manual-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
77
1. Clone the `nginx-ingress-operator` repo:
88

99
```shell
10-
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.2.0
10+
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.2.1
1111
cd nginx-ingress-helm-operator/
1212
```
1313

1414
2. To deploy the Operator and associated resources to all environments, run:
1515

1616
```shell
17-
make deploy IMG=nginx/nginx-ingress-operator:2.2.0
17+
make deploy IMG=nginx/nginx-ingress-operator:2.2.1
1818
```
1919

2020
2. Check that the Operator is running:
@@ -30,11 +30,11 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
3030

3131
In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster):
3232

33-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.0/resources/scc.yaml`
33+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.1/resources/scc.yaml`
3434

3535
Alternatively, to create an SCC for NIC daemonsets, please run this command:
3636

37-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.0/resources/scc-daemonset.yaml`
37+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.1/resources/scc-daemonset.yaml`
3838

3939
You can now deploy the NGINX Ingress Controller instances.
4040

docs/openshift-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Additional steps:
2323

2424
In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster):
2525

26-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.0/resources/scc.yaml`
26+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.1/resources/scc.yaml`
2727

2828
Alternatively, to create an SCC for NIC daemonsets, please run this command:
2929

30-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.0/resources/scc-daemonset.yaml`
30+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.1/resources/scc-daemonset.yaml`
3131

3232
You can now deploy the NGINX Ingress Controller instances.

0 commit comments

Comments
 (0)