From b32da5a16580d358f26c19878158616f0bb82a80 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 23 Jun 2021 10:33:46 +0530 Subject: [PATCH] chore(doc): update the readme with slack link to openebs channel (#347) Signed-off-by: w3aman --- README.md | 5 +++-- .../zfspv-custom-topology/app_gen_immediate.sh | 15 +++++++++++++++ .../zfspv-custom-topology/app_gen_wfc.sh | 15 +++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3ef41c8a..69abf75b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/openebs/zfs-localpv.svg?branch=master)](https://travis-ci.org/openebs/zfs-localpv) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv?ref=badge_shield) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3523/badge)](https://bestpractices.coreinfrastructure.org/en/projects/3523) -[![Slack](https://img.shields.io/badge/chat!!!-slack-ff1493.svg?style=flat-square)](https://openebsslacksignup.herokuapp.com/) +[![Slack](https://img.shields.io/badge/chat!!!-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs/) [![Community Meetings](https://img.shields.io/badge/Community-Meetings-blue)](https://hackmd.io/yJb407JWRyiwLU-XDndOLA?view) [![Go Report](https://goreportcard.com/badge/github.com/openebs/zfs-localpv)](https://goreportcard.com/report/github.com/openebs/zfs-localpv) @@ -12,7 +12,8 @@ CSI driver for provisioning Local PVs backed by ZFS and more. ## Project Status -With the release of version 1.2.0, the ZFS-LocalPV is promoted to GA. It is ready for the production, see our [adopters](https://github.com/openebs/openebs/issues/2719). +ZFS-LocalPV was declared GA in Dec 2020. Many users are running ZFS-LocalPV in production, see what our [adopters](./Adopters.md) are saying. + ## Project Tracker diff --git a/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_immediate.sh b/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_immediate.sh index 9c6d6e75b..c7ef5dce0 100644 --- a/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_immediate.sh +++ b/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_immediate.sh @@ -1,3 +1,18 @@ +#!/usr/bin/env bash + +# Copyright © 2020 The OpenEBS Authors +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + #!/bin/bash set -e diff --git a/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_wfc.sh b/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_wfc.sh index 2f5f8a2e7..6420f6758 100644 --- a/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_wfc.sh +++ b/e2e-tests/experiments/functional/zfspv-custom-topology/app_gen_wfc.sh @@ -1,3 +1,18 @@ +#!/usr/bin/env bash + +# Copyright © 2020 The OpenEBS Authors +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + #!/bin/bash set -e