Skip to content

Commit

Permalink
Operator support for openshift 4.16 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
vklohiya authored Sep 3, 2024
1 parent 23cc3e5 commit 6de4091
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Added Functionality
```````````````````
**What’s new:**
* Support for namespace to watch the multiple namespaces for IPAM CRD
* Operator support for OpenShift 4.16

0.1.10
``````````````````````````
Expand Down
2 changes: 1 addition & 1 deletion f5-ipam-controller-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV HOME=/opt/helm
LABEL name="F5 IPAM Controller Operator" \
maintainer="[email protected]" \
vendor="F5 Inc." \
version="v0.0.5" \
version="v0.0.6" \
release="1" \
summary="IPAM Controller Operator for F5 BIG-IP" \
description="F5 IPAM Controller Operator is a Service Operator which installs F5 IPAM Controller on Kubernetes and OpenShift platforms and respective supported versions."
Expand Down
4 changes: 2 additions & 2 deletions f5-ipam-controller-operator/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=f5-ipam-controller-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable,beta,alpha
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ metadata:
categories: Networking
certified: "false"
containerImage: registry.connect.redhat.com/f5networks/f5-ipam-controller-operator@sha256:65eb080a6610d3422fb5f36aba312c403b1971371e8cfba79187f7008f7d7902
createdAt: "2023-05-31"
createdAt: "2023-08-28"
description: Operator to install F5 IPAM Controller.
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/F5Networks/f5-ipam-controller
support: F5 Operators Team <[email protected]>
name: f5-ipam-controller-operator.v0.0.5
name: f5-ipam-controller-operator.v0.0.6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -372,4 +372,4 @@ spec:
minKubeVersion: 1.13.0
provider:
name: F5 Networks Inc.
version: 0.0.5
version: 0.0.6
6 changes: 3 additions & 3 deletions f5-ipam-controller-operator/bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: f5-ipam-controller-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channel.default.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable,beta,alpha
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
Expand All @@ -15,4 +15,4 @@ annotations:
operators.operatorframework.io.test.config.v1: tests/scorecard/

# Annotations to specify OCP versions compatibility.
com.redhat.openshift.versions: v4.6-v4.15
com.redhat.openshift.versions: v4.12-v4.16

0 comments on commit 6de4091

Please sign in to comment.