Skip to content

Commit 84ddd83

Browse files
authored
Release 2.0.0 (#178)
1 parent 12449ea commit 84ddd83

File tree

10 files changed

+24
-59
lines changed

10 files changed

+24
-59
lines changed

CHANGELOG.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,3 @@
11
# Changelog
22

3-
### 1.5.0
4-
5-
An automatically generated list of changes can be found on Github at: [1.5.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.5.0)
6-
7-
### 1.4.2
8-
9-
An automatically generated list of changes can be found on Github at: [1.4.2 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.4.2)
10-
11-
### 1.4.1
12-
13-
An automatically generated list of changes can be found on Github at: [1.4.1 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.4.1)
14-
15-
### 1.4.0
16-
17-
An automatically generated list of changes can be found on Github at: [1.4.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.4.0)
18-
19-
### 1.3.1
20-
21-
An automatically generated list of changes can be found on Github at: [1.3.1 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.3.1)
22-
23-
### 1.3.0
24-
25-
An automatically generated list of changes can be found on Github at: [1.3.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.3.0)
26-
27-
### 1.2.1
28-
29-
An automatically generated list of changes can be found on Github at: [1.2.1 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.2.1)
30-
31-
### 1.2.0
32-
33-
An automatically generated list of changes can be found on Github at: [1.2.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.2.0)
34-
35-
### 1.1.0
36-
37-
An automatically generated list of changes can be found on Github at: [1.1.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.1.0)
38-
39-
### 1.0.0
40-
41-
An automatically generated list of changes can be found on Github at: [1.0.0 Release](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.0.0)
3+
An automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).

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 ?= 1.5.2
6+
VERSION ?= 2.0.0
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The following table shows the relation between the versions of the two projects:
1414

1515
| NGINX Ingress Controller | NGINX Ingress Operator |
1616
| ------------------------ | ---------------------- |
17+
| 3.3.x | 2.0.0 |
1718
| 3.2.x | 1.5.2 |
1819
| 3.1.x | 1.4.2 |
1920
| 3.0.x | 1.3.1 |
@@ -68,7 +69,7 @@ See [upgrade docs](./docs/upgrades.md)
6869

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

71-
The latest stable release is [1.5.2](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.5.2). For production use, we recommend that you choose the latest stable release.
72+
The latest stable release is [2.0.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.0.0). For production use, we recommend that you choose the latest stable release.
7273

7374
## Development
7475

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:1.5.2
180-
createdAt: "2023-08-29T17:13:49Z"
179+
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.0
180+
createdAt: "2023-09-26T23:30:45Z"
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.v1.5.2
193+
name: nginx-ingress-operator.v2.0.0
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:1.5.2
397+
image: quay.io/nginx/nginx-ingress-operator:2.0.0
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: 1.5.2
488+
version: 2.0.0

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: 1.5.2
8+
newTag: 2.0.0

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:1.5.2
179+
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.0
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:1.5.2
348+
image: quay.io/nginx/nginx-ingress-operator:2.0.0
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: 1.5.2
454+
version: 2.0.0

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 v1.5.2
10+
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.0.0
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:1.5.2
17+
make deploy IMG=nginx/nginx-ingress-operator:2.0.0
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:1.5.2
23+
make deploy IMG=nginx/nginx-ingress-operator:2.0.0
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/v1.5.2/resources/scc.yaml`
39+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/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/v1.5.2/resources/scc-daemonset.yaml`
43+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/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/v1.5.2/resources/scc.yaml`
24+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/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/v1.5.2/resources/scc-daemonset.yaml`
28+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/resources/scc-daemonset.yaml`
2929

3030
You can now deploy the NGINX Ingress Controller instances.

examples/deployment-oss-min/nginx-ingress-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ spec:
1212
pullPolicy: IfNotPresent
1313
repository: nginx/nginx-ingress
1414
tag: 3.3.0-ubi
15-
ingressClass: nginx
15+
ingressClass:
16+
name: nginx
1617
kind: deployment
1718
nginxplus: false
1819
service:

examples/deployment-plus-min/nginx-ingress-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ spec:
1212
pullPolicy: IfNotPresent
1313
repository: nginx/nginx-ingress
1414
tag: 3.3.0-ubi
15-
ingressClass: nginx
15+
ingressClass:
16+
name: nginx
1617
kind: deployment
1718
nginxplus: true
1819
service:

0 commit comments

Comments
 (0)