Skip to content

Commit 000ba6e

Browse files
authored
Release 1.5.1 (#156)
1 parent 5634b51 commit 000ba6e

File tree

8 files changed

+35
-31
lines changed

8 files changed

+35
-31
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 ?= 1.5.0
6+
VERSION ?= 1.5.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: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +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.2.x | 1.5.0 |
17+
| 3.2.x | 1.5.1 |
1818
| 3.1.x | 1.4.2 |
1919
| 3.0.x | 1.3.1 |
2020
| 2.4.x | 1.2.1 |
@@ -39,9 +39,9 @@ Note: The NGINX Ingress Operator works only for NGINX Ingress Controller version
3939
2. Creating the default-server-secret.yaml is optional and it is recommended that users provide their own certificate. An example yaml for this can be found in the [examples folder](https://github.com/nginxinc/nginx-ingress-helm-operator/blob/main/examples/default-server-secret.yaml)
4040
3. (If using OpenShift) Create the scc resource on the cluster by applying the scc.yaml file found in the `resources` folder of this repo:
4141

42-
```shell
43-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/main/resources/scc.yaml
44-
```
42+
```shell
43+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/main/resources/scc.yaml
44+
```
4545

4646
4. Deploy a new NGINX Ingress Controller using the [NginxIngress](./config/samples/charts_v1alpha1_nginxingress.yaml) Custom Resource:
4747
- Use the name of the default server secret created above for `controller.defaultTLS.secret` field (needs to be in the form `namespace/name`)
@@ -68,7 +68,7 @@ See [upgrade docs](./docs/upgrades.md)
6868

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

71-
The latest stable release is [1.5.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.5.0). For production use, we recommend that you choose the latest stable release.
71+
The latest stable release is [1.5.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.5.1). For production use, we recommend that you choose the latest stable release.
7272

7373
## Development
7474

@@ -78,9 +78,11 @@ It is possible to run the operator in your local machine. This is useful for tes
7878

7979
1. Have access to a Kubernetes/OpenShift cluster.
8080
2. Apply the IC CRD:
81-
```
81+
82+
```shell
8283
make install
8384
```
85+
8486
3. Run `make run`.
8587

8688
The operator will run in your local machine but will be communicating with the cluster.

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.0
180-
createdAt: "2023-06-30T10:10:35Z"
179+
containerImage: quay.io/nginx/nginx-ingress-operator:1.5.1
180+
createdAt: "2023-08-21T21:04:10Z"
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.0
193+
name: nginx-ingress-operator.v1.5.1
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.0
397+
image: quay.io/nginx/nginx-ingress-operator:1.5.1
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.0
488+
version: 1.5.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: 1.5.0
8+
newTag: 1.5.1

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

docs/manual-installation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
66

77
1. Clone the `nginx-ingress-operator` repo:
88

9-
```
10-
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v1.5.0
9+
```shell
10+
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v1.5.1
1111
cd nginx-ingress-helm-operator/
1212
```
1313

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

16-
```
17-
make deploy IMG=nginx/nginx-ingress-operator:1.5.0
16+
```shell
17+
make deploy IMG=nginx/nginx-ingress-operator:1.5.1
1818
```
1919

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

22-
```
23-
make deploy IMG=nginx/nginx-ingress-operator:1.5.0
22+
```shell
23+
make deploy IMG=nginx/nginx-ingress-operator:1.5.1
2424
```
2525

2626
2. Check that the Operator is running:
2727

28-
```
28+
```shell
2929
kubectl get deployments -n nginx-ingress-operator-system
3030

3131
NAME READY UP-TO-DATE AVAILABLE AGE
@@ -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.0/resources/scc.yaml`
39+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.1/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.0/resources/scc-daemonset.yaml`
43+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.1/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.0/resources/scc.yaml`
24+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.1/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.0/resources/scc-daemonset.yaml`
28+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.1/resources/scc-daemonset.yaml`
2929

3030
You can now deploy the NGINX Ingress Controller instances.

docs/upgrades.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release 1.0.0 includes a backward incompatible change from version 0.5.1 as we h
55
## OLM upgrade - 0.5.1 to 1.0.0
66

77
**Note: The `nginx-ingress-operator` supports `Basic Install` only - we do not support auto-updates. When you are installing the Operator using the OLM, the auto-update feature should be disabled to avoid breaking changes being auto-applied. In OpenShift, this can be done by setting the `Approval Strategy` to `Manual`. Please see the [Operator SDK docs](https://sdk.operatorframework.io/docs/advanced-topics/operator-capabilities/operator-capabilities/) for more details on the Operator Capability Levels.**
8+
89
1. Upgrade CRDs
910
2. Uninstall Go operator -> this will also remove any instances of the NginxIngressController, but not any dependent objects (ingresses, VSs, etc)
1011
3. Remove the nginx-ingress ingressClass `k delete ingressclass/nginx`
@@ -15,7 +16,7 @@ Release 1.0.0 includes a backward incompatible change from version 0.5.1 as we h
1516

1617
### 0. Upgrade the existing NIC crds
1718

18-
Navigate [here](../helm-charts/nginx-ingress/) and run ` kubectl apply -f crds/`
19+
Navigate [here](../helm-charts/nginx-ingress/) and run `kubectl apply -f crds/`
1920

2021
### 1. Uninstall the existing 0.5.1 operator, the nginx ingress controller CRD, and the ingressClass
2122

@@ -43,16 +44,17 @@ Deploy the operator following the steps outlined in [manual installation doc](./
4344

4445
Uninstall the existing operator deployment:
4546

46-
1. Checkout the previous version of the nginx-ingress-operator [0.5.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v0.5.0).
47+
1. Checkout the previous version of the nginx-ingress-operator [0.5.1](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v0.5.1).
4748
2. Uninstall the resources by running the following command:
48-
```
49+
50+
```shell
4951
make undeploy
5052
```
5153

5254
### 3. Install the latest version of the operator
5355

5456
Install the latest version of the Operator following the steps outlined in [manual installation doc](./manual-installation.md).
5557

56-
### 3. Deploy new ingress controller deployments
58+
### 4. Deploy new ingress controller deployments
5759

5860
Use the new Nginx Ingress Operator installation to deploy Nginx Ingress Controller - see the release notes [here](https://docs.nginx.com/nginx-ingress-controller/releases/#nginx-ingress-controller-2-2-0) and a guide to the Helm configuration parameters [here](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/#configuration)

0 commit comments

Comments
 (0)