Skip to content

Commit

Permalink
Release v4.4.8 (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <[email protected]>
  • Loading branch information
dvaldivia authored Feb 18, 2022
1 parent 62af8e6 commit 11ed4c9
Show file tree
Hide file tree
Showing 27 changed files with 724 additions and 586 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.17.0


# Copy files to locations specified by labels.
COPY bundles/4.4.7/manifests /manifests/
COPY bundles/4.4.7/metadata /metadata/
COPY bundles/4.4.8/manifests /manifests/
COPY bundles/4.4.8/metadata /metadata/
File renamed without changes.
543 changes: 543 additions & 0 deletions bundles/4.4.8/manifests/minio-operator.clusterserviceversion.yaml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions bundles/4.4.8/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: minio-operator
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.17.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: unknown

# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/
4 changes: 2 additions & 2 deletions docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-01T18-00-14Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-18T01-50-10Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.6]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.7]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.8]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]


Expand Down
4 changes: 2 additions & 2 deletions docs/templates/asciidoctor/gv_list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
[id="{p}-api-reference"]
== API Reference

:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-01T18-00-14Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-02-18T01-50-10Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.6]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.7]
:logsearch-image: https://hub.docker.com/r/minio/operator/tags[minio/operator:v4.4.8]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
Expand Down
4 changes: 2 additions & 2 deletions examples/kustomization/base/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
# externalClientCertSecret: {}
## Registry location and Tag to download MinIO Server image
image: quay.io/minio/minio:RELEASE.2022-02-01T18-00-14Z
image: quay.io/minio/minio:RELEASE.2022-02-18T01-50-10Z
imagePullSecret: { }
## Mount path where PV will be mounted inside container(s).
mountPath: /export
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
# app: minio-sm
## LogSearch API setup for MinIO Tenant.
log:
image: "" # defaults to minio/operator:v4.4.7
image: "" # defaults to minio/operator:v4.4.8
resources: { }
nodeSelector: { }
affinity:
Expand Down
Binary file added helm-releases/operator-4.4.8.tgz
Binary file not shown.
Binary file added helm-releases/tenant-4.4.8.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for MinIO Operator
name: operator
version: 4.4.7
appVersion: v4.4.7
version: 4.4.8
appVersion: v4.4.8
keywords:
- storage
- object-storage
Expand Down
4 changes: 2 additions & 2 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ operator:
# value: ""
image:
repository: minio/operator
tag: v4.4.7
tag: v4.4.8
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand All @@ -34,7 +34,7 @@ operator:
console:
image:
repository: minio/console
tag: v0.14.2
tag: v0.14.7
pullPolicy: IfNotPresent
imagePullSecrets: [ ]
initcontainers: [ ]
Expand Down
4 changes: 2 additions & 2 deletions helm/tenant/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for MinIO Operator
name: tenant
version: 4.4.7
appVersion: v4.4.7
version: 4.4.8
appVersion: v4.4.8
keywords:
- storage
- object-storage
Expand Down
Loading

0 comments on commit 11ed4c9

Please sign in to comment.