Skip to content

Commit

Permalink
Release v1.1.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jul 13, 2022
1 parent 7463c69 commit a83a719
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.1.0

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)

### 1.0.0

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)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.0.0
VERSION ?= 1.1.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The following table shows the relation between the versions of the two projects:

| NGINX Ingress Controller | NGINX Ingress Operator |
| --- | --- |
| 2.3.x | 1.1.0 |
| 2.2.x | 1.0.0 |
| 2.1.x | 0.5.1 |
| 2.0.x | 0.4.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ metadata:
},
"enableCertManager": false,
"enableCustomResources": true,
"enableExternalDNS": false,
"enableLatencyMetrics": false,
"enableOIDC": false,
"enablePreviewPolicies": false,
Expand All @@ -49,7 +50,7 @@ metadata:
"image": {
"pullPolicy": "IfNotPresent",
"repository": "nginx/nginx-ingress",
"tag": "2.2.0-ubi"
"tag": "2.3.0-ubi"
},
"ingressClass": "nginx",
"initContainers": [],
Expand Down Expand Up @@ -141,7 +142,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Networking
certified: "true"
containerImage: nginx/nginx-ingress-operator:1.0.0
containerImage: nginx/nginx-ingress-operator:1.1.0
createdAt: placeholder
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
Expand All @@ -154,7 +155,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: nginx-ingress-operator.v1.0.0
name: nginx-ingress-operator.v1.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -291,9 +292,7 @@ spec:
- create
serviceAccountName: nginx-ingress-operator-controller-manager
deployments:
- label:
control-plane: controller-manager
name: nginx-ingress-operator-controller-manager
- name: nginx-ingress-operator-controller-manager
spec:
replicas: 1
selector:
Expand All @@ -313,7 +312,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=nginx-ingress-operator
image: nginx/nginx-ingress-operator:1.0.0
image: nginx/nginx-ingress-operator:1.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -413,4 +412,4 @@ spec:
minKubeVersion: 1.19.0
provider:
name: NGINX Inc
version: 1.0.0
version: 1.1.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: nginx/nginx-ingress-operator
newTag: 1.0.0
newTag: 1.1.0

0 comments on commit a83a719

Please sign in to comment.