Adding valid subscription annotation to metadata (#6907)

pull/6911/head
Gerard Vanloo 3 years ago committed by GitHub
parent ee2fe6514d
commit 3d2aa76349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      operator/CHANGELOG.md
  2. 2
      operator/bundle/manifests/loki-operator.clusterserviceversion.yaml
  3. 2
      operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml

@ -1,5 +1,6 @@
## Main
- [6907](https://github.com/grafana/loki/pull/6907) **Red-GV**: Adding valid subscription annotation to operator metadata
- [6479](https://github.com/grafana/loki/pull/6749) **periklis**: Update Loki operand to v2.6.1
- [6748](https://github.com/grafana/loki/pull/6748) **periklis**: Update go4.org/unsafe/assume-no-moving-gc to latest
- [6741](https://github.com/grafana/loki/pull/6741) **aminesnow**: Golang version to 1.18 and k8s client to 1.24

@ -162,6 +162,8 @@ metadata:
olm.skipRange: '>=5.4.0-0 <5.5.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-operators-redhat
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-unknown
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
support: AOS Cluster Logging

@ -19,6 +19,8 @@ metadata:
olm.skipRange: '>=5.4.0-0 <5.5.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-operators-redhat
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
support: AOS Cluster Logging
labels:
operatorframework.io/arch.amd64: supported

Loading…
Cancel
Save