From 4a612598eb20ec7f6edec95bd2331e83136cf2a4 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Wed, 22 Dec 2021 05:25:33 +0530 Subject: [PATCH 1/3] update slack workflow Signed-off-by: Pranav Singh --- .github/workflows/slack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slack.yaml b/.github/workflows/slack.yaml index a2da1d60..c1d90c4c 100644 --- a/.github/workflows/slack.yaml +++ b/.github/workflows/slack.yaml @@ -7,10 +7,10 @@ jobs: steps: - name: Get current star count run: | - echo "STARS=$(curl --silent 'https://api.github.com/repos/meshery/meshery-operator' -H 'Accept: application/vnd.github.preview' | jq '.watchers_count')" >> $GITHUB_ENV + echo "STARS=$(curl --silent 'https://api.github.com/repos/${{github.repository}}' -H 'Accept: application/vnd.github.preview' | jq '.stargazers_count')" >> $GITHUB_ENV - name: Notify slack env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} uses: pullreminders/slack-action@master with: - args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred Meshery Operator! (https://github.com/meshery/meshery-operator/stargazers) Total ⭐️: ${{env.STARS}}\"}' + args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{github.repository}}! (https://github.com/${{github.repository}}/stargazers) Total ⭐️: ${{env.STARS}}\"}' From e9fa7fdb448f29842dcae763a221f49da1902f27 Mon Sep 17 00:00:00 2001 From: Suryashankar Das Date: Fri, 24 Dec 2021 11:22:50 +0530 Subject: [PATCH 2/3] bump version from 3-alpha to 3 Signed-off-by: Suryashankar Das --- PROJECT | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/PROJECT b/PROJECT index 127ee88a..eec23563 100644 --- a/PROJECT +++ b/PROJECT @@ -3,9 +3,15 @@ layout: go.kubebuilder.io/v2 projectName: meshery-operator repo: github.com/layer5io/meshery-operator resources: -- group: meshery +- + # TODO(user): Uncomment the below line if this resource implements a controller, else delete it. + # controller: true + domain: layer5.io + group: meshery kind: MeshSync + # TODO(user): Update the package path for your API if the below value is incorrect. + path: github.com/layer5io/meshery-operator/api/v1alpha1 version: v1alpha1 -version: 3-alpha +version: "3" plugins: go.sdk.operatorframework.io/v2-alpha: {} From d9d618d49d2fd772634b2da84b65c627d057ba95 Mon Sep 17 00:00:00 2001 From: Swapnil Bhabal Date: Sat, 25 Dec 2021 17:46:41 +0530 Subject: [PATCH 3/3] The sheild is updated. Signed-off-by: Swapnil Bhabal --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2bcb34b..4c164de9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-operator.svg)](https://hub.docker.com/r/layer5/meshery-operator) -![GitHub contributors](https://img.shields.io/github/contributors/layer5io/layer5.svg) -![GitHub](https://img.shields.io/github/license/layer5io/layer5.svg) -![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/layer5/help%20wanted.svg?color=%23DDDD00) +[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery-operator)](https://goreportcard.com/report/github.com/layer5io/meshery-operator) +[![Build Status](https://github.com/layer5io/meshery/workflows/Meshery/badge.svg)](https://github.com/layer5io/meshery-operator/actions) +[![GitHub](https://img.shields.io/github/license/layer5io/meshery-operator.svg)](LICENSE) +[![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/meshery-operator/help%20wanted.svg)](https://github.com/layer5io/meshery-operator/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted") +[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io/meshery/) +[![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio) +[![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://discuss.layer5.io) [![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](http://slack.layer5.io) -![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)