Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.2.2 #785

Merged
merged 3 commits into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ version](https://github.com/minio/operator/releases/) of the MinIO
Kubernetes Plugin:

```sh
wget https://github.com/minio/operator/releases/download/v4.2.1/kubectl-minio_4.2.1_linux_amd64 -O kubectl-minio
wget https://github.com/minio/operator/releases/download/v4.2.2/kubectl-minio_4.2.2_linux_amd64 -O kubectl-minio
chmod +x kubectl-minio

# The following command may require sudo if the current user does not have root permissions
Expand Down
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.2021-08-17T20-53-08Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-08-20T18-32-01Z]
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.15.1]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.1]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.2]
: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.2021-08-17T20-53-08Z]
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2021-08-20T18-32-01Z]
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.15.1]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.1]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.2.2]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
4 changes: 2 additions & 2 deletions examples/tenant-log-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down Expand Up @@ -97,6 +97,6 @@ spec:
podManagementPolicy: Parallel

log:
image: minio/logsearchapi:v4.2.1
image: minio/logsearchapi:v4.2.2
audit:
diskCapacityGB: 10
2 changes: 1 addition & 1 deletion examples/tenant-pod-security-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ metadata:
# name: my-custom-scheduler
spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
## Service account to be used for all the MinIO Pods
serviceAccountName: minio-pods
pools:
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-and-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
harshavardhana marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-ca-certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-external-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-08-17T20-53-08Z
image: minio/minio:RELEASE.2021-08-20T18-32-01Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
Binary file modified helm-releases/minio-operator-4.1.8.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/minio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-operator
version: 4.1.8
appVersion: v4.2.1
appVersion: v4.2.2
keywords:
- storage
- object-storage
Expand Down
Loading