Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit f34d729

Browse files
committed
Release 0.5.1 (#206)
1 parent bb6bd18 commit f34d729

11 files changed

+25
-19
lines changed

.github/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ template: |
6969
## Compatibility
7070
7171
- NGINX Ingress Controller NIC_VERSION_REPLACE_ME!
72-
- Openshift 4.5 or newer.
72+
- Openshift 4.6 or newer.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.5.1
4+
5+
An automatically generated list of changes can be found on Github at: [0.5.1 Release](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.5.1)
6+
37
### 0.5.0
48

59
An automatically generated list of changes can be found on Github at: [0.5.0 Release](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.5.0)

Makefile

+1-1
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 ?= 0.5.0
6+
VERSION ?= 0.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following table shows the relation between the versions of the two projects:
1212

1313
| NGINX Ingress Controller | NGINX Ingress Operator |
1414
| --- | --- |
15-
| 2.1.x | 0.5.0 |
15+
| 2.1.x | 0.5.1 |
1616
| 2.0.x | 0.4.0 |
1717
| 1.12.x | 0.3.0 |
1818
| 1.11.x | 0.2.0 |
@@ -39,7 +39,7 @@ See [upgrade docs](./docs/upgrades)
3939
## NGINX Ingress Operator Releases
4040
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-operator/releases).
4141

42-
The latest stable release is [0.5.0](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.5.0). For production use, we recommend that you choose the latest stable release.
42+
The latest stable release is [0.5.1](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.5.1). For production use, we recommend that you choose the latest stable release.
4343

4444
## Development
4545

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
"image": {
1515
"pullPolicy": "Always",
1616
"repository": "docker.io/nginx/nginx-ingress",
17-
"tag": "2.1.0-ubi"
17+
"tag": "2.1.1-ubi"
1818
},
1919
"ingressClass": "nginx",
2020
"nginxPlus": false,
@@ -26,10 +26,11 @@ metadata:
2626
capabilities: Basic Install
2727
categories: Monitoring, Networking
2828
certified: "true"
29-
containerImage: nginx/nginx-ingress-operator:0.5.0
29+
containerImage: nginx/nginx-ingress-operator:0.5.1
3030
createdAt: placeholder
3131
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
3232
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
33+
operatorframework.io/suggested-namespace: nginx-ingress
3334
operators.operatorframework.io/builder: operator-sdk-v1.18.0
3435
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
3536
repository: https://github.com/nginxinc/nginx-ingress-operator
@@ -38,7 +39,7 @@ metadata:
3839
operatorframework.io/arch.amd64: supported
3940
operatorframework.io/arch.ppc64le: supported
4041
operatorframework.io/arch.s390x: supported
41-
name: nginx-ingress-operator.v0.5.0
42+
name: nginx-ingress-operator.v0.5.1
4243
namespace: placeholder
4344
spec:
4445
apiservicedefinitions: {}
@@ -389,7 +390,7 @@ spec:
389390
valueFrom:
390391
fieldRef:
391392
fieldPath: metadata.annotations['olm.targetNamespaces']
392-
image: nginx/nginx-ingress-operator:0.5.0
393+
image: nginx/nginx-ingress-operator:0.5.1
393394
livenessProbe:
394395
httpGet:
395396
path: /healthz
@@ -477,5 +478,5 @@ spec:
477478
minKubeVersion: 1.19.0
478479
provider:
479480
name: NGINX Inc
480-
replaces: nginx-ingress-operator.v0.4.0
481-
version: 0.5.0
481+
replaces: nginx-ingress-operator.v0.5.0
482+
version: 0.5.1

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: nginx/nginx-ingress-operator
16-
newTag: 0.5.0
16+
newTag: 0.5.1

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ metadata:
66
capabilities: Basic Install
77
categories: Monitoring, Networking
88
certified: "true"
9-
containerImage: nginx/nginx-ingress-operator:0.5.0
9+
containerImage: nginx/nginx-ingress-operator:0.5.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
13+
operatorframework.io/suggested-namespace: nginx-ingress
1314
repository: https://github.com/nginxinc/nginx-ingress-operator
1415
support: NGINX Inc.
1516
labels:
@@ -203,5 +204,5 @@ spec:
203204
minKubeVersion: 1.19.0
204205
provider:
205206
name: NGINX Inc
206-
replaces: nginx-ingress-operator.v0.4.0
207+
replaces: nginx-ingress-operator.v0.5.0
207208
version: 0.0.0

config/samples/k8s_v1alpha1_nginxingresscontroller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nginxPlus: false
88
image:
99
repository: docker.io/nginx/nginx-ingress
10-
tag: 2.1.0-ubi
10+
tag: 2.1.1-ubi
1111
pullPolicy: Always
1212
serviceType: NodePort
1313
ingressClass: nginx

docs/manual-installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
88
```
99
git clone https://github.com/nginxinc/nginx-ingress-operator/
1010
cd nginx-ingress-operator/
11-
git checkout v0.5.0
11+
git checkout v0.5.1
1212
```
1313
1414
2. `Openshift` To deploy the Operator and associated resources to an OpenShift environment, run:
1515
```
16-
make deploy IMG=registry.connect.redhat.com/nginx/nginx-ingress-operator:0.5.0
16+
make deploy IMG=registry.connect.redhat.com/nginx/nginx-ingress-operator:0.5.1
1717
```
1818
1919
3. Alternatively, to deploy the Operator and associated resources to all other environments:
2020
```
21-
make deploy IMG=nginx/nginx-ingress-operator:0.5.0
21+
make deploy IMG=nginx/nginx-ingress-operator:0.5.1
2222
```
2323
2424
2. Check that the Operator is running:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
nginxPlus: false
99
image:
1010
repository: nginx/nginx-ingress
11-
tag: 2.1.0-ubi
11+
tag: 2.1.1-ubi
1212
pullPolicy: Always
1313
replicas: 1
1414
serviceType: NodePort

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
nginxPlus: true
99
image:
1010
repository: nginx-plus-ingress
11-
tag: 2.1.0-ubi
11+
tag: 2.1.1-ubi
1212
pullPolicy: IfNotPresent
1313
replicas: 1
1414
serviceType: NodePort

0 commit comments

Comments
 (0)