Skip to content

Commit

Permalink
Release 2.0.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 28, 2023
1 parent 12449ea commit 84ddd83
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 59 deletions.
40 changes: 1 addition & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
# Changelog

### 1.5.0

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)

### 1.4.2

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)

### 1.4.1

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)

### 1.4.0

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)

### 1.3.1

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)

### 1.3.0

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)

### 1.2.1

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)

### 1.2.0

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)

### 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)
An automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).
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.5.2
VERSION ?= 2.0.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
3 changes: 2 additions & 1 deletion 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 |
| ------------------------ | ---------------------- |
| 3.3.x | 2.0.0 |
| 3.2.x | 1.5.2 |
| 3.1.x | 1.4.2 |
| 3.0.x | 1.3.1 |
Expand Down Expand Up @@ -68,7 +69,7 @@ See [upgrade docs](./docs/upgrades.md)

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

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.
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.

## Development

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Networking
certified: "true"
containerImage: quay.io/nginx/nginx-ingress-operator:1.5.2
createdAt: "2023-08-29T17:13:49Z"
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.0
createdAt: "2023-09-26T23:30:45Z"
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
operatorframework.io/suggested-namespace: nginx-ingress
Expand All @@ -190,7 +190,7 @@ metadata:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: nginx-ingress-operator.v1.5.2
name: nginx-ingress-operator.v2.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -394,7 +394,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=nginx-ingress-operator
image: quay.io/nginx/nginx-ingress-operator:1.5.2
image: quay.io/nginx/nginx-ingress-operator:2.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -485,4 +485,4 @@ spec:
minKubeVersion: 1.22.0
provider:
name: NGINX Inc
version: 1.5.2
version: 2.0.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/nginx/nginx-ingress-operator
newTag: 1.5.2
newTag: 2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Networking
certified: "true"
containerImage: quay.io/nginx/nginx-ingress-operator:1.5.2
containerImage: quay.io/nginx/nginx-ingress-operator:2.0.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 Down Expand Up @@ -345,7 +345,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=nginx-ingress-operator
image: quay.io/nginx/nginx-ingress-operator:1.5.2
image: quay.io/nginx/nginx-ingress-operator:2.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -451,4 +451,4 @@ spec:
minKubeVersion: 1.22.0
provider:
name: NGINX Inc
version: 1.5.2
version: 2.0.0
10 changes: 5 additions & 5 deletions docs/manual-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
1. Clone the `nginx-ingress-operator` repo:

```shell
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v1.5.2
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.0.0
cd nginx-ingress-helm-operator/
```

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

```shell
make deploy IMG=nginx/nginx-ingress-operator:1.5.2
make deploy IMG=nginx/nginx-ingress-operator:2.0.0
```

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

```shell
make deploy IMG=nginx/nginx-ingress-operator:1.5.2
make deploy IMG=nginx/nginx-ingress-operator:2.0.0
```

2. Check that the Operator is running:
Expand All @@ -36,10 +36,10 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.

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

`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.2/resources/scc.yaml`
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/resources/scc.yaml`

Alternatively, to create an SCC for NIC daemonsets, please run this command:

`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.2/resources/scc-daemonset.yaml`
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/resources/scc-daemonset.yaml`

You can now deploy the NGINX Ingress Controller instances.
4 changes: 2 additions & 2 deletions docs/openshift-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Additional steps:

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

`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.2/resources/scc.yaml`
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/resources/scc.yaml`

Alternatively, to create an SCC for NIC daemonsets, please run this command:

`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.5.2/resources/scc-daemonset.yaml`
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.0/resources/scc-daemonset.yaml`

You can now deploy the NGINX Ingress Controller instances.
3 changes: 2 additions & 1 deletion examples/deployment-oss-min/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
pullPolicy: IfNotPresent
repository: nginx/nginx-ingress
tag: 3.3.0-ubi
ingressClass: nginx
ingressClass:
name: nginx
kind: deployment
nginxplus: false
service:
Expand Down
3 changes: 2 additions & 1 deletion examples/deployment-plus-min/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
pullPolicy: IfNotPresent
repository: nginx/nginx-ingress
tag: 3.3.0-ubi
ingressClass: nginx
ingressClass:
name: nginx
kind: deployment
nginxplus: true
service:
Expand Down

0 comments on commit 84ddd83

Please sign in to comment.