Skip to content

Commit a83a719

Browse files
committed
Release v1.1.0 (#27)
1 parent 7463c69 commit a83a719

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.1.0
4+
5+
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)
6+
37
### 1.0.0
48

59
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)

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.0.0
6+
VERSION ?= 1.1.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: 1 addition & 0 deletions
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+
| 2.3.x | 1.1.0 |
1718
| 2.2.x | 1.0.0 |
1819
| 2.1.x | 0.5.1 |
1920
| 2.0.x | 0.4.0 |

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ metadata:
3333
},
3434
"enableCertManager": false,
3535
"enableCustomResources": true,
36+
"enableExternalDNS": false,
3637
"enableLatencyMetrics": false,
3738
"enableOIDC": false,
3839
"enablePreviewPolicies": false,
@@ -49,7 +50,7 @@ metadata:
4950
"image": {
5051
"pullPolicy": "IfNotPresent",
5152
"repository": "nginx/nginx-ingress",
52-
"tag": "2.2.0-ubi"
53+
"tag": "2.3.0-ubi"
5354
},
5455
"ingressClass": "nginx",
5556
"initContainers": [],
@@ -141,7 +142,7 @@ metadata:
141142
capabilities: Basic Install
142143
categories: Monitoring, Networking
143144
certified: "true"
144-
containerImage: nginx/nginx-ingress-operator:1.0.0
145+
containerImage: nginx/nginx-ingress-operator:1.1.0
145146
createdAt: placeholder
146147
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
147148
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
@@ -154,7 +155,7 @@ metadata:
154155
operatorframework.io/arch.amd64: supported
155156
operatorframework.io/arch.ppc64le: supported
156157
operatorframework.io/arch.s390x: supported
157-
name: nginx-ingress-operator.v1.0.0
158+
name: nginx-ingress-operator.v1.1.0
158159
namespace: placeholder
159160
spec:
160161
apiservicedefinitions: {}
@@ -291,9 +292,7 @@ spec:
291292
- create
292293
serviceAccountName: nginx-ingress-operator-controller-manager
293294
deployments:
294-
- label:
295-
control-plane: controller-manager
296-
name: nginx-ingress-operator-controller-manager
295+
- name: nginx-ingress-operator-controller-manager
297296
spec:
298297
replicas: 1
299298
selector:
@@ -313,7 +312,7 @@ spec:
313312
- --metrics-bind-address=127.0.0.1:8080
314313
- --leader-elect
315314
- --leader-election-id=nginx-ingress-operator
316-
image: nginx/nginx-ingress-operator:1.0.0
315+
image: nginx/nginx-ingress-operator:1.1.0
317316
livenessProbe:
318317
httpGet:
319318
path: /healthz
@@ -413,4 +412,4 @@ spec:
413412
minKubeVersion: 1.19.0
414413
provider:
415414
name: NGINX Inc
416-
version: 1.0.0
415+
version: 1.1.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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: 1.0.0
16+
newTag: 1.1.0

0 commit comments

Comments
 (0)