From a65b6e52b5c234ba6cd6ecef885cac6d5ebc6cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= Date: Mon, 30 Oct 2023 13:20:13 +0100 Subject: [PATCH 1/3] ROX-20385: Slack notification workflow (#154) --- .github/workflows/slack.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/slack.yaml diff --git a/.github/workflows/slack.yaml b/.github/workflows/slack.yaml new file mode 100644 index 00000000..8c1ebbfb --- /dev/null +++ b/.github/workflows/slack.yaml @@ -0,0 +1,22 @@ +name: Notify on push to production +on: + push: + branches: ['production'] + +jobs: + slack: + name: Slack + runs-on: ubuntu-latest + steps: + - name: Post to Slack about push to production + env: + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} + uses: slackapi/slack-github-action@v1.24.0 + with: + channel-id: 'C04CV2JKV16' #forum-acs-cs-release + payload: >- + { "text": + ":warning: <${{ github.event.compare }}|Something> + has been pushed to the `${{ github.ref_name }}` branch of + <${{ github.server_url }}/${{ github.repository }}|${{ github.repository }}>." + } From 0fecdb71759ff26738d12d3ab0d3d3714c9c0ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= Date: Mon, 30 Oct 2023 16:51:00 +0100 Subject: [PATCH 2/3] Revert "ROX-20385: Slack notification workflow (#154)" (#155) This reverts commit a65b6e52b5c234ba6cd6ecef885cac6d5ebc6cea. --- .github/workflows/slack.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/slack.yaml diff --git a/.github/workflows/slack.yaml b/.github/workflows/slack.yaml deleted file mode 100644 index 8c1ebbfb..00000000 --- a/.github/workflows/slack.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Notify on push to production -on: - push: - branches: ['production'] - -jobs: - slack: - name: Slack - runs-on: ubuntu-latest - steps: - - name: Post to Slack about push to production - env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: slackapi/slack-github-action@v1.24.0 - with: - channel-id: 'C04CV2JKV16' #forum-acs-cs-release - payload: >- - { "text": - ":warning: <${{ github.event.compare }}|Something> - has been pushed to the `${{ github.ref_name }}` branch of - <${{ github.server_url }}/${{ github.repository }}|${{ github.repository }}>." - } From 583a6786ad73939f673906cbd446d013296e31c9 Mon Sep 17 00:00:00 2001 From: Stephan Hesselmann Date: Mon, 30 Oct 2023 22:31:55 +0100 Subject: [PATCH 3/3] chore: bump grafana version to 10.2.0 (#153) --- resources/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/index.json b/resources/index.json index e228974f..1ceaacd7 100644 --- a/resources/index.json +++ b/resources/index.json @@ -48,7 +48,7 @@ "grafana/generated/dashboards/rhacs-central-slo-dashboard.yaml", "grafana/generated/dashboards/rhacs-cluster-overview-dashboard.yaml" ], - "grafanaVersion": "9.4.7" + "grafanaVersion": "10.2.0" }, "promtail": { "enabled": false,