You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2023/05/06 14:52:51 UTC

[incubator-devlake-website] 01/01: Merge branch 'main' into update-v0.17.0-beta3

This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch update-v0.17.0-beta3
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 5783358397d954db3f4265c27bc21fd25b0f54c6
Merge: 45999868e2 9f8c21b37b
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Sat May 6 22:52:47 2023 +0800

    Merge branch 'main' into update-v0.17.0-beta3

 docs/Configuration/PagerDuty.md                    |  57 ++++++++++++++++
 .../images/pagerduty-add-data-connection.png       | Bin 0 -> 21282 bytes
 .../images/pagerduty-create-a-connection.png       | Bin 0 -> 27379 bytes
 .../images/pagerduty-set-data-scope.png            | Bin 0 -> 21967 bytes
 .../Configuration/images/pagerduty-sync-policy.png | Bin 0 -> 41409 bytes
 docs/DORA.md                                       |  75 +++++++++++---------
 docs/GettingStarted/DockerComposeSetup.md          |  14 ++--
 docs/GettingStarted/HelmSetup.md                   |   2 +
 docs/GettingStarted/Upgrade.md                     |   2 +-
 docs/Plugins/pagerduty.md                          |  76 +++------------------
 static/img/ConfigUI/dora-add-connections.png       | Bin 0 -> 56327 bytes
 static/img/ConfigUI/dora-add-data-scope.png        | Bin 0 -> 49892 bytes
 static/img/ConfigUI/dora-add-transformations.png   | Bin 0 -> 62743 bytes
 static/img/ConfigUI/dora-create-a-blueprint.png    | Bin 0 -> 20426 bytes
 static/img/ConfigUI/dora-set-sync-policy.png       | Bin 0 -> 117628 bytes
 .../ConfigUI/dora-set-transformations-github.png   | Bin 0 -> 137685 bytes
 .../img/ConfigUI/dora-set-transformations-jira.png | Bin 0 -> 90167 bytes
 static/img/ConfigUI/project1.png                   | Bin 28336 -> 32077 bytes
 .../img/ConfigUI/webhook-add-data-connections.png  | Bin 20756 -> 22397 bytes
 static/img/ConfigUI/webhook-add-to-project.png     | Bin 0 -> 26985 bytes
 static/img/ConfigUI/webhook-connection.png         | Bin 78276 -> 90764 bytes
 static/img/ConfigUI/webhook-query-deployments.png  | Bin 0 -> 404752 bytes
 .../GettingStarted/DockerComposeSetup.md           |  14 ++--
 .../version-v0.16/GettingStarted/HelmSetup.md      |   1 +
 .../version-v0.16}/GettingStarted/Upgrade.md       |   2 +-
 25 files changed, 130 insertions(+), 113 deletions(-)

diff --cc docs/GettingStarted/DockerComposeSetup.md
index 8e413fbb2e,cd487b4de6..e8f01b56f1
--- a/docs/GettingStarted/DockerComposeSetup.md
+++ b/docs/GettingStarted/DockerComposeSetup.md
@@@ -12,9 -12,7 +12,7 @@@ sidebar_position: 
  
  ## Launch DevLake
  
- Commands written `like this` are to be run in your terminal.
- 
 -1. Download `docker-compose.yml` and `env.example` from the [latest release](https://github.com/apache/incubator-devlake/releases/tag/v0.16.1-beta1) into a folder.
 +1. Download `docker-compose.yml` and `env.example` from the [latest release](https://github.com/apache/incubator-devlake/releases/tag/v0.17.0-beta3) into a folder.
  2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv env.example .env` in the terminal. This file contains the environment variables that the Devlake server will use. Additional ones can be found in the compose file(s).
  3. Run `docker-compose up -d` if the version of Docker Desktop is too low to use `docker compose up -d`.
  
diff --cc docs/GettingStarted/HelmSetup.md
index 7d04c128f1,2dbefd4bfd..65be3c8a10
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@@ -47,9 -47,11 +47,11 @@@ Grafana URL `http://YOUR-NODE-IP:30091
  
  ```shell
  helm repo update
 -helm upgrade --install devlake devlake/devlake --version=0.16.1-beta1
 +helm upgrade --install devlake devlake/devlake --version=0.17.0-beta3
  ```
  
+ Please check the [upgrade doc](Upgrade.md) for more information.
+ 
  ### Uninstall
  
  To uninstall/delete the `devlake` release: