From 8cf707779c6ec581e2c6ec93b176343629b4b6de Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Wed, 27 Mar 2019 22:41:57 +0000 Subject: [PATCH] Update yaml files to latest version RELEASE.2019-03-27T22-35-21Z --- docs/orchestration/docker-compose/docker-compose.yaml | 8 ++++---- .../docker-swarm/docker-compose-secrets.yaml | 8 ++++---- docs/orchestration/docker-swarm/docker-compose.yaml | 8 ++++---- .../kubernetes/minio-distributed-daemonset.yaml | 2 +- .../kubernetes/minio-distributed-statefulset.yaml | 2 +- .../kubernetes/minio-gcs-gateway-deployment.yaml | 2 +- .../kubernetes/minio-standalone-deployment.yaml | 2 +- go.mod | 8 ++++---- go.sum | 8 ++++++++ 9 files changed, 28 insertions(+), 20 deletions(-) diff --git a/docs/orchestration/docker-compose/docker-compose.yaml b/docs/orchestration/docker-compose/docker-compose.yaml index 799c17099..69d01b9e9 100644 --- a/docs/orchestration/docker-compose/docker-compose.yaml +++ b/docs/orchestration/docker-compose/docker-compose.yaml @@ -5,7 +5,7 @@ version: '2' # 9001 through 9004. services: minio1: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z volumes: - data1:/data ports: @@ -15,7 +15,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio2: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z volumes: - data2:/data ports: @@ -25,7 +25,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio3: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z volumes: - data3:/data ports: @@ -35,7 +35,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio4: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z volumes: - data4:/data ports: diff --git a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml index 015e47a87..593ba13f6 100644 --- a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml +++ b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml @@ -2,7 +2,7 @@ version: '3.1' services: minio1: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio1 volumes: - minio1-data:/export @@ -24,7 +24,7 @@ services: - access_key minio2: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio2 volumes: - minio2-data:/export @@ -46,7 +46,7 @@ services: - access_key minio3: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio3 volumes: - minio3-data:/export @@ -68,7 +68,7 @@ services: - access_key minio4: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio4 volumes: - minio4-data:/export diff --git a/docs/orchestration/docker-swarm/docker-compose.yaml b/docs/orchestration/docker-swarm/docker-compose.yaml index a0c49b246..469d3eb26 100644 --- a/docs/orchestration/docker-swarm/docker-compose.yaml +++ b/docs/orchestration/docker-swarm/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3' services: minio1: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio1 volumes: - minio1-data:/export @@ -24,7 +24,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio2: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio2 volumes: - minio2-data:/export @@ -46,7 +46,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio3: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio3 volumes: - minio3-data:/export @@ -68,7 +68,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio4: - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z hostname: minio4 volumes: - minio4-data:/export diff --git a/docs/orchestration/kubernetes/minio-distributed-daemonset.yaml b/docs/orchestration/kubernetes/minio-distributed-daemonset.yaml index c43340e0b..0c25c4876 100644 --- a/docs/orchestration/kubernetes/minio-distributed-daemonset.yaml +++ b/docs/orchestration/kubernetes/minio-distributed-daemonset.yaml @@ -30,7 +30,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z # Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future. args: - server diff --git a/docs/orchestration/kubernetes/minio-distributed-statefulset.yaml b/docs/orchestration/kubernetes/minio-distributed-statefulset.yaml index 311435745..f216dfad3 100644 --- a/docs/orchestration/kubernetes/minio-distributed-statefulset.yaml +++ b/docs/orchestration/kubernetes/minio-distributed-statefulset.yaml @@ -21,7 +21,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z args: - server - http://minio-0.minio.default.svc.cluster.local/data diff --git a/docs/orchestration/kubernetes/minio-gcs-gateway-deployment.yaml b/docs/orchestration/kubernetes/minio-gcs-gateway-deployment.yaml index 1591e3648..b293935be 100644 --- a/docs/orchestration/kubernetes/minio-gcs-gateway-deployment.yaml +++ b/docs/orchestration/kubernetes/minio-gcs-gateway-deployment.yaml @@ -21,7 +21,7 @@ spec: containers: - name: minio # Pulls the default Minio image from Docker Hub - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes/minio-standalone-deployment.yaml b/docs/orchestration/kubernetes/minio-standalone-deployment.yaml index 5326cb223..32156c0ab 100644 --- a/docs/orchestration/kubernetes/minio-standalone-deployment.yaml +++ b/docs/orchestration/kubernetes/minio-standalone-deployment.yaml @@ -29,7 +29,7 @@ spec: - name: data mountPath: "/data" # Pulls the lastest Minio image from Docker Hub - image: minio/minio:RELEASE.2019-03-20T22-38-47Z + image: minio/minio:RELEASE.2019-03-27T22-35-21Z args: - server - /data diff --git a/go.mod b/go.mod index dc1b7bb2a..12d5b3d75 100644 --- a/go.mod +++ b/go.mod @@ -167,12 +167,12 @@ require ( github.com/tidwall/sjson v1.0.4 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a go.uber.org/atomic v1.3.2 - golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a + golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect - golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b - golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca + golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 + golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc golang.org/x/time v0.0.0-20181108054448-85acf8d2951c - golang.org/x/tools v0.0.0-20190318200714-bb1270c20edf // indirect + golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf // indirect google.golang.org/api v0.0.0-20180916000451-19ff8768a5c0 google.golang.org/genproto v0.0.0-20180918203901-c3f76f3b92d1 // indirect gopkg.in/Shopify/sarama.v1 v1.10.1 diff --git a/go.sum b/go.sum index b0ebda028..f76961edf 100644 --- a/go.sum +++ b/go.sum @@ -556,6 +556,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90Pveol golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a h1:YX8ljsm6wXlHZO+aRz9Exqr0evNhKRNe5K/gi+zKh4U= golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c h1:Vj5n4GlwjmQteupaxJ9+0FNOmBrHfq7vN4btdGoDZgI= +golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0= @@ -572,6 +574,8 @@ golang.org/x/net v0.0.0-20190311175648-12eef18f757f/go.mod h1:t9HGtf8HONx5eT2rtn golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b h1:ZWpVMTsK0ey5WJCu+vVdfMldWq7/ezaOcjnKWIHWVkE= golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 h1:XCbwcsP09zrBt1aYht0fASw+ynbEpYr8NnCkIN9nMM0= +golang.org/x/net v0.0.0-20190327214358-63eda1eb0650/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be h1:vEDujvNQGv4jgYKudGeI/+DAX4Jffq6hpD55MmoEvKs= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -596,6 +600,8 @@ golang.org/x/sys v0.0.0-20190311152110-c8c8c57fd1e1 h1:FQNj2xvjQ1lgFyzbSybGZr792 golang.org/x/sys v0.0.0-20190311152110-c8c8c57fd1e1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca h1:o2TLx1bGN3W+Ei0EMU5fShLupLmTOU95KvJJmfYhAzM= golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc h1:4gbWbmmPFp4ySWICouJl6emP0MyS31yy9SrTlAGFT+g= +golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c h1:fqgJT0MGcGpPgpWU7VRdRjuArfcOvC4AoJmILihzhDg= @@ -605,6 +611,8 @@ golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190318200714-bb1270c20edf h1:OVQ7iQXiQQT4WuYg+7S/bOVVlASHvL1Chsc15Qtkogo= golang.org/x/tools v0.0.0-20190318200714-bb1270c20edf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf h1:++r/Kj1CfG42p6XntDItK1TfB5V6Vq/baDeKvV1q5gY= +golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= google.golang.org/api v0.0.0-20180603000442-8e296ef26005/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.0.0-20180916000451-19ff8768a5c0 h1:AJOCn+ScmtWxp6yySbxsiNXi+RrZaHqWgYbZUzl6oLc=