Skip to content

Commit 2306e22

Browse files
authored
Release 2.0.2 (#195)
1 parent 66cd32e commit 2306e22

File tree

7 files changed

+23
-20
lines changed

7 files changed

+23
-20
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.0.1
6+
VERSION ?= 2.0.2
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![Continuous Integration](https://github.com/nginxinc/nginx-ingress-helm-operator/workflows/Continuous%20Integration/badge.svg)](https://github.com/nginxinc/nginx-ingress-helm-operator/actions) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator/badge)](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator)
1+
[![Continuous Integration](https://github.com/nginxinc/nginx-ingress-helm-operator/workflows/Continuous%20Integration/badge.svg)](https://github.com/nginxinc/nginx-ingress-helm-operator/actions)
2+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator/badge)](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator)
3+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
4+
![Commercial Support](https://badgen.net/badge/support/commercial/green?icon=awesome)
25

36
# NGINX Ingress Operator
47

@@ -14,7 +17,7 @@ The following table shows the relation between the versions of the two projects:
1417

1518
| NGINX Ingress Controller | NGINX Ingress Operator |
1619
| ------------------------ | ---------------------- |
17-
| 3.3.x | 2.0.1 |
20+
| 3.3.x | 2.0.2 |
1821
| 3.2.x | 1.5.2 |
1922
| 3.1.x | 1.4.2 |
2023
| 3.0.x | 1.3.1 |
@@ -69,7 +72,7 @@ See [upgrade docs](./docs/upgrades.md)
6972

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

72-
The latest stable release is [2.0.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.0.1). For production use, we recommend that you choose the latest stable release.
75+
The latest stable release is [2.0.2](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.0.2). For production use, we recommend that you choose the latest stable release.
7376

7477
## Development
7578

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ metadata:
176176
capabilities: Basic Install
177177
categories: Monitoring, Networking
178178
certified: "true"
179-
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.1
180-
createdAt: "2023-10-16T14:28:48Z"
179+
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.2
180+
createdAt: "2023-11-01T20:51:35Z"
181181
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
182182
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
183183
operatorframework.io/suggested-namespace: nginx-ingress
@@ -190,7 +190,7 @@ metadata:
190190
operatorframework.io/arch.arm64: supported
191191
operatorframework.io/arch.ppc64le: supported
192192
operatorframework.io/arch.s390x: supported
193-
name: nginx-ingress-operator.v2.0.1
193+
name: nginx-ingress-operator.v2.0.2
194194
namespace: placeholder
195195
spec:
196196
apiservicedefinitions: {}
@@ -394,7 +394,7 @@ spec:
394394
- --metrics-bind-address=127.0.0.1:8080
395395
- --leader-elect
396396
- --leader-election-id=nginx-ingress-operator
397-
image: quay.io/nginx/nginx-ingress-operator:2.0.1
397+
image: quay.io/nginx/nginx-ingress-operator:2.0.2
398398
livenessProbe:
399399
httpGet:
400400
path: /healthz
@@ -485,4 +485,4 @@ spec:
485485
minKubeVersion: 1.22.0
486486
provider:
487487
name: NGINX Inc
488-
version: 2.0.1
488+
version: 2.0.2

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.0.1
8+
newTag: 2.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ metadata:
176176
capabilities: Basic Install
177177
categories: Monitoring, Networking
178178
certified: "true"
179-
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.1
179+
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.2
180180
createdAt: placeholder
181181
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
182182
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
@@ -345,7 +345,7 @@ spec:
345345
- --metrics-bind-address=127.0.0.1:8080
346346
- --leader-elect
347347
- --leader-election-id=nginx-ingress-operator
348-
image: quay.io/nginx/nginx-ingress-operator:2.0.1
348+
image: quay.io/nginx/nginx-ingress-operator:2.0.2
349349
livenessProbe:
350350
httpGet:
351351
path: /healthz
@@ -451,4 +451,4 @@ spec:
451451
minKubeVersion: 1.22.0
452452
provider:
453453
name: NGINX Inc
454-
version: 2.0.1
454+
version: 2.0.2

docs/manual-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ 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.0.1
10+
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.0.2
1111
cd nginx-ingress-helm-operator/
1212
```
1313

1414
2. `OpenShift` To deploy the Operator and associated resources to an OpenShift environment, run:
1515

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

2020
3. Alternatively, to deploy the Operator and associated resources to all other environments:
2121

2222
```shell
23-
make deploy IMG=nginx/nginx-ingress-operator:2.0.1
23+
make deploy IMG=nginx/nginx-ingress-operator:2.0.2
2424
```
2525

2626
2. Check that the Operator is running:
@@ -36,10 +36,10 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
3636

3737
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):
3838

39-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.1/resources/scc.yaml`
39+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc.yaml`
4040

4141
Alternatively, to create an SCC for NIC daemonsets, please run this command:
4242

43-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.1/resources/scc-daemonset.yaml`
43+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc-daemonset.yaml`
4444

4545
You can now deploy the NGINX Ingress Controller instances.

docs/openshift-installation.md

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

2222
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):
2323

24-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.1/resources/scc.yaml`
24+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc.yaml`
2525

2626
Alternatively, to create an SCC for NIC daemonsets, please run this command:
2727

28-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.1/resources/scc-daemonset.yaml`
28+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc-daemonset.yaml`
2929

3030
You can now deploy the NGINX Ingress Controller instances.

0 commit comments

Comments
 (0)