From 19f40eb741bc3951f8cac9aecba8500ce1549214 Mon Sep 17 00:00:00 2001 From: Samuele Chiocca Date: Wed, 22 Mar 2023 14:58:10 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8538c1d0..412fc850 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Kubernetes Fury Logging -![Release](https://img.shields.io/badge/Latest%20Release-v3.1.0-blue) +![Release](https://img.shields.io/badge/Latest%20Release-v3.1.1-blue) ![License](https://img.shields.io/github/license/sighupio/fury-kubernetes-logging?label=License) ![Slack](https://img.shields.io/badge/slack-@kubernetes/fury-yellow.svg?logo=slack&label=Slack) @@ -74,19 +74,19 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio ```yaml bases: - name: logging/cerebro - version: "v3.1.0" + version: "v3.1.1" - name: logging/opensearch-single - version: "v3.1.0" + version: "v3.1.1" - name: logging/opensearch-dashboards - version: "v3.1.0" + version: "v3.1.1" - name: logging/logging-operator - version: "v3.1.0" + version: "v3.1.1" - name: logging/logging-operated - version: "v3.1.0" + version: "v3.1.1" - name: minio/minio-ha - version: "v3.1.0" + version: "v3.1.1" - name: logging/configs - version: "v3.1.0" + version: "v3.1.1" ``` > See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format. @@ -124,17 +124,17 @@ kustomize build . | kubectl apply -f - ```yaml bases: - name: logging/loki-distributed - version: "v3.1.0" + version: "v3.1.1" - name: logging/logging-operator - version: "v3.1.0" + version: "v3.1.1" - name: logging/logging-operated - version: "v3.1.0" + version: "v3.1.1" - name: minio/minio-ha - version: "v3.1.0" + version: "v3.1.1" - name: logging/configs - version: "v3.1.0" + version: "v3.1.1" - name: logging/loki-configs - version: "v3.1.0" + version: "v3.1.1" ``` > See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.