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

Commit

Permalink
Release 0.5.1 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Mar 1, 2022
1 parent bb6bd18 commit f34d729
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ template: |
## Compatibility
- NGINX Ingress Controller NIC_VERSION_REPLACE_ME!
- Openshift 4.5 or newer.
- Openshift 4.6 or newer.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.5.1

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)

### 0.5.0

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)
Expand Down
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 ?= 0.5.0
VERSION ?= 0.5.1

# 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following table shows the relation between the versions of the two projects:

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

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

## Development

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
"image": {
"pullPolicy": "Always",
"repository": "docker.io/nginx/nginx-ingress",
"tag": "2.1.0-ubi"
"tag": "2.1.1-ubi"
},
"ingressClass": "nginx",
"nginxPlus": false,
Expand All @@ -26,10 +26,11 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Networking
certified: "true"
containerImage: nginx/nginx-ingress-operator:0.5.0
containerImage: nginx/nginx-ingress-operator:0.5.1
createdAt: placeholder
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
operators.operatorframework.io/builder: operator-sdk-v1.18.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/nginxinc/nginx-ingress-operator
Expand All @@ -38,7 +39,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: nginx-ingress-operator.v0.5.0
name: nginx-ingress-operator.v0.5.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -389,7 +390,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: nginx/nginx-ingress-operator:0.5.0
image: nginx/nginx-ingress-operator:0.5.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -477,5 +478,5 @@ spec:
minKubeVersion: 1.19.0
provider:
name: NGINX Inc
replaces: nginx-ingress-operator.v0.4.0
version: 0.5.0
replaces: nginx-ingress-operator.v0.5.0
version: 0.5.1
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: 0.5.0
newTag: 0.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Networking
certified: "true"
containerImage: nginx/nginx-ingress-operator:0.5.0
containerImage: nginx/nginx-ingress-operator:0.5.1
createdAt: placeholder
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
repository: https://github.com/nginxinc/nginx-ingress-operator
support: NGINX Inc.
labels:
Expand Down Expand Up @@ -203,5 +204,5 @@ spec:
minKubeVersion: 1.19.0
provider:
name: NGINX Inc
replaces: nginx-ingress-operator.v0.4.0
replaces: nginx-ingress-operator.v0.5.0
version: 0.0.0
2 changes: 1 addition & 1 deletion config/samples/k8s_v1alpha1_nginxingresscontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nginxPlus: false
image:
repository: docker.io/nginx/nginx-ingress
tag: 2.1.0-ubi
tag: 2.1.1-ubi
pullPolicy: Always
serviceType: NodePort
ingressClass: nginx
6 changes: 3 additions & 3 deletions docs/manual-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
```
git clone https://github.com/nginxinc/nginx-ingress-operator/
cd nginx-ingress-operator/
git checkout v0.5.0
git checkout v0.5.1
```
2. `Openshift` To deploy the Operator and associated resources to an OpenShift environment, run:
```
make deploy IMG=registry.connect.redhat.com/nginx/nginx-ingress-operator:0.5.0
make deploy IMG=registry.connect.redhat.com/nginx/nginx-ingress-operator:0.5.1
```
3. Alternatively, to deploy the Operator and associated resources to all other environments:
```
make deploy IMG=nginx/nginx-ingress-operator:0.5.0
make deploy IMG=nginx/nginx-ingress-operator:0.5.1
```
2. Check that the Operator is running:
Expand Down
2 changes: 1 addition & 1 deletion examples/deployment-oss-min/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
nginxPlus: false
image:
repository: nginx/nginx-ingress
tag: 2.1.0-ubi
tag: 2.1.1-ubi
pullPolicy: Always
replicas: 1
serviceType: NodePort
2 changes: 1 addition & 1 deletion examples/deployment-plus-min/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
nginxPlus: true
image:
repository: nginx-plus-ingress
tag: 2.1.0-ubi
tag: 2.1.1-ubi
pullPolicy: IfNotPresent
replicas: 1
serviceType: NodePort
Expand Down

0 comments on commit f34d729

Please sign in to comment.